-- MariaDB dump 10.19  Distrib 10.6.17-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: sofiar5_wp560
-- ------------------------------------------------------
-- Server version	10.6.17-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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_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) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `albumdesc` mediumtext DEFAULT NULL,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

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

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext DEFAULT NULL,
  `title` mediumtext DEFAULT NULL,
  `galdesc` mediumtext DEFAULT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT 0,
  `previewpic` bigint(20) NOT NULL DEFAULT 0,
  `author` bigint(20) NOT NULL DEFAULT 0,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wp_ngg_gallery` VALUES (1,'poster','POSTER','/wp-content/gallery/poster','POSTER','',0,0,1,0);
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT 0,
  `galleryid` bigint(20) NOT NULL DEFAULT 0,
  `filename` varchar(255) NOT NULL,
  `description` mediumtext DEFAULT NULL,
  `alttext` mediumtext DEFAULT NULL,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT 0,
  `sortorder` bigint(20) NOT NULL DEFAULT 0,
  `meta_data` longtext DEFAULT NULL,
  `extras_post_id` bigint(20) NOT NULL DEFAULT 0,
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wp_ngg_pictures` VALUES (1,'inocenteconfusion_poster2',0,1,'InocenteConfusion_Poster2.jpg','','InocenteConfusion_Poster2','2017-02-22 04:37:09',0,0,'eyJiYWNrdXAiOnsiZmlsZW5hbWUiOiJJbm9jZW50ZUNvbmZ1c2lvbl9Qb3N0ZXIyLmpwZyIsIndpZHRoIjo3MjAwLCJoZWlnaHQiOjEwODAwLCJnZW5lcmF0ZWQiOiIwLjAwNDAzMDAwIDE0ODc3MzgyMjkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjcyMDAsImhlaWdodCI6MTA4MDAsInNhdmVkIjp0cnVlfQ==',444,1487738229);
/*!40000 ALTER TABLE `wp_ngg_pictures` 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) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=319062 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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://www.flowerhousefilms.com','yes'),(2,'home','https://www.flowerhousefilms.com','yes'),(3,'blogname','Flowerhouse Films','yes'),(4,'blogdescription','We tell stories. We empower women.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@flowerhousefilms.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:235:{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:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:24:\"ngg_tag/([^/]+)/embed/?$\";s:40:\"index.php?ngg_tag=$matches[1]&embed=true\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:45:\"postman_sent_mail/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"postman_sent_mail/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"postman_sent_mail/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"postman_sent_mail/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"postman_sent_mail/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"postman_sent_mail/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"postman_sent_mail/([^/]+)/embed/?$\";s:50:\"index.php?postman_sent_mail=$matches[1]&embed=true\";s:38:\"postman_sent_mail/([^/]+)/trackback/?$\";s:44:\"index.php?postman_sent_mail=$matches[1]&tb=1\";s:46:\"postman_sent_mail/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?postman_sent_mail=$matches[1]&paged=$matches[2]\";s:53:\"postman_sent_mail/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?postman_sent_mail=$matches[1]&cpage=$matches[2]\";s:42:\"postman_sent_mail/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?postman_sent_mail=$matches[1]&page=$matches[2]\";s:34:\"postman_sent_mail/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"postman_sent_mail/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"postman_sent_mail/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"postman_sent_mail/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"postman_sent_mail/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"postman_sent_mail/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ngg_album/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ngg_album/([^/]+)/embed/?$\";s:42:\"index.php?ngg_album=$matches[1]&embed=true\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_album/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_album/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ngg_gallery/([^/]+)/embed/?$\";s:44:\"index.php?ngg_gallery=$matches[1]&embed=true\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:36:\"ngg_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ngg_pictures/([^/]+)/embed/?$\";s:45:\"index.php?ngg_pictures=$matches[1]&embed=true\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:37:\"ngg_pictures/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ngg_pictures/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"lightbox_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"lightbox_library/([^/]+)/embed/?$\";s:49:\"index.php?lightbox_library=$matches[1]&embed=true\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:41:\"lightbox_library/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"lightbox_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"displayed_gallery/([^/]+)/embed/?$\";s:50:\"index.php?displayed_gallery=$matches[1]&embed=true\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:42:\"displayed_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"displayed_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"display_type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"display_type/([^/]+)/embed/?$\";s:45:\"index.php?display_type=$matches[1]&embed=true\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:37:\"display_type/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"display_type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"gal_display_source/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"gal_display_source/([^/]+)/embed/?$\";s:51:\"index.php?gal_display_source=$matches[1]&embed=true\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:43:\"gal_display_source/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"gal_display_source/[^/]+/([^/]+)/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:39:\"index.php?&page_id=33&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(195854,'can_compress_scripts','1','no'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:32:\"duplicate-page/duplicatepage.php\";i:3;s:39:\"easy-google-fonts/easy-google-fonts.php\";i:4;s:30:\"lightbox-plus/lightboxplus.php\";i:5;s:29:\"postman-smtp/postman-smtp.php\";i:6;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:7;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:8;s:16:\"spacer/index.php\";i:9;s:31:\"title-remover/title-remover.php\";i:10;s:34:\"wp-clone-by-wp-academy/wpclone.php\";i:11;s:29:\"nextgen-gallery/nggallery.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','a:3:{i:0;s:72:\"/home/sofiar5/flowerhousefilms.com/wp-content/themes/TESSERACT/style.css\";i:1;s:90:\"/home/sofiar5/public_html/www.inocenteconfusion.com/wp-content/plugins/akismet/akismet.php\";i:2;s:0:\"\";}','no'),(40,'template','tesseract-free-theme','yes'),(41,'stylesheet','tesseract-free-theme','yes'),(195850,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','administrator','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:30:\"lightbox-plus/lightboxplus.php\";s:12:\"UninstallLBP\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:21:\"wpa_wpclone_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','33','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','457','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{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:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;s:19:\"manage_postman_smtp\";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'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:11:{i:1716218623;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1716218625;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:1716219042;a:1:{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;}}}i:1716221383;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1716221453;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:1716233199;a:2:{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:1716234224;a:1:{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;}}}i:1716261819;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1716266432;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1716520392;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'),(192,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(194,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(196,'siteorigin_widget_bundle_version','1.17.0','yes'),(197,'siteorigin_widgets_old_widgets','/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(45737,'tesseract_advertisement_banner','1020429','yes'),(49618,'postman_state','a:5:{s:15:\"locking_enabled\";b:1;s:12:\"install_date\";i:1504904443;s:7:\"version\";s:5:\"1.7.2\";s:22:\"delivery_success_total\";i:8847;s:19:\"delivery_fail_total\";i:12;}','yes'),(45732,'siteorigin_widgets_new_widgets','a:22:{i:0;s:103:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php\";i:1;s:97:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/button/button.php\";i:2;s:91:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php\";i:3;s:99:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php\";i:4;s:97:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php\";i:5;s:101:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/features/features.php\";i:6;s:105:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php\";i:7;s:101:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php\";i:8;s:93:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php\";i:9;s:93:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php\";i:10;s:95:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/image/image.php\";i:11;s:105:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php\";i:12;s:97:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php\";i:13;s:111:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php\";i:14;s:111:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php\";i:15;s:107:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php\";i:16;s:113:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php\";i:17;s:125:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php\";i:18;s:93:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php\";i:19;s:101:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php\";i:20;s:107:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php\";i:21;s:95:\"/home/sofiar5/flowerhousefilms.com/wp-content/plugins/so-widgets-bundle/widgets/video/video.php\";}','yes'),(1703,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"admin@flowerhousefilms.com\";s:7:\"version\";s:6:\"5.7.11\";s:9:\"timestamp\";i:1706688743;}','no'),(151,'tesseract_imported_packages','a:39:{s:9:\"contact-3\";a:2:{s:4:\"slug\";s:9:\"contact-3\";s:7:\"version\";s:3:\"1.1\";}s:10:\"treatments\";a:2:{s:4:\"slug\";s:10:\"treatments\";s:7:\"version\";s:3:\"1.1\";}s:9:\"gallery-2\";a:2:{s:4:\"slug\";s:9:\"gallery-2\";s:7:\"version\";s:3:\"1.1\";}s:9:\"contact-1\";a:2:{s:4:\"slug\";s:9:\"contact-1\";s:7:\"version\";s:3:\"1.1\";}s:10:\"services-3\";a:2:{s:4:\"slug\";s:10:\"services-3\";s:7:\"version\";s:3:\"1.1\";}s:10:\"services-2\";a:2:{s:4:\"slug\";s:10:\"services-2\";s:7:\"version\";s:3:\"1.2\";}s:14:\"google-about-1\";a:2:{s:4:\"slug\";s:14:\"google-about-1\";s:7:\"version\";s:3:\"1.2\";}s:15:\"got-cardboard-1\";a:2:{s:4:\"slug\";s:15:\"got-cardboard-1\";s:7:\"version\";s:3:\"1.1\";}s:12:\"get-viewer-1\";a:2:{s:4:\"slug\";s:12:\"get-viewer-1\";s:7:\"version\";s:3:\"1.1\";}s:9:\"Contact-2\";a:2:{s:4:\"slug\";s:9:\"Contact-2\";s:7:\"version\";s:3:\"1.1\";}s:11:\"hero-home-1\";a:2:{s:4:\"slug\";s:11:\"hero-home-1\";s:7:\"version\";s:3:\"1.1\";}s:6:\"home-1\";a:2:{s:4:\"slug\";s:6:\"home-1\";s:7:\"version\";s:3:\"1.1\";}s:11:\"blog-layout\";a:2:{s:4:\"slug\";s:11:\"blog-layout\";s:7:\"version\";s:3:\"1.1\";}s:8:\"about-us\";a:2:{s:4:\"slug\";s:8:\"about-us\";s:7:\"version\";s:3:\"1.2\";}s:20:\"color-image-text-box\";a:2:{s:4:\"slug\";s:20:\"color-image-text-box\";s:7:\"version\";s:3:\"1.3\";}s:12:\"6-text-boxes\";a:2:{s:4:\"slug\";s:12:\"6-text-boxes\";s:7:\"version\";s:3:\"1.3\";}s:10:\"video-page\";a:2:{s:4:\"slug\";s:10:\"video-page\";s:7:\"version\";s:3:\"1.2\";}s:5:\"video\";a:2:{s:4:\"slug\";s:5:\"video\";s:7:\"version\";s:3:\"1.2\";}s:11:\"simple-hero\";a:2:{s:4:\"slug\";s:11:\"simple-hero\";s:7:\"version\";s:3:\"1.3\";}s:16:\"simple-paragraph\";a:2:{s:4:\"slug\";s:16:\"simple-paragraph\";s:7:\"version\";s:3:\"1.3\";}s:8:\"4-images\";a:2:{s:4:\"slug\";s:8:\"4-images\";s:7:\"version\";s:3:\"1.2\";}s:10:\"cta-simple\";a:2:{s:4:\"slug\";s:10:\"cta-simple\";s:7:\"version\";s:3:\"1.3\";}s:19:\"large-centered-text\";a:2:{s:4:\"slug\";s:19:\"large-centered-text\";s:7:\"version\";s:3:\"1.5\";}s:13:\"4-image-boxes\";a:2:{s:4:\"slug\";s:13:\"4-image-boxes\";s:7:\"version\";s:3:\"1.3\";}s:10:\"hero-music\";a:2:{s:4:\"slug\";s:10:\"hero-music\";s:7:\"version\";s:3:\"1.4\";}s:10:\"google-map\";a:2:{s:4:\"slug\";s:10:\"google-map\";s:7:\"version\";s:3:\"1.3\";}s:12:\"hero-explore\";a:2:{s:4:\"slug\";s:12:\"hero-explore\";s:7:\"version\";s:3:\"1.3\";}s:27:\"full-width-image-right-text\";a:2:{s:4:\"slug\";s:27:\"full-width-image-right-text\";s:7:\"version\";s:3:\"1.3\";}s:26:\"full-width-image-left-text\";a:2:{s:4:\"slug\";s:26:\"full-width-image-left-text\";s:7:\"version\";s:3:\"1.4\";}s:5:\"cta-1\";a:2:{s:4:\"slug\";s:5:\"cta-1\";s:7:\"version\";s:3:\"1.2\";}s:21:\"right-text-left-image\";a:2:{s:4:\"slug\";s:21:\"right-text-left-image\";s:7:\"version\";s:3:\"1.2\";}s:21:\"left-text-right-image\";a:2:{s:4:\"slug\";s:21:\"left-text-right-image\";s:7:\"version\";s:3:\"1.2\";}s:8:\"4-square\";a:2:{s:4:\"slug\";s:8:\"4-square\";s:7:\"version\";s:3:\"1.3\";}s:13:\"3-image-boxes\";a:2:{s:4:\"slug\";s:13:\"3-image-boxes\";s:7:\"version\";s:3:\"1.3\";}s:17:\"center-text-image\";a:2:{s:4:\"slug\";s:17:\"center-text-image\";s:7:\"version\";s:3:\"1.4\";}s:12:\"simple-quote\";a:2:{s:4:\"slug\";s:12:\"simple-quote\";s:7:\"version\";s:3:\"1.2\";}s:13:\"just-an-image\";a:2:{s:4:\"slug\";s:13:\"just-an-image\";s:7:\"version\";s:3:\"1.3\";}s:16:\"3-featured-boxes\";a:2:{s:4:\"slug\";s:16:\"3-featured-boxes\";s:7:\"version\";s:3:\"1.2\";}s:13:\"discover-home\";a:2:{s:4:\"slug\";s:13:\"discover-home\";s:7:\"version\";s:3:\"1.5\";}}','yes'),(135,'category_children','a:0:{}','yes'),(138,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1463846090;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(141,'recently_activated','a:1:{s:33:\"classic-editor/classic-editor.php\";i:1624766761;}','yes'),(147,'current_theme','TESSERACT','yes'),(148,'theme_mods_TESSERACT','a:50:{i:0;b:0;s:16:\"header_textcolor\";s:5:\"blank\";s:33:\"tesseract_header_colors_bck_color\";s:7:\"#425e47\";s:34:\"tesseract_header_colors_link_color\";s:7:\"#ffffff\";s:40:\"tesseract_header_colors_link_hover_color\";s:7:\"#f4d5c6\";s:33:\"tesseract_footer_colors_bck_color\";s:7:\"#425e47\";s:40:\"tesseract_footer_colors_link_hover_color\";s:7:\"#442f36\";s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:4;s:13:\"primary_right\";i:0;s:9:\"secondary\";i:5;}s:28:\"tesseract_header_menu_select\";s:4:\"main\";s:34:\"tesseract_header_right_menu_select\";s:4:\"none\";s:28:\"tesseract_footer_menu_select\";s:6:\"footer\";s:23:\"tesseract_header_height\";i:10;s:16:\"background_color\";s:6:\"ffffff\";s:27:\"tesseract_header_logo_image\";s:84:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02.png\";s:28:\"tesseract_header_logo_height\";i:35;s:35:\"tesseract_footer_additional_content\";s:6:\"social\";s:30:\"tesseract_header_right_content\";s:7:\"buttons\";s:34:\"tesseract_header_content_if_button\";s:108:\"<a class=\" popup button secondary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Trailer </a></h1>\";s:31:\"tesseract_social_account01_name\";s:8:\"Facebook\";s:30:\"tesseract_social_account01_url\";s:39:\"http://www.facebook.com/flowerhousefilm\";s:32:\"tesseract_social_account01_image\";s:72:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/facebook.png\";s:31:\"tesseract_social_account02_name\";s:7:\"YouTube\";s:30:\"tesseract_social_account02_url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:32:\"tesseract_social_account02_image\";s:87:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/youtube_icon_round-copy.png\";s:31:\"tesseract_social_account03_name\";s:7:\"Twitter\";s:30:\"tesseract_social_account03_url\";s:35:\"https://twitter.com/flowerhousefilm\";s:32:\"tesseract_social_account03_image\";s:71:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/twitter.png\";s:31:\"tesseract_social_account04_name\";s:9:\"Indiegogo\";s:30:\"tesseract_social_account04_url\";s:68:\"https://www.indiegogo.com/projects/inocente-confusion-a-short-film#/\";s:32:\"tesseract_social_account04_image\";s:167:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57.png\";s:31:\"tesseract_social_account05_name\";s:4:\"IMDB\";s:30:\"tesseract_social_account05_url\";s:56:\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\";s:32:\"tesseract_social_account05_image\";s:68:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/07/IMDB.png\";s:18:\"custom_css_post_id\";i:-1;s:24:\"tesseract_mobmenu_opener\";i:1;s:34:\"tesseract_mobmenu_background_color\";s:7:\"#442f36\";s:45:\"tesseract_mobmenu_link_hover_background_color\";s:6:\"custom\";s:52:\"tesseract_mobmenu_link_hover_background_color_custom\";s:7:\"#442f36\";s:30:\"tesseract_mobmenu_shadow_color\";s:6:\"custom\";s:37:\"tesseract_mobmenu_shadow_color_custom\";s:7:\"#442f36\";s:34:\"tesseract_mobmenu_link_hover_color\";s:7:\"#ef9785\";s:42:\"tesseract_mobmenu_buttons_background_color\";s:6:\"custom\";s:49:\"tesseract_mobmenu_buttons_background_color_custom\";s:7:\"#442f36\";s:36:\"tesseract_mobmenu_buttons_text_color\";s:7:\"#442f36\";s:42:\"tesseract_mobmenu_buttons_link_hover_color\";s:7:\"#f4d5c6\";s:26:\"tesseract_blog_post_layout\";s:9:\"fullwidth\";s:19:\"tesseract_blog_date\";s:8:\"hidedate\";s:21:\"tesseract_blog_author\";s:10:\"hideauthor\";s:23:\"tesseract_blog_comments\";s:11:\"hidecomment\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1591889454;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(149,'theme_switched','','yes'),(155,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(191,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(183,'siteorigin_panels_initial_version','2.4.8','no'),(184,'siteorigin_panels_settings','a:0:{}','yes'),(185,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'widget_black-studio-tinymce','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.9\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1591889486;s:7:\"version\";s:5:\"5.1.9\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:1;}}','yes'),(273,'tt_font_theme_options','a:12:{s:15:\"tt_default_body\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-33\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#ffffff\";s:11:\"font_weight\";i:400;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:7:\"regular\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:54:\"https://fonts.googleapis.com/css?family=Roboto:regular\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8000000000000000444089209850062616169452667236328125;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:55;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:5;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:123;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:0;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-55\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#ffffff\";s:11:\"font_weight\";i:300;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"300\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:300\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8000000000000000444089209850062616169452667236328125;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:37;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"tt-font-100\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#442f36\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:37;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-14\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#442f36\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8000000000000000444089209850062616169452667236328125;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:34;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:25;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:0;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-90\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#898989\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8000000000000000444089209850062616169452667236328125;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-34\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:23;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:2;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:179;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:341;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";i:10;s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";i:10;s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-59\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:22;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:125;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:125;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:9:\"tt-font-6\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#727272\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:22;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:2;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:110;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:110;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-60\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#5e5e5e\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:42;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:19;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_1\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:7:\"#000000\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_2\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:7:\"#000000\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}','yes'),(212,'lightboxplus_options','a:95:{s:18:\"lightboxplus_multi\";s:1:\"1\";s:10:\"use_inline\";s:1:\"0\";s:10:\"inline_num\";s:1:\"5\";s:18:\"lightboxplus_style\";s:11:\"lightweight\";s:16:\"use_custom_style\";s:1:\"0\";s:11:\"disable_css\";s:1:\"0\";s:10:\"hide_about\";s:1:\"0\";s:12:\"output_htmlv\";s:1:\"0\";s:9:\"data_name\";s:12:\"lightboxplus\";s:13:\"load_location\";s:9:\"wp_footer\";s:13:\"load_priority\";s:2:\"10\";s:11:\"use_perpage\";s:1:\"0\";s:11:\"use_forpage\";s:1:\"0\";s:11:\"use_forpost\";s:1:\"0\";s:10:\"transition\";s:7:\"elastic\";s:5:\"speed\";s:3:\"300\";s:5:\"width\";s:5:\"false\";s:6:\"height\";s:5:\"false\";s:11:\"inner_width\";s:5:\"false\";s:12:\"inner_height\";s:5:\"false\";s:13:\"initial_width\";s:3:\"30%\";s:14:\"initial_height\";s:3:\"30%\";s:9:\"max_width\";s:3:\"90%\";s:10:\"max_height\";s:3:\"90%\";s:6:\"resize\";s:1:\"1\";s:7:\"opacity\";s:3:\"0.8\";s:10:\"preloading\";s:1:\"1\";s:11:\"label_image\";s:5:\"Image\";s:8:\"label_of\";s:2:\"of\";s:8:\"previous\";s:8:\"previous\";s:4:\"next\";s:4:\"next\";s:5:\"close\";s:5:\"close\";s:13:\"overlay_close\";s:1:\"1\";s:9:\"slideshow\";s:1:\"0\";s:14:\"slideshow_auto\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"2500\";s:15:\"slideshow_start\";s:5:\"start\";s:14:\"slideshow_stop\";s:4:\"stop\";s:17:\"use_caption_title\";s:1:\"0\";s:20:\"gallery_lightboxplus\";s:1:\"0\";s:18:\"multiple_galleries\";s:1:\"0\";s:16:\"use_class_method\";s:1:\"0\";s:10:\"class_name\";s:11:\"lbp_primary\";s:16:\"no_auto_lightbox\";s:1:\"0\";s:10:\"text_links\";s:1:\"1\";s:16:\"no_display_title\";s:1:\"0\";s:9:\"scrolling\";s:1:\"1\";s:5:\"photo\";s:1:\"0\";s:3:\"rel\";s:1:\"0\";s:4:\"loop\";s:1:\"1\";s:7:\"esc_key\";s:1:\"1\";s:9:\"arrow_key\";s:1:\"1\";s:3:\"top\";s:5:\"false\";s:6:\"bottom\";s:5:\"false\";s:4:\"left\";s:5:\"false\";s:5:\"right\";s:5:\"false\";s:5:\"fixed\";s:1:\"0\";s:14:\"transition_sec\";s:7:\"elastic\";s:9:\"speed_sec\";s:3:\"300\";s:9:\"width_sec\";s:3:\"80%\";s:10:\"height_sec\";s:3:\"80%\";s:15:\"inner_width_sec\";s:3:\"50%\";s:16:\"inner_height_sec\";s:3:\"50%\";s:17:\"initial_width_sec\";s:3:\"30%\";s:18:\"initial_height_sec\";s:3:\"40%\";s:13:\"max_width_sec\";s:3:\"90%\";s:14:\"max_height_sec\";s:3:\"90%\";s:10:\"resize_sec\";s:1:\"1\";s:11:\"opacity_sec\";s:4:\"0.05\";s:14:\"preloading_sec\";s:1:\"1\";s:15:\"label_image_sec\";s:5:\"Image\";s:12:\"label_of_sec\";s:2:\"of\";s:12:\"previous_sec\";s:8:\"previous\";s:8:\"next_sec\";s:4:\"next\";s:9:\"close_sec\";s:5:\"close\";s:17:\"overlay_close_sec\";s:1:\"1\";s:13:\"slideshow_sec\";s:1:\"0\";s:18:\"slideshow_auto_sec\";s:1:\"0\";s:19:\"slideshow_speed_sec\";s:4:\"2500\";s:19:\"slideshow_start_sec\";s:5:\"start\";s:18:\"slideshow_stop_sec\";s:4:\"stop\";s:10:\"iframe_sec\";s:1:\"1\";s:14:\"class_name_sec\";s:5:\"popup\";s:20:\"no_display_title_sec\";s:1:\"0\";s:13:\"scrolling_sec\";s:1:\"1\";s:9:\"photo_sec\";s:1:\"0\";s:7:\"rel_sec\";s:1:\"0\";s:8:\"loop_sec\";s:1:\"1\";s:11:\"esc_key_sec\";s:1:\"1\";s:13:\"arrow_key_sec\";s:1:\"1\";s:7:\"top_sec\";s:5:\"false\";s:10:\"bottom_sec\";s:5:\"false\";s:8:\"left_sec\";s:5:\"false\";s:9:\"right_sec\";s:5:\"false\";s:9:\"fixed_sec\";s:1:\"0\";}','yes'),(213,'lightboxplus_init','1','yes'),(130844,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1573013486','no'),(132420,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(56203,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6355,'pope_module_list','a:37:{i:0;s:19:\"photocrati-fs|3.1.8\";i:1;s:22:\"photocrati-i18n|3.2.10\";i:2;s:29:\"photocrati-validation|3.1.4.2\";i:3;s:25:\"photocrati-router|3.1.7.1\";i:4;s:34:\"photocrati-wordpress_routing|3.1.8\";i:5;s:25:\"photocrati-security|3.1.8\";i:6;s:33:\"photocrati-nextgen_settings|3.1.9\";i:7;s:20:\"photocrati-mvc|3.1.8\";i:8;s:21:\"photocrati-ajax|3.1.8\";i:9;s:28:\"photocrati-datamapper|3.1.19\";i:10;s:31:\"photocrati-nextgen-legacy|3.3.2\";i:11;s:32:\"photocrati-simple_html_dom|3.0.0\";i:12;s:29:\"photocrati-nextgen-data|3.3.2\";i:13;s:31:\"photocrati-nextgen_block|3.1.19\";i:14;s:36:\"photocrati-dynamic_thumbnails|3.2.13\";i:15;s:30:\"photocrati-nextgen_admin|3.3.2\";i:16;s:41:\"photocrati-nextgen_gallery_display|3.2.17\";i:17;s:36:\"photocrati-frame_communication|3.0.0\";i:18;s:32:\"photocrati-attach_to_post|3.2.21\";i:19;s:41:\"photocrati-nextgen_addgallery_page|3.2.17\";i:20;s:39:\"photocrati-nextgen_other_options|3.2.21\";i:21;s:37:\"photocrati-nextgen_pagination|3.0.0.2\";i:22;s:35:\"photocrati-dynamic_stylesheet|3.0.0\";i:23;s:37:\"photocrati-nextgen_pro_upgrade|3.2.23\";i:24;s:22:\"photocrati-cache|3.0.0\";i:25;s:26:\"photocrati-lightbox|3.1.19\";i:26;s:42:\"photocrati-nextgen_basic_templates|3.0.0.2\";i:27;s:38:\"photocrati-nextgen_basic_gallery|3.1.8\";i:28;s:43:\"photocrati-nextgen_basic_imagebrowser|3.3.2\";i:29;s:40:\"photocrati-nextgen_basic_singlepic|3.1.8\";i:30;s:39:\"photocrati-nextgen_basic_tagcloud|3.1.8\";i:31;s:36:\"photocrati-nextgen_basic_album|3.1.8\";i:32;s:23:\"photocrati-widget|3.1.6\";i:33;s:38:\"photocrati-third_party_compat|3.1.11.1\";i:34;s:32:\"photocrati-nextgen_xmlrpc|3.2.19\";i:35;s:22:\"photocrati-wpcli|3.0.0\";i:36;s:24:\"photocrati-imagify|3.1.8\";}','yes'),(828,'widget_otw_shortcode_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6352,'ngg_db_version','1.8.1','yes'),(6351,'photocrati_auto_update_admin_check_date','','yes'),(6350,'photocrati_auto_update_admin_update_list','','yes'),(6338,'ngg_run_freemius','1','yes'),(6339,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:24:\"nextgen-gallery/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1591889231;s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";s:8:\"sdk_path\";s:24:\"nextgen-gallery/freemius\";s:7:\"version\";s:5:\"2.3.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1591889231;}s:7:\"abspath\";s:35:\"/home/sofiar5/flowerhousefilms.com/\";}','yes'),(6340,'fs_debug_mode','','yes'),(6341,'fs_accounts','a:5:{s:11:\"plugin_data\";a:1:{s:15:\"nextgen-gallery\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}s:17:\"install_timestamp\";i:1487738022;s:16:\"sdk_last_version\";s:7:\"1.2.1.5\";s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"2.2.12\";s:14:\"plugin_version\";s:5:\"3.3.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"inocenteconfusion.com\";s:9:\"server_ip\";s:14:\"189.217.73.234\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1487738022;s:7:\"version\";s:6:\"2.1.77\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1487738059;s:7:\"version\";s:6:\"2.1.77\";}s:20:\"is_network_activated\";b:0;s:24:\"handle_gdpr_admin_notice\";b:1;}}s:13:\"file_slug_map\";a:1:{s:29:\"nextgen-gallery/nggallery.php\";s:15:\"nextgen-gallery\";}s:7:\"plugins\";a:1:{s:15:\"nextgen-gallery\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:12:\"premium_slug\";s:23:\"nextgen-gallery-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:29:\"nextgen-gallery/nggallery.php\";s:7:\"version\";s:5:\"3.3.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_009356711cd548837f074e1ef60a4\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"266\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"a0b9af7b74899d4a49b15f4f659ed897\";s:21:\"id_slug_type_path_map\";a:1:{i:266;a:3:{s:4:\"slug\";s:15:\"nextgen-gallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}}}','yes'),(6342,'fs_api_cache','a:0:{}','yes'),(6344,'widget_ngg-images','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6345,'widget_ngg-mrssw','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6346,'widget_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6347,'ngg_transient_groups','a:7:{s:9:\"__counter\";i:7;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:16:\"WordPress-Router\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}}','yes'),(6348,'ngg_options','a:76:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:5:\"image\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:19:\"Inocente Confusión\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:12:\"irRotatetime\";i:10;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:11:\"installDate\";i:1487738061;s:23:\"dismissed_notifications\";a:1:{s:21:\"ngg_php52_deprecation\";a:1:{i:0;i:1;}}s:13:\"gallery_count\";i:1;s:33:\"watermark_automatically_at_upload\";i:0;s:27:\"use_alternate_random_method\";b:0;s:19:\"disable_fontawesome\";b:0;s:23:\"random_widget_cache_ttl\";i:30;}','yes'),(45722,'siteorigin_panels_active_version','2.11.0','yes'),(6380,'fresh_site','0','yes'),(45697,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(45698,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(45699,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(45700,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6367,'db_upgraded','','yes'),(132449,'wp_page_for_privacy_policy','0','yes'),(132450,'show_comments_cookies_opt_in','1','yes'),(132451,'admin_email_lifespan','1640103871','yes'),(132455,'recovery_keys','a:0:{}','yes'),(141162,'analyst_cache','s:6:\"a:0:{}\";','yes'),(141165,'wpclone_ajax_banner1_close','1','yes'),(141164,'wpclone_directory_scan','a:4:{s:6:\"dbsize\";s:8:\"11.38 MB\";s:4:\"size\";s:9:\"147.64 MB\";s:5:\"files\";i:5490;s:4:\"time\";i:1580238797;}','yes'),(141166,'wpclone_backups','a:0:{}','yes'),(158112,'theme_mods_tesseract-free-theme','a:30:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:4;s:13:\"primary_right\";i:0;s:9:\"secondary\";i:5;}s:28:\"tesseract_header_menu_select\";s:4:\"main\";s:28:\"tesseract_footer_menu_select\";s:6:\"footer\";s:18:\"custom_css_post_id\";i:-1;s:33:\"tesseract_header_colors_bck_color\";s:7:\"#425e47\";s:40:\"tesseract_header_colors_link_hover_color\";s:7:\"#f4d5c6\";s:16:\"header_textcolor\";s:5:\"blank\";s:26:\"tesseract_header_logo_type\";s:5:\"image\";s:27:\"tesseract_header_logo_image\";s:84:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02.png\";s:30:\"tesseract_header_right_content\";s:7:\"buttons\";s:34:\"tesseract_header_content_if_button\";s:114:\"<a class=\" popup button secondary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\";s:33:\"tesseract_footer_colors_bck_color\";s:7:\"#425e47\";s:31:\"tesseract_social_account01_name\";s:4:\"IMDB\";s:40:\"tesseract_footer_colors_link_hover_color\";s:7:\"#f4d5c6\";s:35:\"tesseract_footer_additional_content\";s:6:\"social\";s:32:\"tesseract_social_account01_image\";s:68:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/07/IMDB.png\";s:30:\"tesseract_social_account01_url\";s:37:\"https://www.imdb.com/title/tt5863914/\";s:31:\"tesseract_social_account02_name\";s:8:\"Facebook\";s:32:\"tesseract_social_account02_image\";s:72:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/facebook.png\";s:30:\"tesseract_social_account02_url\";s:40:\"https://www.facebook.com/flowerhousefilm\";s:31:\"tesseract_social_account03_name\";s:7:\"Twitter\";s:30:\"tesseract_social_account03_url\";s:35:\"https://twitter.com/flowerhousefilm\";s:32:\"tesseract_social_account03_image\";s:71:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/twitter.png\";s:31:\"tesseract_social_account04_name\";s:7:\"YouTube\";s:32:\"tesseract_social_account04_image\";s:87:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/youtube_icon_round-copy.png\";s:30:\"tesseract_social_account04_url\";s:28:\"https://youtu.be/quw6Hwl4Mxs\";s:31:\"tesseract_social_account05_name\";s:9:\"Indiegogo\";s:32:\"tesseract_social_account05_image\";s:167:\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57.png\";s:30:\"tesseract_social_account05_url\";s:68:\"https://www.indiegogo.com/projects/inocente-confusion-a-short-film#/\";}','yes'),(197306,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1626008609','no'),(141204,'WPLANG','','yes'),(157891,'recovery_mode_email_last_sent','1591845037','yes'),(158343,'_transient_tt_font_theme_options','a:17:{s:15:\"tt_default_body\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_1\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:7:\"#000000\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_2\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:7:\"#000000\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_3\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_4\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_5\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:20:\"tt_default_heading_6\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:9:\"tt-font-6\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#727272\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:22;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:2;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:110;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:110;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-33\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#ffffff\";s:11:\"font_weight\";i:400;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:7:\"regular\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:54:\"https://fonts.googleapis.com/css?family=Roboto:regular\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:55;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:5;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:123;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:0;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-14\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#442f36\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:34;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:25;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:0;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"tt-font-100\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#442f36\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:37;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-55\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#ffffff\";s:11:\"font_weight\";i:300;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"300\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:300\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:37;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-90\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#898989\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";d:0.8;s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-36\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-60\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:7:\"#5e5e5e\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:42;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:19;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-34\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:23;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";i:2;s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:179;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:341;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";i:10;s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";i:10;s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:10:\"tt-font-59\";a:39:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:6:\"roboto\";s:9:\"font_name\";s:6:\"Roboto\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";i:100;s:10:\"font_style\";s:6:\"normal\";s:17:\"font_weight_style\";s:3:\"100\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:50:\"https://fonts.googleapis.com/css?family=Roboto:100\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"display\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";i:22;s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";i:125;s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";i:125;s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:22:\"border_radius_top_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:23:\"border_radius_top_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:26:\"border_radius_bottom_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:25:\"border_radius_bottom_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:16:\"border_top_color\";s:0:\"\";s:16:\"border_top_style\";s:0:\"\";s:16:\"border_top_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:19:\"border_bottom_color\";s:0:\"\";s:19:\"border_bottom_style\";s:0:\"\";s:19:\"border_bottom_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:17:\"border_left_color\";s:0:\"\";s:17:\"border_left_style\";s:0:\"\";s:17:\"border_left_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:18:\"border_right_color\";s:0:\"\";s:18:\"border_right_style\";s:0:\"\";s:18:\"border_right_width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}','yes'),(195852,'https_detection_errors','a:0:{}','yes'),(195844,'disallowed_keys','','no'),(195845,'comment_previously_approved','1','yes'),(195846,'auto_plugin_theme_update_emails','a:0:{}','no'),(195847,'auto_update_core_dev','enabled','yes'),(195848,'auto_update_core_minor','enabled','yes'),(195849,'auto_update_core_major','unset','yes'),(163710,'tes_debug_theme','disable','yes'),(197303,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1626008609','no'),(158224,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":4,\"critical\":2}','yes'),(291333,'new_admin_email','admin@flowerhousefilms.com','yes'),(319035,'_transient_7__2951165530','[]','no'),(318623,'_transient_timeout_sow:cleared','1716373715','no'),(318624,'_transient_sow:cleared','1','no'),(319031,'external_theme_updates-tesseract-free-theme','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1716192722;s:14:\"checkedVersion\";s:5:\"3.9.4\";s:6:\"update\";N;}','yes'),(319033,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1716218181;s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:5:\"2.6.9\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.9\";s:32:\"duplicate-page/duplicatepage.php\";s:3:\"4.2\";s:39:\"easy-google-fonts/easy-google-fonts.php\";s:5:\"1.4.4\";s:30:\"lightbox-plus/lightboxplus.php\";s:5:\"2.7.2\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"3.3.5\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:6:\"2.11.0\";s:29:\"postman-smtp/postman-smtp.php\";s:5:\"1.7.2\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:6:\"1.17.0\";s:16:\"spacer/index.php\";s:5:\"3.0.4\";s:31:\"title-remover/title-remover.php\";s:5:\"1.2.1\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:6:\"2.2.10\";}s:8:\"response\";a:8:{s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";O:8:\"stdClass\":15:{s:2:\"id\";s:41:\"w.org/plugins/black-studio-tinymce-widget\";s:4:\"slug\";s:27:\"black-studio-tinymce-widget\";s:6:\"plugin\";s:59:\"black-studio-tinymce-widget/black-studio-tinymce-widget.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/black-studio-tinymce-widget/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/black-studio-tinymce-widget.2.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon.svg?rev=2627604\";s:3:\"svg\";s:72:\"https://ps.w.org/black-studio-tinymce-widget/assets/icon.svg?rev=2627604\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-1544x500.png?rev=2627604\";s:2:\"1x\";s:82:\"https://ps.w.org/black-studio-tinymce-widget/assets/banner-772x250.png?rev=2627604\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"6.0.8\";s:12:\"requires_php\";s:3:\"5.2\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:73:\"<p>Important: Always ensure to backup your database before upgrading.</p>\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"6.3.4\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"3.59.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.59.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.5.4\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:7:\"2.29.16\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.29.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";s:3:\"svg\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/siteorigin-panels/assets/banner-1544x500.png?rev=2600116\";s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.png?rev=2600116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:5:\"7.0.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.61.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.61.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";s:3:\"svg\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/so-widgets-bundle/assets/banner-1544x500.png?rev=2556862\";s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.png?rev=2556862\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:5:\"7.0.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:16:\"spacer/index.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:20:\"w.org/plugins/spacer\";s:4:\"slug\";s:6:\"spacer\";s:6:\"plugin\";s:16:\"spacer/index.php\";s:11:\"new_version\";s:5:\"3.0.7\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/spacer/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/spacer.3.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/spacer/assets/icon-256x256.png?rev=1358569\";s:2:\"1x\";s:59:\"https://ps.w.org/spacer/assets/icon-128x128.png?rev=1358569\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/spacer/assets/banner-772x250.png?rev=1358574\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"6.4.4\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"wp-clone-by-wp-academy/wpclone.php\";O:8:\"stdClass\":15:{s:2:\"id\";s:36:\"w.org/plugins/wp-clone-by-wp-academy\";s:4:\"slug\";s:22:\"wp-clone-by-wp-academy\";s:6:\"plugin\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:11:\"new_version\";s:5:\"2.4.4\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/wp-clone-by-wp-academy/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wp-clone-by-wp-academy.2.4.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/wp-clone-by-wp-academy/assets/icon-128x128.png?rev=2181280\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/wp-clone-by-wp-academy/assets/banner-772x250.jpg?rev=706555\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.4.4\";s:12:\"requires_php\";s:3:\"5.5\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:139:\"<ul>\n<li>[NOTE] Upgraded &quot;TryItOut&quot; module to latest version</li>\n<li>[NOTE] Upgraded analyst module to latest version</li>\n</ul>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.9.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:39:\"easy-google-fonts/easy-google-fonts.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:31:\"w.org/plugins/easy-google-fonts\";s:4:\"slug\";s:17:\"easy-google-fonts\";s:6:\"plugin\";s:39:\"easy-google-fonts/easy-google-fonts.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/easy-google-fonts/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/easy-google-fonts.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/easy-google-fonts/assets/icon-256x256.png?rev=2562365\";s:2:\"1x\";s:70:\"https://ps.w.org/easy-google-fonts/assets/icon-128x128.png?rev=2562365\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/easy-google-fonts/assets/banner-1544x500.png?rev=2562366\";s:2:\"1x\";s:72:\"https://ps.w.org/easy-google-fonts/assets/banner-772x250.png?rev=2562365\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"5.8.9\";s:12:\"requires_php\";s:5:\"7.0.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:31:\"title-remover/title-remover.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/title-remover\";s:4:\"slug\";s:13:\"title-remover\";s:6:\"plugin\";s:31:\"title-remover/title-remover.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/title-remover/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/title-remover.1.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/title-remover/assets/icon-256x256.png?rev=1774737\";s:2:\"1x\";s:66:\"https://ps.w.org/title-remover/assets/icon-128x128.png?rev=1774737\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/title-remover/assets/banner-1544x500.png?rev=1774737\";s:2:\"1x\";s:68:\"https://ps.w.org/title-remover/assets/banner-772x250.png?rev=1774737\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.5\";}}}','no'),(319032,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1716192723;s:7:\"checked\";a:2:{s:20:\"tesseract-free-theme\";s:5:\"3.9.4\";s:15:\"twentytwentyone\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(309721,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.3\";s:7:\"version\";s:5:\"6.5.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.3\";s:7:\"version\";s:5:\"6.5.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.4\";s:7:\"version\";s:5:\"6.4.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.3.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.3.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.3.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.3.4\";s:7:\"version\";s:5:\"6.3.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.2.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.2.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.2.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.2.5\";s:7:\"version\";s:5:\"6.2.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.6\";s:7:\"version\";s:5:\"6.1.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.8-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.8\";s:7:\"version\";s:5:\"6.0.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.9\";s:7:\"version\";s:5:\"5.9.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.9\";s:7:\"version\";s:5:\"5.8.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1716192722;s:15:\"version_checked\";s:6:\"5.7.11\";s:12:\"translations\";a:0:{}}','no'),(319061,'_transient_is_multi_author','0','yes'),(319058,'_transient_timeout_3__2899230903','1716219402','no'),(319059,'_transient_3__2899230903','[\"ID\",\"post_author\",\"post_date\",\"post_date_gmt\",\"post_content\",\"post_title\",\"post_excerpt\",\"post_status\",\"comment_status\",\"ping_status\",\"post_password\",\"post_name\",\"to_ping\",\"pinged\",\"post_modified\",\"post_modified_gmt\",\"post_content_filtered\",\"post_parent\",\"guid\",\"menu_order\",\"post_type\",\"post_mime_type\",\"comment_count\"]','no'),(319034,'_transient_timeout_7__2951165530','1716220053','no'),(319027,'_site_transient_timeout_theme_roots','1716192722','no'),(319028,'_site_transient_theme_roots','a:2:{s:20:\"tesseract-free-theme\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=91511 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 (11215,1830,'_fl_builder_enabled','1'),(11214,1830,'_fl_builder_data','a:16:{s:13:\"568965964fed2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965964fed2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1525\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"80\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:128:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/01/01185942/Scenery_Kodiak_National_Wildlife_Refuge.jpg\";}}s:13:\"568965b25dea5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25dea5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"568965964fed2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"568965b25e16c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25e16c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"568965b25dea5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"568965c0782a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965c0782a9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"568965b25e16c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"Our Blog\";s:4:\"size\";s:2:\"36\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:2:\"40\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56896781dcba3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dcba3\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd5ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd5ec\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56896781dcba3\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56896781dd63f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd63f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:66.659999999999996589394868351519107818603515625;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd693\";O:19:\"TesseractBlogModule\":16:{s:4:\"node\";s:13:\"56896781dd693\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:1;s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:22:\"A simple blog section.\";s:8:\"category\";s:16:\"Advanced Modules\";s:4:\"slug\";s:11:\"blog-module\";s:3:\"dir\";s:101:\"/home/tesseracttheme/public_html/content/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:3:\"url\";s:94:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:8:\"sections\";a:2:{s:5:\"setup\";a:2:{s:5:\"title\";s:10:\"Loop Setup\";s:6:\"fields\";a:6:{s:9:\"post_type\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Post Type\";s:7:\"default\";s:4:\"post\";s:7:\"options\";a:3:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:7:\"product\";s:8:\"Products\";}}s:5:\"users\";a:3:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Author\";s:7:\"options\";a:1:{s:0:\"\";s:3:\"All\";}}s:14:\"posts_per_page\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Posts per page\";s:7:\"default\";s:1:\"5\";}s:8:\"order_by\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Order by\";s:7:\"default\";s:4:\"date\";s:7:\"options\";a:13:{s:4:\"none\";s:8:\"No order\";s:2:\"ID\";s:16:\"Order by post id\";s:6:\"author\";s:15:\"Order by author\";s:5:\"title\";s:14:\"Order by title\";s:4:\"name\";s:30:\"Order by post name (post slug)\";s:4:\"type\";s:18:\"Order by post type\";s:4:\"date\";s:13:\"Order by date\";s:8:\"modified\";s:27:\"Order by last modified date\";s:6:\"parent\";s:28:\"Order by post/page parent id\";s:4:\"rand\";s:12:\"Random order\";s:13:\"comment_count\";s:27:\"Order by number of comments\";s:10:\"menu_order\";s:19:\"Order by page order\";s:8:\"post__in\";s:50:\"Preserve post ID order given in Specific IDs field\";}}s:5:\"order\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Order\";s:7:\"default\";s:4:\"DESC\";s:7:\"options\";a:2:{s:4:\"DESC\";s:10:\"Descending\";s:3:\"ASC\";s:9:\"Ascending\";}}s:3:\"ids\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Specific IDs\";s:11:\"description\";s:79:\"List the IDs separated by comma that will be displayed (leave blank to disable)\";}}}s:7:\"display\";a:2:{s:5:\"title\";s:6:\"Format\";s:6:\"fields\";a:5:{s:12:\"post_display\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Post Display\";s:7:\"default\";s:7:\"compact\";s:7:\"options\";a:2:{s:7:\"compact\";s:7:\"Compact\";s:8:\"vertical\";s:8:\"Vertical\";}}s:13:\"show_featured\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:19:\"Show featured image\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:9:\"show_date\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Show post date\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:11:\"show_author\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Show post author\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:12:\"excerpt_more\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Excerpt more text\";s:7:\"default\";s:3:\"...\";}}}}}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"post_type\";s:4:\"post\";s:5:\"users\";s:0:\"\";s:14:\"posts_per_page\";s:1:\"5\";s:8:\"order_by\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:3:\"ids\";s:0:\"\";s:12:\"post_display\";s:8:\"vertical\";s:13:\"show_featured\";s:3:\"yes\";s:9:\"show_date\";s:3:\"yes\";s:11:\"show_author\";s:3:\"yes\";s:12:\"excerpt_more\";s:3:\"...\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:11:\"blog-module\";}s:3:\"css\";a:1:{s:15:\"blog-module-css\";a:4:{i:0;s:113:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/css/blog-module.css\";i:1;N;i:2;N;i:3;N;}}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd6e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd6e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd739\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd739\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:0;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:13:\"widget-search\";O:8:\"stdClass\":1:{s:5:\"title\";s:11:\"Blog Search\";}s:6:\"widget\";s:16:\"WP_Widget_Search\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd78b\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd78b\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:1;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:19:\"widget-recent-posts\";O:8:\"stdClass\":3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:6:\"widget\";s:22:\"WP_Widget_Recent_Posts\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd7df\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd7df\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:2;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:22:\"widget-recent-comments\";O:8:\"stdClass\":2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:6:\"widget\";s:25:\"WP_Widget_Recent_Comments\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd832\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd832\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:3;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:15:\"widget-archives\";O:8:\"stdClass\":3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:18:\"WP_Widget_Archives\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd885\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd885\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:4;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:17:\"widget-categories\";O:8:\"stdClass\":4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:20:\"WP_Widget_Categories\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd8d3\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd8d3\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:5;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:11:\"widget-meta\";O:8:\"stdClass\":1:{s:5:\"title\";s:4:\"Meta\";}s:6:\"widget\";s:14:\"WP_Widget_Meta\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"5689682d05f96\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5689682d05f96\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:9:\"Blog Post\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11213,1830,'_fl_builder_draft','a:16:{s:13:\"568965964fed2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965964fed2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1525\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"80\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:128:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/01/01185942/Scenery_Kodiak_National_Wildlife_Refuge.jpg\";}}s:13:\"568965b25dea5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25dea5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"568965964fed2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"568965b25e16c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965b25e16c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"568965b25dea5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"568965c0782a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"568965c0782a9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"568965b25e16c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"Our Blog\";s:4:\"size\";s:2:\"36\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:2:\"40\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56896781dcba3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dcba3\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd5ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd5ec\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56896781dcba3\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56896781dd63f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd63f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:66.659999999999996589394868351519107818603515625;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd693\";O:19:\"TesseractBlogModule\":16:{s:4:\"node\";s:13:\"56896781dd693\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:1;s:4:\"name\";s:4:\"Blog\";s:11:\"description\";s:22:\"A simple blog section.\";s:8:\"category\";s:16:\"Advanced Modules\";s:4:\"slug\";s:11:\"blog-module\";s:3:\"dir\";s:101:\"/home/tesseracttheme/public_html/content/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:3:\"url\";s:94:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:8:\"sections\";a:2:{s:5:\"setup\";a:2:{s:5:\"title\";s:10:\"Loop Setup\";s:6:\"fields\";a:6:{s:9:\"post_type\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Post Type\";s:7:\"default\";s:4:\"post\";s:7:\"options\";a:3:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:7:\"product\";s:8:\"Products\";}}s:5:\"users\";a:3:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:6:\"Author\";s:7:\"options\";a:1:{s:0:\"\";s:3:\"All\";}}s:14:\"posts_per_page\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Posts per page\";s:7:\"default\";s:1:\"5\";}s:8:\"order_by\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Order by\";s:7:\"default\";s:4:\"date\";s:7:\"options\";a:13:{s:4:\"none\";s:8:\"No order\";s:2:\"ID\";s:16:\"Order by post id\";s:6:\"author\";s:15:\"Order by author\";s:5:\"title\";s:14:\"Order by title\";s:4:\"name\";s:30:\"Order by post name (post slug)\";s:4:\"type\";s:18:\"Order by post type\";s:4:\"date\";s:13:\"Order by date\";s:8:\"modified\";s:27:\"Order by last modified date\";s:6:\"parent\";s:28:\"Order by post/page parent id\";s:4:\"rand\";s:12:\"Random order\";s:13:\"comment_count\";s:27:\"Order by number of comments\";s:10:\"menu_order\";s:19:\"Order by page order\";s:8:\"post__in\";s:50:\"Preserve post ID order given in Specific IDs field\";}}s:5:\"order\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Order\";s:7:\"default\";s:4:\"DESC\";s:7:\"options\";a:2:{s:4:\"DESC\";s:10:\"Descending\";s:3:\"ASC\";s:9:\"Ascending\";}}s:3:\"ids\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Specific IDs\";s:11:\"description\";s:79:\"List the IDs separated by comma that will be displayed (leave blank to disable)\";}}}s:7:\"display\";a:2:{s:5:\"title\";s:6:\"Format\";s:6:\"fields\";a:5:{s:12:\"post_display\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Post Display\";s:7:\"default\";s:7:\"compact\";s:7:\"options\";a:2:{s:7:\"compact\";s:7:\"Compact\";s:8:\"vertical\";s:8:\"Vertical\";}}s:13:\"show_featured\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:19:\"Show featured image\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:9:\"show_date\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Show post date\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:11:\"show_author\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:16:\"Show post author\";s:7:\"default\";s:3:\"yes\";s:7:\"options\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:12:\"excerpt_more\";a:3:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Excerpt more text\";s:7:\"default\";s:3:\"...\";}}}}}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"post_type\";s:4:\"post\";s:5:\"users\";s:0:\"\";s:14:\"posts_per_page\";s:1:\"5\";s:8:\"order_by\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:3:\"ids\";s:0:\"\";s:12:\"post_display\";s:8:\"vertical\";s:13:\"show_featured\";s:3:\"yes\";s:9:\"show_date\";s:3:\"yes\";s:11:\"show_author\";s:3:\"yes\";s:12:\"excerpt_more\";s:3:\"...\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:11:\"blog-module\";}s:3:\"css\";a:1:{s:15:\"blog-module-css\";a:4:{i:0;s:113:\"http://content.tesseracttheme.com/wp-content/themes/TESSERACT/inc/beaver-builder-modules/blog/css/blog-module.css\";i:1;N;i:2;N;i:3;N;}}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd6e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56896781dd6e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56896781dd5ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56896781dd739\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd739\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:0;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:13:\"widget-search\";O:8:\"stdClass\":1:{s:5:\"title\";s:11:\"Blog Search\";}s:6:\"widget\";s:16:\"WP_Widget_Search\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd78b\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd78b\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:1;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:19:\"widget-recent-posts\";O:8:\"stdClass\":3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:6:\"widget\";s:22:\"WP_Widget_Recent_Posts\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd7df\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd7df\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:2;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:22:\"widget-recent-comments\";O:8:\"stdClass\":2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:6:\"widget\";s:25:\"WP_Widget_Recent_Comments\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd832\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd832\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:3;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:15:\"widget-archives\";O:8:\"stdClass\":3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:18:\"WP_Widget_Archives\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd885\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd885\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:4;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:17:\"widget-categories\";O:8:\"stdClass\":4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:6:\"widget\";s:20:\"WP_Widget_Categories\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"56896781dd8d3\";O:14:\"FLWidgetModule\":16:{s:4:\"node\";s:13:\"56896781dd8d3\";s:6:\"parent\";s:13:\"56896781dd6e6\";s:8:\"position\";i:5;s:4:\"name\";s:6:\"Widget\";s:11:\"description\";s:27:\"Display a WordPress widget.\";s:8:\"category\";s:17:\"WordPress Widgets\";s:4:\"slug\";s:6:\"widget\";s:3:\"dir\";s:103:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:3:\"url\";s:96:\"http://content.tesseracttheme.com/wp-content/plugins/beaver-builder-lite-version/modules/widget/\";s:4:\"form\";a:2:{s:7:\"general\";a:2:{s:5:\"title\";s:7:\"General\";s:4:\"file\";s:132:\"/home/tesseracttheme/public_html/content/wp-content/plugins/beaver-builder-lite-version/modules/widget/includes/settings-general.php\";}s:8:\"advanced\";a:2:{s:5:\"title\";s:8:\"Advanced\";s:8:\"sections\";a:4:{s:7:\"margins\";a:2:{s:5:\"title\";s:7:\"Margins\";s:6:\"fields\";a:4:{s:10:\"margin_top\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Top\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:13:\"margin_bottom\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Bottom\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:11:\"margin_left\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"Left\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:12:\"margin_right\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Right\";s:7:\"default\";s:0:\"\";s:11:\"description\";s:2:\"px\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"placeholder\";s:2:\"20\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:10:\"responsive\";a:2:{s:5:\"title\";s:17:\"Responsive Layout\";s:6:\"fields\";a:1:{s:18:\"responsive_display\";a:5:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:7:\"Display\";s:7:\"options\";a:6:{s:0:\"\";s:6:\"Always\";s:7:\"desktop\";s:18:\"Large Devices Only\";s:14:\"desktop-medium\";s:31:\"Large &amp; Medium Devices Only\";s:6:\"medium\";s:19:\"Medium Devices Only\";s:13:\"medium-mobile\";s:31:\"Medium &amp; Small Devices Only\";s:6:\"mobile\";s:18:\"Small Devices Only\";}s:4:\"help\";s:69:\"Choose whether to show or hide this module at different device sizes.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:9:\"animation\";a:2:{s:5:\"title\";s:9:\"Animation\";s:6:\"fields\";a:2:{s:9:\"animation\";a:4:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:5:\"Style\";s:7:\"options\";a:6:{s:0:\"\";s:4:\"None\";s:7:\"fade-in\";s:7:\"Fade In\";s:10:\"slide-left\";s:10:\"Slide Left\";s:11:\"slide-right\";s:11:\"Slide Right\";s:8:\"slide-up\";s:8:\"Slide Up\";s:10:\"slide-down\";s:10:\"Slide Down\";}s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:15:\"animation_delay\";a:8:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Delay\";s:7:\"default\";s:3:\"0.0\";s:9:\"maxlength\";s:1:\"4\";s:4:\"size\";s:1:\"5\";s:11:\"description\";s:7:\"seconds\";s:4:\"help\";s:59:\"The amount of time in seconds before this animation starts.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}s:13:\"css_selectors\";a:2:{s:5:\"title\";s:13:\"CSS Selectors\";s:6:\"fields\";a:2:{s:2:\"id\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"ID\";s:4:\"help\";s:149:\"A unique ID that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. No spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}s:5:\"class\";a:4:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Class\";s:4:\"help\";s:173:\"A class that will be applied to this module\'s HTML. Must start with a letter and only contain dashes, underscores, letters or numbers. Separate multiple classes with spaces.\";s:7:\"preview\";a:1:{s:4:\"type\";s:4:\"none\";}}}}}}}s:7:\"enabled\";b:1;s:13:\"editor_export\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"widget\";s:11:\"widget-meta\";O:8:\"stdClass\":1:{s:5:\"title\";s:4:\"Meta\";}s:6:\"widget\";s:14:\"WP_Widget_Meta\";}s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}s:4:\"type\";s:6:\"module\";}s:13:\"5689682d05f96\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5689682d05f96\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56896781dd63f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:9:\"Blog Post\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11212,1830,'wptr_hide_title','0'),(11221,1831,'_fl_builder_enabled','1'),(11220,1831,'_fl_builder_data','a:25:{s:13:\"55e0b3070774a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3070774a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731896\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731896\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b3070774a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b30731a4b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731a4b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731ab9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731ab9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b3aa77620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3aa77620\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731ab9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791070_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}s:13:\"55e0b402d3fde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b402d3fde\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731a4b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:10:\"margin_top\";s:2:\"45\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789507_text\";s:0:\"\";s:21:\"flrich1440789566_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:21:\"flrich1440789582_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";}}s:13:\"55e0b5fd5b255\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd5b255\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"1\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c552\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c552\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b5fd5b255\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b5fd7c79b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c79b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c802\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c802\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c85e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c85e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b66283e5b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b66283e5b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c802\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1232\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1232;s:5:\"title\";s:19:\"morocco-123961_1280\";s:8:\"filename\";s:23:\"morocco-123961_1280.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1232\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"morocco-123961_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651833000;s:8:\"modified\";i:1441651833000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bccfb98267\";s:6:\"delete\";s:10:\"b3d5444138\";s:4:\"edit\";s:10:\"e37bcd14a5\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1232&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:347037;s:21:\"filesizeHumanReadable\";s:6:\"339 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-1024x681.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016c8c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016c8c4\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016ccb2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ccb2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b7016c8c4\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b7016cd16\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd16\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cd64\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd64\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cdd2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cdd2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016cd64\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1398\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1398;s:5:\"title\";s:19:\"mt-fuji-477832_1920\";s:8:\"filename\";s:23:\"mt-fuji-477832_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1398\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"mt-fuji-477832_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652219000;s:8:\"modified\";i:1441652219000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"92dd3c5e5b\";s:6:\"delete\";s:10:\"edc9ad455c\";s:4:\"edit\";s:10:\"fdd1c7fd66\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1398&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:501479;s:21:\"filesizeHumanReadable\";s:6:\"490 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016ce22\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ce22\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b705a30df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b705a30df\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c85e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1223\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1223;s:5:\"title\";s:21:\"mountains-863474_1280\";s:8:\"filename\";s:25:\"mountains-863474_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1223\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"mountains-863474_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651808000;s:8:\"modified\";i:1441651808000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"f963d33394\";s:6:\"delete\";s:10:\"a80715d982\";s:4:\"edit\";s:10:\"af5d687ae8\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1223&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:125386;s:21:\"filesizeHumanReadable\";s:6:\"122 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b71147ea4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b71147ea4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016ce22\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1263\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1263;s:5:\"title\";s:19:\"iceberg-404966_1920\";s:8:\"filename\";s:23:\"iceberg-404966_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1263\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"iceberg-404966_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651898000;s:8:\"modified\";i:1441651898000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bc3665408a\";s:6:\"delete\";s:10:\"410a9eccdf\";s:4:\"edit\";s:10:\"3bb44c76c9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1263&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:734929;s:21:\"filesizeHumanReadable\";s:6:\"718 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:205;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-300x205.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:479;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-1024x701.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b9d35601d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d35601d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d356380\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356380\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b9d35601d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b9d3563e3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3563e3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d3564a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3564a9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b9d356512\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356512\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b9d3564a9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791009_text\";s:612:\"Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440791023_text\";s:626:\"<p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p>\n<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n\";s:21:\"flrich1440791030_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791108_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}}'),(11219,1831,'_fl_builder_draft','a:25:{s:13:\"55e0b3070774a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3070774a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731896\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731896\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b3070774a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b30731a4b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731a4b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b30731ab9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b30731ab9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b30731896\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b3aa77620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b3aa77620\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731ab9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791070_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}s:13:\"55e0b402d3fde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b402d3fde\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b30731a4b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:10:\"margin_top\";s:2:\"45\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789507_text\";s:0:\"\";s:21:\"flrich1440789566_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";s:21:\"flrich1440789582_text\";s:82:\"<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\";}}s:13:\"55e0b5fd5b255\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd5b255\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"1\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c552\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c552\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b5fd5b255\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b5fd7c79b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c79b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c802\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c802\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b5fd7c85e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b5fd7c85e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b5fd7c552\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b66283e5b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b66283e5b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c802\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1232\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1232;s:5:\"title\";s:19:\"morocco-123961_1280\";s:8:\"filename\";s:23:\"morocco-123961_1280.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1232\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"morocco-123961_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651833000;s:8:\"modified\";i:1441651833000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bccfb98267\";s:6:\"delete\";s:10:\"b3d5444138\";s:4:\"edit\";s:10:\"e37bcd14a5\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1232&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:347037;s:21:\"filesizeHumanReadable\";s:6:\"339 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280-1024x681.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:851;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016c8c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016c8c4\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016ccb2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ccb2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b7016c8c4\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b7016cd16\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd16\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cd64\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cd64\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:37.5;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b7016cdd2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016cdd2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016cd64\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1398\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1398;s:5:\"title\";s:19:\"mt-fuji-477832_1920\";s:8:\"filename\";s:23:\"mt-fuji-477832_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1398\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"mt-fuji-477832_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652219000;s:8:\"modified\";i:1441652219000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"92dd3c5e5b\";s:6:\"delete\";s:10:\"edc9ad455c\";s:4:\"edit\";s:10:\"fdd1c7fd66\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1398&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:501479;s:21:\"filesizeHumanReadable\";s:6:\"490 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1271;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b7016ce22\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b7016ce22\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b7016ccb2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:4:\"37.5\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b705a30df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b705a30df\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b5fd7c85e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1223\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1223;s:5:\"title\";s:21:\"mountains-863474_1280\";s:8:\"filename\";s:25:\"mountains-863474_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1223\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"mountains-863474_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651808000;s:8:\"modified\";i:1441651808000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"f963d33394\";s:6:\"delete\";s:10:\"a80715d982\";s:4:\"edit\";s:10:\"af5d687ae8\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1223&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:125386;s:21:\"filesizeHumanReadable\";s:6:\"122 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b71147ea4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b71147ea4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b7016ce22\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1263\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1263;s:5:\"title\";s:19:\"iceberg-404966_1920\";s:8:\"filename\";s:23:\"iceberg-404966_1920.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1263\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:21:\"iceberg-404966_1920-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651898000;s:8:\"modified\";i:1441651898000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"bc3665408a\";s:6:\"delete\";s:10:\"410a9eccdf\";s:4:\"edit\";s:10:\"3bb44c76c9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1263&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:734929;s:21:\"filesizeHumanReadable\";s:6:\"718 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:205;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-300x205.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:479;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920-1024x701.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1315;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55e0b9d35601d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d35601d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d356380\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356380\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55e0b9d35601d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55e0b9d3563e3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3563e3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"25\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55e0b9d3564a9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d3564a9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55e0b9d356380\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:75;}}s:13:\"55e0b9d356512\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55e0b9d356512\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55e0b9d3564a9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440789418_text\";s:622:\"About Us\n\nFounded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440790065_text\";s:641:\"<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791009_text\";s:612:\"Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.\n\nWhether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.\";s:21:\"flrich1440791023_text\";s:626:\"<p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p>\n<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n\";s:21:\"flrich1440791030_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";s:21:\"flrich1440791108_text\";s:387:\"<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\";}}}'),(11218,1831,'wptr_hide_title','0'),(11227,1832,'_fl_builder_enabled','1'),(11226,1832,'_fl_builder_data','a:6:{s:13:\"55df832085200\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df832085200\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6a4ca6\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab28c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab28c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df832085200\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df8320ab44c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab44c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"35\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab4b3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab4b3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:65;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df838859f02\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df838859f02\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab44c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1241\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:3:\"125\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1241;s:5:\"title\";s:5:\"moon1\";s:8:\"filename\";s:9:\"moon1.png\";s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1241\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:5:\"moon1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651853000;s:8:\"modified\";i:1441651853000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"79d03c3368\";s:6:\"delete\";s:10:\"a619631e1a\";s:4:\"edit\";s:10:\"bc2ecbccba\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1241&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:30169;s:21:\"filesizeHumanReadable\";s:5:\"29 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:300;s:5:\"width\";i:234;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-234x300.png\";s:11:\"orientation\";s:8:\"portrait\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}}s:13:\"55df84440c8c8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df84440c8c8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab4b3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:969:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<p><span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p>\n<p><span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p>\n<p><span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440711748_text\";s:772:\"Our Pricing Perspective\n\nTeam communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.\n\nFor decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.\n\nWe believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.\";s:21:\"flrich1440711803_text\";s:961:\"<h1><span style=\"color: #ffffff;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440711911_text\";s:1029:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440712034_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1440712166_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1442252213_text\";s:949:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";}}}'),(11225,1832,'_fl_builder_draft','a:6:{s:13:\"55df832085200\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df832085200\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6a4ca6\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab28c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab28c\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df832085200\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df8320ab44c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab44c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"35\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df8320ab4b3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df8320ab4b3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df8320ab28c\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";d:65;s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df838859f02\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df838859f02\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab44c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1241\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:3:\"125\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1241;s:5:\"title\";s:5:\"moon1\";s:8:\"filename\";s:9:\"moon1.png\";s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1241\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:5:\"moon1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651853000;s:8:\"modified\";i:1441651853000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"79d03c3368\";s:6:\"delete\";s:10:\"a619631e1a\";s:4:\"edit\";s:10:\"bc2ecbccba\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1241&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:30169;s:21:\"filesizeHumanReadable\";s:5:\"29 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:300;s:5:\"width\";i:234;s:3:\"url\";s:102:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1-234x300.png\";s:11:\"orientation\";s:8:\"portrait\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:94:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\";s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:729;s:5:\"width\";i:568;s:11:\"orientation\";s:8:\"portrait\";}}}s:13:\"55df84440c8c8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df84440c8c8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df8320ab4b3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:969:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<p><span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p>\n<p><span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p>\n<p><span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440711748_text\";s:772:\"Our Pricing Perspective\n\nTeam communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.\n\nFor decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.\n\nWe believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.\";s:21:\"flrich1440711803_text\";s:961:\"<h1><span style=\"color: #ffffff;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440711911_text\";s:1029:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1><p><span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span></p><p><span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span></p>\";s:21:\"flrich1440712034_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 36pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1440712166_text\";s:1013:\"<h1><span style=\"color: #ffffff; font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"color: #ffffff; font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"color: #ffffff; font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";s:21:\"flrich1442252213_text\";s:949:\"<h1><span style=\"font-size: 32pt;\"><strong>Our Pricing Perspective</strong></span></h1>\n<span style=\"font-size: 14pt;\">Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</span>\n\n<span style=\"font-size: 14pt;\">For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</span>\n\n<span style=\"font-size: 14pt;\">We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</span>\";}}}'),(11224,1832,'wptr_hide_title','0'),(11233,1833,'_fl_builder_enabled','1'),(11232,1833,'_fl_builder_data','a:18:{s:13:\"55df723499d77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df723499d77\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"4a4a4a\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df7234baf2d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234baf2d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55df7234bb054\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb054\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df7234bb0a0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0a0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df7234bb0f1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0f1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72529840e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529840e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df72529860c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529860c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72529840e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55df7256f2094\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7256f2094\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72529860c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707159_text\";s:167:\"<h1 style=\"text-align: center;\"><span style=\"color: #4A4A4A;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></span></h1>\";s:21:\"flrich1442252329_text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";}}s:13:\"55df72b8a6307\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a6307\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"55df72b8a644d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a644d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72b8a64be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a64be\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72b8a652c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a652c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72cc283a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72cc283a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb054\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707643_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1442252366_text\";s:208:\"<h3>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";}}s:13:\"55df740cd0912\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df740cd0912\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0a0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707650_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741136568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741136568\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0f1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707655_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df74172d3ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df74172d3ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a644d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707662_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741d5efad\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741d5efad\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a64be\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707667_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df7421a9ae5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7421a9ae5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a652c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707675_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}}'),(11231,1833,'_fl_builder_draft','a:18:{s:13:\"55df723499d77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df723499d77\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"4a4a4a\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55df7234baf2d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234baf2d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55df7234bb054\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb054\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df7234bb0a0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0a0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df7234bb0f1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7234bb0f1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df7234baf2d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72529840e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529840e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55df72529860c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72529860c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72529840e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55df7256f2094\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7256f2094\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72529860c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707159_text\";s:167:\"<h1 style=\"text-align: center;\"><span style=\"color: #4A4A4A;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></span></h1>\";s:21:\"flrich1442252329_text\";s:130:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 36pt;\">The funny thing is, it actually works.</span></strong></h1>\";}}s:13:\"55df72b8a6307\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a6307\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55df723499d77\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"55df72b8a644d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a644d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72b8a64be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a64be\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72b8a652c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72b8a652c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55df72b8a6307\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55df72cc283a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df72cc283a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb054\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707643_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1442252366_text\";s:208:\"<h3>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";}}s:13:\"55df740cd0912\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df740cd0912\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0a0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707650_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741136568\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741136568\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df7234bb0f1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707655_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df74172d3ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df74172d3ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a644d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707662_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df741d5efad\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df741d5efad\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a64be\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707667_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}s:13:\"55df7421a9ae5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55df7421a9ae5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55df72b8a652c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:214:\"<h3>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440707276_text\";s:245:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707424_text\";s:251:\"<h3><span style=\"color: #4a4a4a;\">Many Amazing Things</span></h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";s:21:\"flrich1440707515_text\";s:492:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3>\n<span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span>\";s:21:\"flrich1440707675_text\";s:498:\"<h3><span style=\"color: #4a4a4a;\"><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\"><img class=\"wp-image-665 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing2.png\" alt=\"Drawing\" width=\"14\" height=\"14\" /></a>  </span>Many Amazing Things</h3><p><span style=\"color: #777777;\">Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</span></p>\";}}}'),(11230,1833,'wptr_hide_title','0'),(11239,1834,'_fl_builder_enabled','1'),(11238,1834,'_fl_builder_data','a:31:{s:13:\"55de428e7e949\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e7e949\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de428e9581f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e9581f\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de428e7e949\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de428e959e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e959e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95a4e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95a4e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95aac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95aac\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95b15\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95b15\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de42acb6fe9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de42acb6fe9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de43d3c0420\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de43d3c0420\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de443aed838\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de443aed838\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de44425d972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de44425d972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de4447a612c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de4447a612c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f592bd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f592bd\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de447f5989a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f5989a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de447f592bd\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de447f598f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f598f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59945\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de447f59996\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59996\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:5;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f599ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f599ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59a8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59a8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59ade\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59ade\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59b8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59b8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59bff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59bff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59caa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59caa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59d0a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59d0a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:4;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59dbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59dbf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55ede352afb39\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede352afb39\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede35ee4c08\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede35ee4c08\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede369d4d71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede369d4d71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39bb7ee1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39bb7ee1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39edbaba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39edbaba\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a1d541b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a1d541b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a49cccd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a49cccd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11237,1834,'_fl_builder_draft','a:31:{s:13:\"55de428e7e949\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e7e949\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de428e9581f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e9581f\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de428e7e949\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de428e959e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e959e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95a4e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95a4e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95aac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95aac\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de428e95b15\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de428e95b15\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de428e9581f\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55de42acb6fe9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de42acb6fe9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de43d3c0420\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de43d3c0420\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e959e9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de443aed838\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de443aed838\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de44425d972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de44425d972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de4447a612c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de4447a612c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f592bd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f592bd\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55de447f5989a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f5989a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55de447f592bd\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55de447f598f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f598f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59945\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55de447f59996\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59996\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f598f2\";s:8:\"position\";i:5;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f599ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f599ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59a8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59a8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59ade\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59ade\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59b8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59b8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59bff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59bff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59caa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59caa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55de447f59d0a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59d0a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55de447f5989a\";s:8:\"position\";i:4;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:20;}}s:13:\"55de447f59dbf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55de447f59dbf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:66:\"<h3>Title Here</h3><p>Description of what it is is right here.</p>\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440629715_text\";s:0:\"\";s:21:\"flrich1440629778_text\";s:60:\"<h3>Title Here</h3>\nDescription of what it is is right here.\";}}s:13:\"55ede352afb39\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede352afb39\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95a4e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede35ee4c08\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede35ee4c08\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95aac\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede369d4d71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede369d4d71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de428e95b15\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39bb7ee1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39bb7ee1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59d0a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede39edbaba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede39edbaba\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59bff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a1d541b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a1d541b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f59ade\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ede3a49cccd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ede3a49cccd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55de447f599ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:8:\"panorama\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dd2196c28f\";s:6:\"delete\";s:10:\"3d3988a0ee\";s:4:\"edit\";s:10:\"45226c1e3d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11236,1834,'wptr_hide_title','0'),(11245,1835,'_fl_builder_enabled','1'),(11244,1835,'_fl_builder_data','a:8:{s:13:\"55dce23809c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23809c5d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:3:\"200\";s:13:\"padding_right\";s:3:\"200\";s:18:\"responsive_display\";s:7:\"desktop\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce23824e1a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824e1a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce23809c5d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce23824f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824f55\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce23824e1a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce23e4387a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23e4387a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce23824f55\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"55dce401a6c43\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6c43\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:13:\"medium-mobile\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce401a6ea6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6ea6\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce401a6c43\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce401a6eff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6eff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce401a6ea6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce401a6f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6f55\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce401a6eff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}}'),(11243,1835,'_fl_builder_draft','a:8:{s:13:\"55dce23809c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23809c5d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:3:\"200\";s:13:\"padding_right\";s:3:\"200\";s:18:\"responsive_display\";s:7:\"desktop\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce23824e1a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824e1a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce23809c5d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce23824f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23824f55\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce23824e1a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce23e4387a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce23e4387a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce23824f55\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"55dce401a6c43\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6c43\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"000000\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:13:\"medium-mobile\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55dce401a6ea6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6ea6\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55dce401a6c43\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55dce401a6eff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6eff\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55dce401a6ea6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55dce401a6f55\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55dce401a6f55\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55dce401a6eff\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:122:\"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}}'),(11242,1835,'wptr_hide_title','0'),(11251,1836,'_fl_builder_enabled','1'),(11250,1836,'_fl_builder_data','a:4:{s:13:\"55db5bbb99a5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbb99a5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1263\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"10\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"190\";s:14:\"padding_bottom\";s:3:\"200\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";}}s:13:\"55db5bbbc1ffb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc1ffb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db5bbb99a5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db5bbbc21e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc21e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db5bbbc1ffb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db5bbe816ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbe816ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db5bbbc21e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440439230_text\";s:121:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:21:\"flrich1442252463_text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";}}}'),(11249,1836,'_fl_builder_draft','a:4:{s:13:\"55db5bbb99a5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbb99a5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1263\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"10\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"190\";s:14:\"padding_bottom\";s:3:\"200\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\";}}s:13:\"55db5bbbc1ffb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc1ffb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db5bbb99a5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db5bbbc21e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbbc21e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db5bbbc1ffb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db5bbe816ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db5bbe816ea\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db5bbbc21e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440439230_text\";s:121:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-size: 48pt;\">Glacier Snow</span></strong></h1>\";s:21:\"flrich1442252463_text\";s:105:\"<h1 style=\"text-align: center;\"><strong><span style=\"font-size: 48pt;\">Glacier Snow</span></strong></h1>\";}}}'),(11248,1836,'wptr_hide_title','0'),(11257,1837,'_fl_builder_enabled','1'),(11256,1837,'_fl_builder_data','a:4:{s:13:\"55db55b6e4223\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b6e4223\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"147\";s:12:\"margin_right\";s:3:\"147\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db55b721a35\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721a35\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db55b6e4223\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db55b721bf6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721bf6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db55b721a35\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db55b96c18f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b96c18f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db55b721bf6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:1357:\"<p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440437689_text\";s:1587:\"<span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span>\";s:21:\"flrich1440437886_text\";s:1614:\"<p><span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span></p>\";s:21:\"flrich1442252504_text\";s:1331:\"Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed\n\nQuaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.\n\nEx vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.\n\nUt nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.\";}}}'),(11255,1837,'_fl_builder_draft','a:4:{s:13:\"55db55b6e4223\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b6e4223\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"147\";s:12:\"margin_right\";s:3:\"147\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db55b721a35\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721a35\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db55b6e4223\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db55b721bf6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b721bf6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db55b721a35\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55db55b96c18f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db55b96c18f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db55b721bf6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:1357:\"<p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440437689_text\";s:1587:\"<span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span>\n\n<span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span>\";s:21:\"flrich1440437886_text\";s:1614:\"<p><span style=\"color: #363636;\">Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</span></p><p><span style=\"font-size: 12pt; color: #333333;\">Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</span></p>\";s:21:\"flrich1442252504_text\";s:1331:\"Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed\n\nQuaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.\n\nEx vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.\n\nUt nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.\";}}}'),(11254,1837,'wptr_hide_title','0'),(11263,1838,'_fl_builder_enabled','1'),(11262,1838,'_fl_builder_data','a:12:{s:13:\"55db50a60eb21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a60eb21\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a64d91b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64d91b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a60eb21\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a64dc77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dc77\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a64dda3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dda3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a911243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911243\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a91153a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a91153a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a911243\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a911595\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911595\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a9115e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a9115e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50aeeb66e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50aeeb66e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dc77\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1299\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"20\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1299;s:5:\"title\";s:21:\"snowboard-113784_1280\";s:8:\"filename\";s:25:\"snowboard-113784_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1299\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"snowboard-113784_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651990000;s:8:\"modified\";i:1441651990000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"91318b8c54\";s:6:\"delete\";s:10:\"9ffdd21d41\";s:4:\"edit\";s:10:\"fdded7a7de\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1299&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:224505;s:21:\"filesizeHumanReadable\";s:6:\"219 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db50ea55eb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50ea55eb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dda3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1290\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1290;s:5:\"title\";s:23:\"backcountry-248984_1280\";s:8:\"filename\";s:27:\"backcountry-248984_1280.jpg\";s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1290\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:25:\"backcountry-248984_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651969000;s:8:\"modified\";i:1441651969000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"fae1d3db05\";s:6:\"delete\";s:10:\"5ccf05c14e\";s:4:\"edit\";s:10:\"39bcf12188\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1290&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:176102;s:21:\"filesizeHumanReadable\";s:6:\"172 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:121:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52baa8bcd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52baa8bcd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a911595\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1281\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1281;s:5:\"title\";s:18:\"winter-234721_1280\";s:8:\"filename\";s:22:\"winter-234721_1280.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1281\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"winter-234721_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651946000;s:8:\"modified\";i:1441651946000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"1af34bddd7\";s:6:\"delete\";s:10:\"3cbde67e33\";s:4:\"edit\";s:10:\"63ec625d47\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1281&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:557669;s:21:\"filesizeHumanReadable\";s:6:\"545 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:526;s:5:\"width\";i:700;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-1024x769.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52c1addd3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52c1addd3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a9115e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1272\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1272;s:5:\"title\";s:16:\"snow-745677_1280\";s:8:\"filename\";s:20:\"snow-745677_1280.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1272\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"snow-745677_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651920000;s:8:\"modified\";i:1441651920000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"b88c2d59d2\";s:6:\"delete\";s:10:\"dbb31479fd\";s:4:\"edit\";s:10:\"c42249c9a9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1272&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:282906;s:21:\"filesizeHumanReadable\";s:6:\"276 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:114:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11261,1838,'_fl_builder_draft','a:12:{s:13:\"55db50a60eb21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a60eb21\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a64d91b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64d91b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a60eb21\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a64dc77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dc77\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a64dda3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a64dda3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a64d91b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a911243\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911243\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55db50a91153a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a91153a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55db50a911243\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55db50a911595\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a911595\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50a9115e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50a9115e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55db50a91153a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55db50aeeb66e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50aeeb66e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dc77\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1299\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"20\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1299;s:5:\"title\";s:21:\"snowboard-113784_1280\";s:8:\"filename\";s:25:\"snowboard-113784_1280.jpg\";s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1299\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:23:\"snowboard-113784_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651990000;s:8:\"modified\";i:1441651990000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"91318b8c54\";s:6:\"delete\";s:10:\"9ffdd21d41\";s:4:\"edit\";s:10:\"fdded7a7de\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1299&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:224505;s:21:\"filesizeHumanReadable\";s:6:\"219 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:118:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db50ea55eb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db50ea55eb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a64dda3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1290\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:2:\"10\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1290;s:5:\"title\";s:23:\"backcountry-248984_1280\";s:8:\"filename\";s:27:\"backcountry-248984_1280.jpg\";s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1290\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:25:\"backcountry-248984_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651969000;s:8:\"modified\";i:1441651969000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"fae1d3db05\";s:6:\"delete\";s:10:\"5ccf05c14e\";s:4:\"edit\";s:10:\"39bcf12188\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1290&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:176102;s:21:\"filesizeHumanReadable\";s:6:\"172 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:121:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\";s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:960;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52baa8bcd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52baa8bcd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a911595\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1281\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"10\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1281;s:5:\"title\";s:18:\"winter-234721_1280\";s:8:\"filename\";s:22:\"winter-234721_1280.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1281\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"winter-234721_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651946000;s:8:\"modified\";i:1441651946000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"1af34bddd7\";s:6:\"delete\";s:10:\"3cbde67e33\";s:4:\"edit\";s:10:\"63ec625d47\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1281&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:557669;s:21:\"filesizeHumanReadable\";s:6:\"545 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:526;s:5:\"width\";i:700;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280-1024x769.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\";s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:961;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55db52c1addd3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55db52c1addd3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55db50a9115e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1272\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:2:\"10\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"10\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1272;s:5:\"title\";s:16:\"snow-745677_1280\";s:8:\"filename\";s:20:\"snow-745677_1280.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1272\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"snow-745677_1280-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441651920000;s:8:\"modified\";i:1441651920000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"b88c2d59d2\";s:6:\"delete\";s:10:\"dbb31479fd\";s:4:\"edit\";s:10:\"c42249c9a9\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1272&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:282906;s:21:\"filesizeHumanReadable\";s:6:\"276 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:466;s:5:\"width\";i:700;s:3:\"url\";s:114:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280-1024x682.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:853;s:5:\"width\";i:1280;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11260,1838,'wptr_hide_title','0'),(11269,1839,'_fl_builder_enabled','1'),(11268,1839,'_fl_builder_data','a:4:{s:13:\"55d642354b77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642354b77e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"5794b5\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"20\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d642357300b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642357300b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d642354b77e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d6423573202\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d6423573202\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d642357300b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d64238222da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d64238222da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d6423573202\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.  </span> <a class=\"button secondary-button\"  href=\"/our-work\">Take a tour &gt;</a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440105016_text\";s:103:\"Learn what Tyler can Do for you.  <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>\";s:21:\"flrich1440105220_text\";s:236:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1440105243_text\";s:239:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour &gt;</a></span></p>\";s:21:\"flrich1442252592_text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.  </span> <a class=\"button secondary-button\"  href=\"/our-work\">Take a tour &gt;</a></span></p>\";}}}'),(11267,1839,'_fl_builder_draft','a:4:{s:13:\"55d642354b77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642354b77e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"5794b5\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:2:\"20\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d642357300b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d642357300b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d642354b77e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d6423573202\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d6423573202\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d642357300b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d64238222da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d64238222da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d6423573202\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.  </span> <a class=\"button secondary-button\"  href=\"/our-work\">Take a tour &gt;</a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440105016_text\";s:103:\"Learn what Tyler can Do for you.  <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>\";s:21:\"flrich1440105220_text\";s:236:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour ></a></span></p>\";s:21:\"flrich1440105243_text\";s:239:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.</span> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/our-work\">Take a tour &gt;</a></span></p>\";s:21:\"flrich1442252592_text\";s:205:\"<p style=\"text-align: center;\"><span style=\"\"><span style=\"font-size: 18pt;\">Learn what Tyler can Do for you.  </span> <a class=\"button secondary-button\"  href=\"/our-work\">Take a tour &gt;</a></span></p>\";}}}'),(11266,1839,'wptr_hide_title','0'),(11275,1840,'_fl_builder_enabled','1'),(11274,1840,'_fl_builder_data','a:4:{s:13:\"55d63ec8e9f18\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec8e9f18\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"333333\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d63ec916f1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec916f1b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d63ec8e9f18\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d63ec9170fe\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec9170fe\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d63ec916f1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d63ecbba99d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ecbba99d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d63ec9170fe\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440104140_text\";s:371:\"iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.\";s:21:\"flrich1440104333_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:21:\"flrich1442252695_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";}}}'),(11273,1840,'_fl_builder_draft','a:4:{s:13:\"55d63ec8e9f18\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec8e9f18\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"333333\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d63ec916f1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec916f1b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d63ec8e9f18\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d63ec9170fe\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ec9170fe\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d63ec916f1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d63ecbba99d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d63ecbba99d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d63ec9170fe\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440104140_text\";s:371:\"iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.\";s:21:\"flrich1440104333_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";s:21:\"flrich1442252695_text\";s:444:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</span></p>\";}}}'),(11272,1840,'wptr_hide_title','0'),(11281,1841,'_fl_builder_enabled','1'),(11280,1841,'_fl_builder_data','a:10:{s:13:\"55d62b3673bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3673bd8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"2\";s:13:\"margin_bottom\";s:1:\"2\";s:11:\"margin_left\";s:1:\"2\";s:12:\"margin_right\";s:1:\"0\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d62b369892d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b369892d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d62b3673bd8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d62b3698b1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b1b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698b88\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b88\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698bf1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698bf1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698c4c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698c4c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3ad9d8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3ad9d8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1349\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1349;s:5:\"title\";s:16:\"10-32-19-268_640\";s:8:\"filename\";s:20:\"10-32-19-268_640.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1349\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"10-32-19-268_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652098000;s:8:\"modified\";i:1441652098000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"182285b16d\";s:6:\"delete\";s:10:\"9e1590dddd\";s:4:\"edit\";s:10:\"8ee07e598d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1349&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:44344;s:21:\"filesizeHumanReadable\";s:5:\"43 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c1ed4676\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c1ed4676\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698c4c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"57822d20b5\";s:6:\"delete\";s:10:\"d061a9b2d4\";s:4:\"edit\";s:10:\"b7f2b79690\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c690c83c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c690c83c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698bf1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1334\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1334;s:5:\"title\";s:18:\"leopard-515509_640\";s:8:\"filename\";s:22:\"leopard-515509_640.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1334\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"leopard-515509_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652065000;s:8:\"modified\";i:1441652065000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5305c69a8b\";s:6:\"delete\";s:10:\"6404f56232\";s:4:\"edit\";s:10:\"207f9effb2\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1334&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:109856;s:21:\"filesizeHumanReadable\";s:6:\"107 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c70ecf8d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c70ecf8d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b88\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1306\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1306;s:5:\"title\";s:14:\"boy-746520_640\";s:8:\"filename\";s:18:\"boy-746520_640.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1306\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:16:\"boy-746520_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652004000;s:8:\"modified\";i:1441652004000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"815ac0e822\";s:6:\"delete\";s:10:\"e71241c0e5\";s:4:\"edit\";s:10:\"8f2c6dba12\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1306&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:69578;s:21:\"filesizeHumanReadable\";s:5:\"68 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:201;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-300x201.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11279,1841,'_fl_builder_draft','a:10:{s:13:\"55d62b3673bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3673bd8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"2\";s:13:\"margin_bottom\";s:1:\"2\";s:11:\"margin_left\";s:1:\"2\";s:12:\"margin_right\";s:1:\"0\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d62b369892d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b369892d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d62b3673bd8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d62b3698b1b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b1b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698b88\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698b88\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698bf1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698bf1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3698c4c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3698c4c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d62b369892d\";s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:25;}}s:13:\"55d62b3ad9d8e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62b3ad9d8e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b1b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1349\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1349;s:5:\"title\";s:16:\"10-32-19-268_640\";s:8:\"filename\";s:20:\"10-32-19-268_640.jpg\";s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1349\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:18:\"10-32-19-268_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652098000;s:8:\"modified\";i:1441652098000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"182285b16d\";s:6:\"delete\";s:10:\"9e1590dddd\";s:4:\"edit\";s:10:\"8ee07e598d\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1349&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:44344;s:21:\"filesizeHumanReadable\";s:5:\"43 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:113:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\";s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:360;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c1ed4676\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c1ed4676\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698c4c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1313\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1313;s:5:\"title\";s:37:\"moon-landing-60582_640-e1440099679343\";s:8:\"filename\";s:41:\"moon-landing-60582_640-e1440099679343.jpg\";s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1313\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:37:\"moon-landing-60582_640-e1440099679343\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652019000;s:8:\"modified\";i:1441652019000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"57822d20b5\";s:6:\"delete\";s:10:\"d061a9b2d4\";s:4:\"edit\";s:10:\"b7f2b79690\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1313&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:114216;s:21:\"filesizeHumanReadable\";s:6:\"112 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:195;s:5:\"width\";i:300;s:3:\"url\";s:134:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343-300x195.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\";s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:416;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c690c83c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c690c83c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698bf1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1334\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1334;s:5:\"title\";s:18:\"leopard-515509_640\";s:8:\"filename\";s:22:\"leopard-515509_640.jpg\";s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1334\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:20:\"leopard-515509_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652065000;s:8:\"modified\";i:1441652065000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5305c69a8b\";s:6:\"delete\";s:10:\"6404f56232\";s:4:\"edit\";s:10:\"207f9effb2\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1334&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:109856;s:21:\"filesizeHumanReadable\";s:6:\"107 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\";s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:426;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d62c70ecf8d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d62c70ecf8d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d62b3698b88\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1306\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"2\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1306;s:5:\"title\";s:14:\"boy-746520_640\";s:8:\"filename\";s:18:\"boy-746520_640.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1306\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:16:\"boy-746520_640-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652004000;s:8:\"modified\";i:1441652004000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"815ac0e822\";s:6:\"delete\";s:10:\"e71241c0e5\";s:4:\"edit\";s:10:\"8f2c6dba12\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1306&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:69578;s:21:\"filesizeHumanReadable\";s:5:\"68 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:201;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640-300x201.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\";s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:428;s:5:\"width\";i:640;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11278,1841,'wptr_hide_title','0'),(11287,1842,'_fl_builder_enabled','1'),(11286,1842,'_fl_builder_data','a:4:{s:13:\"55d61b696e646\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b696e646\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1362\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"30\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185529/guitar-girl.jpg\";}}s:13:\"55d61b6982618\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b6982618\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d61b696e646\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d61b69827f3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b69827f3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d61b6982618\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d61cae1d924\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61cae1d924\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d61b69827f3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:4:\"text\";s:487:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\";s:10:\"margin_top\";s:3:\"190\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440095406_text\";s:0:\"\";s:21:\"flrich1440095561_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440095689_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096005_text\";s:685:\"<h1 style=\"text-align: center; padding-top:-20px\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632  alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 36pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096253_text\";s:691:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img style=\"padding-top:20px\" class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 71pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096389_text\";s:699:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" style=\"padding-top: 20px;\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"48\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096485_text\";s:673:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"aligncenter  wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />  </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096606_text\";s:658:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />  </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440097476_text\";s:660:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1441732473_text\";s:664:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1442252823_text\";s:466:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a  href=\"#\">Start listening now &gt;</a></p>\";s:21:\"flrich1442252939_text\";s:489:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\";s:21:\"flrich1442253024_text\";s:490:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\n\";}}}'),(11285,1842,'_fl_builder_draft','a:4:{s:13:\"55d61b696e646\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b696e646\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1362\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"000000\";s:18:\"bg_overlay_opacity\";s:2:\"30\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185529/guitar-girl.jpg\";}}s:13:\"55d61b6982618\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b6982618\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d61b696e646\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d61b69827f3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61b69827f3\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d61b6982618\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d61cae1d924\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d61cae1d924\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d61b69827f3\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:4:\"text\";s:487:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\";s:10:\"margin_top\";s:3:\"190\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1440095406_text\";s:0:\"\";s:21:\"flrich1440095561_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440095689_text\";s:401:\"<h1 style=\"text-align: center;\"><span style=\"color: #fefefe;\">MUSIC</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096005_text\";s:685:\"<h1 style=\"text-align: center; padding-top:-20px\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632  alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 36pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096253_text\";s:691:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img style=\"padding-top:20px\" class=\"wp-image-632 alignnone\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"74\" height=\"74\" /></span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 71pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096389_text\";s:699:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-632 alignnone\" style=\"padding-top: 20px;\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing.png\" alt=\"Drawing\" width=\"48\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096485_text\";s:673:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"aligncenter  wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />  </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440096606_text\";s:658:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />  </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1440097476_text\";s:660:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1441732473_text\";s:664:\"<h1 style=\"text-align: center;\"><strong><span style=\"color: #fefefe;\"><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" />   </span></strong><strong><span style=\"color: #fefefe;\"><span style=\"font-size: 61pt;\">MUSIC</span></span></strong></h1>\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Free, three month trial now available.</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"#\">Learn more about Apple Music &gt;</a>  <a style=\"color: #ffffff;\" href=\"#\">Start listening now &gt;</a></span></p>\";s:21:\"flrich1442252823_text\";s:466:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a  href=\"#\">Start listening now &gt;</a></p>\";s:21:\"flrich1442252939_text\";s:489:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\";s:21:\"flrich1442253024_text\";s:490:\"<h1 style=\"text-align: center;\"><strong><img class=\"wp-image-633\" src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong><span style=\"font-size: 61pt;\">MUSIC</span></strong></h1>\n<h3 style=\"text-align: center;\">Free, three month trial now available.</h3>\n<p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>\n\";}}}'),(11284,1842,'wptr_hide_title','0'),(11293,1843,'_fl_builder_enabled','1'),(11292,1843,'_fl_builder_data','a:4:{s:13:\"56392ae0e5d72\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5d72\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56392ae11a188\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a188\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56392ae0e5d72\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56392ae11a343\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a343\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56392ae11a188\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ae0e5bb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5bb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56392ae11a343\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:2:\"10\";s:3:\"lat\";s:10:\"34.0016746\";s:3:\"lng\";s:19:\"-118.80689860000001\";s:5:\"query\";s:22:\"Point Dume, Malibu, CA\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}}'),(11291,1843,'_fl_builder_draft','a:4:{s:13:\"56392ae0e5d72\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5d72\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"56392ae11a188\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a188\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"56392ae0e5d72\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"56392ae11a343\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae11a343\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"56392ae11a188\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ae0e5bb8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ae0e5bb8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"56392ae11a343\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"400\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:2:\"10\";s:3:\"lat\";s:10:\"34.0016746\";s:3:\"lng\";s:19:\"-118.80689860000001\";s:5:\"query\";s:22:\"Point Dume, Malibu, CA\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}}'),(11290,1843,'wptr_hide_title','0'),(11299,1844,'_fl_builder_enabled','1'),(11298,1844,'_fl_builder_data','a:4:{s:13:\"55d33bdc00603\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc00603\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1371\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185552/coast-505858_1920-1.jpg\";}}s:13:\"55d33bdc1f309\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f309\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d33bdc00603\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d33bdc1f494\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f494\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d33bdc1f309\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d33c1aaf4ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33c1aaf4ec\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d33bdc1f494\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:409:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:10:\"margin_top\";s:3:\"100\";s:13:\"margin_bottom\";s:3:\"175\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439906842_text\";s:317:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1439907149_text\";s:318:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907181_text\";s:334:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907337_text\";s:371:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733151_text\";s:374:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733211_text\";s:375:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1441733226_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #808080;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #808080;\"><a class=\"button primary-button\" style=\"color: #808080;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #808080;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1441733425_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #333333;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #333333;\"><a class=\"button primary-button\" style=\"color: #333333;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #333333;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253088_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\"  href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253115_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\n\";}}}'),(11297,1844,'_fl_builder_draft','a:4:{s:13:\"55d33bdc00603\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc00603\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1371\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185552/coast-505858_1920-1.jpg\";}}s:13:\"55d33bdc1f309\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f309\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d33bdc00603\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d33bdc1f494\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33bdc1f494\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d33bdc1f309\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55d33c1aaf4ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d33c1aaf4ec\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d33bdc1f494\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:409:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:10:\"margin_top\";s:3:\"100\";s:13:\"margin_bottom\";s:3:\"175\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439906842_text\";s:317:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1439907149_text\";s:318:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907181_text\";s:334:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\">everything and do what you love</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1439907337_text\";s:371:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733151_text\";s:374:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\";s:21:\"flrich1441733211_text\";s:375:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\n\";s:21:\"flrich1441733226_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #808080;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #808080;\"><a class=\"button primary-button\" style=\"color: #808080;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #808080;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1441733425_text\";s:473:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1><h3 style=\"text-align: center;\"><span style=\"font-size: 14pt; color: #333333;\">everything and do what you love</span></h3><p style=\"text-align: center;\"><span style=\"color: #333333;\"><a class=\"button primary-button\" style=\"color: #333333;\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" style=\"color: #333333;\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253088_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\"  href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\";s:21:\"flrich1442253115_text\";s:412:\"<h1 style=\"text-align: center;\"><span style=\"font-size: 70pt; color: #71ade1;\">EXPLORE</span></h1>\n<h3 style=\"text-align: center;\"><span style=\"font-size: 14pt;\">everything and do what you love</span></h3>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></span></p>\n\";}}}'),(11296,1844,'wptr_hide_title','0'),(11304,1845,'_fl_builder_data','a:5:{s:13:\"55d337d6d2c73\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6d2c73\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"212121\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1380\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:3:\"150\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185614/lion-565820_1920-crop.jpg\";}}s:13:\"55d337d6e8036\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8036\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d337d6d2c73\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d337d6e8201\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8201\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d337d6e8265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d338065e6e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d338065e6e7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d337d6e8265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:158:\"<h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905798_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905909_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1439906209_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1442253174_text\";s:177:\"<h1><span>Little Lion</span></h1>\n<span >The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span>\";s:21:\"flrich1442253191_text\";s:150:\"<h1>Little Lion</h1>\nThe little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.\";}}}'),(11303,1845,'_fl_builder_draft','a:5:{s:13:\"55d337d6d2c73\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6d2c73\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"212121\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1380\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:3:\"150\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185614/lion-565820_1920-crop.jpg\";}}s:13:\"55d337d6e8036\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8036\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d337d6d2c73\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d337d6e8201\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8201\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d337d6e8265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d337d6e8265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d337d6e8036\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d338065e6e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d338065e6e7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d337d6e8265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:158:\"<h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905798_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905909_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1439906209_text\";s:232:\"<h1><span style=\"color: #f5f5f5;\">Little Lion</span></h1>\n<p><span style=\"color: #f5f5f5;\">The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span></p>\n\";s:21:\"flrich1442253174_text\";s:177:\"<h1><span>Little Lion</span></h1>\n<span >The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</span>\";s:21:\"flrich1442253191_text\";s:150:\"<h1>Little Lion</h1>\nThe little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.\";}}}'),(11302,1845,'wptr_hide_title','0'),(11312,1846,'_fl_builder_enabled','1'),(11311,1846,'_fl_builder_data','a:5:{s:13:\"55d335db69fb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db69fb6\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1398\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";}}s:13:\"55d335db81b9e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81b9e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d335db69fb6\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d335db81d90\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81d90\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d335db81df5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81df5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d3361d7d44e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d3361d7d44e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d335db81d90\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:159:\"<h1><span >Higher Still</span></h1>\n<p>Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905309_text\";s:0:\"\";s:21:\"flrich1439905499_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905524_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1439905552_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905625_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1442253249_text\";s:151:\"<h1><span >Higher Still</span></h1>\nGet back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.\";}}}'),(11310,1846,'_fl_builder_draft','a:5:{s:13:\"55d335db69fb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db69fb6\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1398\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\";}}s:13:\"55d335db81b9e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81b9e\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d335db69fb6\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d335db81d90\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81d90\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d335db81df5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d335db81df5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d335db81b9e\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d3361d7d44e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d3361d7d44e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d335db81d90\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:159:\"<h1><span >Higher Still</span></h1>\n<p>Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</p>\n\";s:10:\"margin_top\";s:3:\"150\";s:13:\"margin_bottom\";s:3:\"200\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439905309_text\";s:0:\"\";s:21:\"flrich1439905499_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905524_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1439905552_text\";s:219:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<p><span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span></p>\n\";s:21:\"flrich1439905625_text\";s:211:\"<h1><span style=\"color: #f5f5f5;\">Higher Still</span></h1>\n<span style=\"color: #f5f5f5;\">Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</span>\";s:21:\"flrich1442253249_text\";s:151:\"<h1><span >Higher Still</span></h1>\nGet back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.\";}}}'),(11309,1846,'wptr_hide_title','0'),(11317,1847,'_fl_builder_data','a:6:{s:13:\"55d1eb18aad26\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18aad26\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1eb18d3b01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3b01\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1eb18aad26\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1eb18d3cbb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3cbb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb18d3d2a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3d2a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb4e5633a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb4e5633a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3cbb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:98:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820622_text\";s:97:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\";}}s:13:\"55d1eb89edf71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb89edf71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3d2a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:163:\"<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:10:\"margin_top\";s:2:\"65\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820682_text\";s:132:\"<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:21:\"flrich1439820688_text\";s:136:\"<p><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\n\";}}}'),(11318,1847,'_fl_builder_enabled','1'),(11316,1847,'_fl_builder_draft','a:6:{s:13:\"55d1eb18aad26\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18aad26\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1eb18d3b01\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3b01\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1eb18aad26\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1eb18d3cbb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3cbb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb18d3d2a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb18d3d2a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1eb18d3b01\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1eb4e5633a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb4e5633a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3cbb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:98:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820622_text\";s:97:\"<h1>Schedule a Visit</h1>\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\";s:21:\"flrich1442253297_text\";s:90:\"<h1>Schedule a Visit</h1>\nCall or email to schedule a 3 day retreat or check out our work.\";}}s:13:\"55d1eb89edf71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1eb89edf71\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1eb18d3d2a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:163:\"<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:10:\"margin_top\";s:2:\"65\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820682_text\";s:132:\"<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:21:\"flrich1439820688_text\";s:136:\"<p><a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\n\";}}}'),(11315,1847,'wptr_hide_title','0'),(11325,1848,'_wp_old_slug','right-image-left-text'),(11324,1848,'_fl_builder_enabled','1'),(11323,1848,'_fl_builder_data','a:6:{s:13:\"55d1e8ce22881\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce22881\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"f9f9f9\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e8ce410aa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce410aa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e8ce22881\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e8ce4127f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce4127f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e8ce412ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce412ea\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e92979ce1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e92979ce1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce4127f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1407\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1407;s:5:\"title\";s:5:\"Begin\";s:8:\"filename\";s:10:\"Begin3.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1407\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"begin-7\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652239000;s:8:\"modified\";i:1441652239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35f4063b2b\";s:6:\"delete\";s:10:\"6beacab508\";s:4:\"edit\";s:10:\"8b471617ca\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1407&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:103559;s:21:\"filesizeHumanReadable\";s:6:\"101 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:465;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-1024x680.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e94540c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e94540c5d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce412ea\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:127:\"<h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820101_text\";s:128:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:21:\"flrich1439820133_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";s:21:\"flrich1439820159_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";}}}'),(11322,1848,'_fl_builder_draft','a:6:{s:13:\"55d1e8ce22881\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce22881\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"f9f9f9\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e8ce410aa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce410aa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e8ce22881\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e8ce4127f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce4127f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e8ce412ea\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e8ce412ea\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e8ce410aa\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e92979ce1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e92979ce1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce4127f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1407\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1407;s:5:\"title\";s:5:\"Begin\";s:8:\"filename\";s:10:\"Begin3.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1407\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"begin-7\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652239000;s:8:\"modified\";i:1441652239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35f4063b2b\";s:6:\"delete\";s:10:\"6beacab508\";s:4:\"edit\";s:10:\"8b471617ca\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1407&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:103559;s:21:\"filesizeHumanReadable\";s:6:\"101 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:465;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3-1024x680.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\";s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:680;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e94540c5d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e94540c5d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e8ce412ea\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:127:\"<h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439820101_text\";s:128:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:21:\"flrich1439820133_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";s:21:\"flrich1439820159_text\";s:129:\"<h1>Begin</h1>\n<p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\n\";}}}'),(11321,1848,'wptr_hide_title','0'),(11331,1849,'_fl_builder_enabled','1'),(11330,1849,'_fl_builder_data','a:6:{s:13:\"55d1e688e87ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e688e87ab\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e68921779\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921779\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e688e87ab\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e68921998\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921998\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e689219fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e689219fb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e6b8c01a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e6b8c01a6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e689219fb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1416\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1416;s:5:\"title\";s:5:\"Relax\";s:8:\"filename\";s:10:\"Relax2.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1416\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"relax-6\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652260000;s:8:\"modified\";i:1441652260000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"be6808bfa7\";s:6:\"delete\";s:10:\"327379d550\";s:4:\"edit\";s:10:\"f64ae53d53\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1416&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:165163;s:21:\"filesizeHumanReadable\";s:6:\"161 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e7577b4fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e7577b4fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e68921998\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:115:\"<h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439819607_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";s:21:\"flrich1439819801_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";}}}'),(11329,1849,'_fl_builder_draft','a:6:{s:13:\"55d1e688e87ab\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e688e87ab\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e68921779\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921779\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e688e87ab\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e68921998\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e68921998\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e689219fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e689219fb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e68921779\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e6b8c01a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e6b8c01a6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e689219fb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1416\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1416;s:5:\"title\";s:5:\"Relax\";s:8:\"filename\";s:10:\"Relax2.jpg\";s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1416\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:7:\"relax-6\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652260000;s:8:\"modified\";i:1441652260000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"be6808bfa7\";s:6:\"delete\";s:10:\"327379d550\";s:4:\"edit\";s:10:\"f64ae53d53\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1416&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:165163;s:21:\"filesizeHumanReadable\";s:6:\"161 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:95:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\";s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:678;s:5:\"width\";i:1024;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e7577b4fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e7577b4fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e68921998\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:115:\"<h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439819607_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";s:21:\"flrich1439819801_text\";s:117:\"<h1>Relax</h1>\n<p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n\";}}}'),(11328,1849,'wptr_hide_title','0'),(11337,1850,'_fl_builder_enabled','1'),(11336,1850,'_fl_builder_data','a:11:{s:13:\"55d1e1df9149d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1df9149d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e1dfb139b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb139b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1dfb15a4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb15a4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1dfb160e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb160e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e383fdf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e383fdf\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1e3840fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e3840fd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e384165\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e384165\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1fa51533\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1fa51533\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb15a4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1433\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1433;s:5:\"title\";s:57:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\";s:8:\"filename\";s:61:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1433\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:59:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652303000;s:8:\"modified\";i:1441652303000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e7be6eb5e1\";s:6:\"delete\";s:10:\"a6a7497c85\";s:4:\"edit\";s:10:\"482b98f4e7\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1433&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:154010;s:21:\"filesizeHumanReadable\";s:6:\"150 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e24089154\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e24089154\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e384165\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1425\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1425;s:5:\"title\";s:42:\"photo-1416949929422-a1d9c8fe84af-landscape\";s:8:\"filename\";s:46:\"photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1425\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:44:\"photo-1416949929422-a1d9c8fe84af-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652284000;s:8:\"modified\";i:1441652284000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5d7bc59631\";s:6:\"delete\";s:10:\"b66c035c11\";s:4:\"edit\";s:10:\"e378ec6ac6\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1425&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:542860;s:21:\"filesizeHumanReadable\";s:6:\"530 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:489;s:5:\"width\";i:700;s:3:\"url\";s:140:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-1024x716.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e284266ce\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e284266ce\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb160e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909465_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}s:13:\"55d1e2e59db0b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e2e59db0b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e3840fd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909457_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}}'),(11335,1850,'_fl_builder_draft','a:11:{s:13:\"55d1e1df9149d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1df9149d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e1dfb139b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb139b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1dfb15a4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb15a4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1dfb160e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1dfb160e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1dfb139b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e383fdf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e383fdf\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e1df9149d\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e1e3840fd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e3840fd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1e384165\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1e384165\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e1e383fdf\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"55d1e1fa51533\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e1fa51533\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb15a4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1433\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1433;s:5:\"title\";s:57:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\";s:8:\"filename\";s:61:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1433\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:59:\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652303000;s:8:\"modified\";i:1441652303000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e7be6eb5e1\";s:6:\"delete\";s:10:\"a6a7497c85\";s:4:\"edit\";s:10:\"482b98f4e7\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1433&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:154010;s:21:\"filesizeHumanReadable\";s:6:\"150 kB\";s:5:\"sizes\";O:8:\"stdClass\":3:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:154:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:146:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\";s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:702;s:5:\"width\";i:1003;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e24089154\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e24089154\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e384165\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1425\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:9:\"landscape\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1425;s:5:\"title\";s:42:\"photo-1416949929422-a1d9c8fe84af-landscape\";s:8:\"filename\";s:46:\"photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1425\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:44:\"photo-1416949929422-a1d9c8fe84af-landscape-2\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652284000;s:8:\"modified\";i:1441652284000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"5d7bc59631\";s:6:\"delete\";s:10:\"b66c035c11\";s:4:\"edit\";s:10:\"e378ec6ac6\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1425&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:542860;s:21:\"filesizeHumanReadable\";s:6:\"530 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:210;s:5:\"width\";i:300;s:3:\"url\";s:139:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-300x210.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:489;s:5:\"width\";i:700;s:3:\"url\";s:140:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape-1024x716.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\";s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1333;s:5:\"width\";i:1906;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e284266ce\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e284266ce\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1dfb160e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909465_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}s:13:\"55d1e2e59db0b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e2e59db0b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e1e3840fd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:4:\"text\";s:265:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:10:\"margin_top\";s:2:\"40\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:3:\"100\";s:12:\"margin_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439818372_text\";s:266:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\";s:21:\"flrich1439818456_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";s:21:\"flrich1439909457_text\";s:267:\"<h3 style=\"text-align: center;\">LOREM IPSUM</h3>\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n\";}}}'),(11334,1850,'wptr_hide_title','0'),(11343,1851,'_fl_builder_enabled','1'),(11342,1851,'_fl_builder_data','a:8:{s:13:\"55d1e01dab026\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dab026\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e01dc3682\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3682\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e01dab026\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e01dc3866\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3866\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e01dc38cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc38cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e01dc3928\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3928\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e0231f1cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0231f1cf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3866\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1460\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1460;s:5:\"title\";s:10:\"Stella-Dog\";s:8:\"filename\";s:15:\"Stella-Dog1.jpg\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1460\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:12:\"stella-dog-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652369000;s:8:\"modified\";i:1441652369000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"8e9dbad0c9\";s:6:\"delete\";s:10:\"f5fd8fcbee\";s:4:\"edit\";s:10:\"5b944acd00\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1460&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:195487;s:21:\"filesizeHumanReadable\";s:6:\"191 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e07b7d009\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e07b7d009\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc38cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1451\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1451;s:5:\"title\";s:11:\"Tyler-Beach\";s:8:\"filename\";s:16:\"Tyler-Beach1.jpg\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1451\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"tyler-beach-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652350000;s:8:\"modified\";i:1441652350000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"cef113a070\";s:6:\"delete\";s:10:\"c7304ec269\";s:4:\"edit\";s:10:\"3b604752e0\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1451&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:546509;s:21:\"filesizeHumanReadable\";s:6:\"534 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e0828956e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0828956e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3928\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1442\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1442;s:5:\"title\";s:8:\"Jennifer\";s:8:\"filename\";s:13:\"Jennifer1.jpg\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1442\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:10:\"jennifer-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652326000;s:8:\"modified\";i:1441652326000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"834010a72a\";s:6:\"delete\";s:10:\"00aa909e64\";s:4:\"edit\";s:10:\"03000d91ad\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1442&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:574489;s:21:\"filesizeHumanReadable\";s:6:\"561 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11341,1851,'_fl_builder_draft','a:8:{s:13:\"55d1e01dab026\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dab026\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55d1e01dc3682\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3682\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55d1e01dab026\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55d1e01dc3866\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3866\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e01dc38cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc38cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e01dc3928\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e01dc3928\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55d1e01dc3682\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55d1e0231f1cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0231f1cf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3866\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1460\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1460;s:5:\"title\";s:10:\"Stella-Dog\";s:8:\"filename\";s:15:\"Stella-Dog1.jpg\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1460\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:12:\"stella-dog-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652369000;s:8:\"modified\";i:1441652369000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"8e9dbad0c9\";s:6:\"delete\";s:10:\"f5fd8fcbee\";s:4:\"edit\";s:10:\"5b944acd00\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1460&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:195487;s:21:\"filesizeHumanReadable\";s:6:\"191 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e07b7d009\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e07b7d009\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc38cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1451\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1451;s:5:\"title\";s:11:\"Tyler-Beach\";s:8:\"filename\";s:16:\"Tyler-Beach1.jpg\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1451\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"tyler-beach-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652350000;s:8:\"modified\";i:1441652350000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"cef113a070\";s:6:\"delete\";s:10:\"c7304ec269\";s:4:\"edit\";s:10:\"3b604752e0\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1451&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:546509;s:21:\"filesizeHumanReadable\";s:6:\"534 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55d1e0828956e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55d1e0828956e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55d1e01dc3928\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1442\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1442;s:5:\"title\";s:8:\"Jennifer\";s:8:\"filename\";s:13:\"Jennifer1.jpg\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1442\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:10:\"jennifer-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652326000;s:8:\"modified\";i:1441652326000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"834010a72a\";s:6:\"delete\";s:10:\"00aa909e64\";s:4:\"edit\";s:10:\"03000d91ad\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1442&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:574489;s:21:\"filesizeHumanReadable\";s:6:\"561 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:106:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:800;s:5:\"width\";i:1200;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11340,1851,'wptr_hide_title','0'),(11349,1852,'_fl_builder_enabled','1'),(11348,1852,'_fl_builder_data','a:10:{s:13:\"55ce890262543\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce890262543\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8a24030cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:548:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This &gt;</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439598850_text\";s:0:\"\";s:21:\"flrich1439599097_text\";s:345:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it. </p>\n\";s:21:\"flrich1439599225_text\";s:461:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.  </p>\n\";s:21:\"flrich1442253432_text\";s:547:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This &gt;</a></p>\";}}s:13:\"55ce8a23c633d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a23c633d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a2402e3a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2402e3a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8a23c633d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8a2403065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403065\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a24030cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a24030cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:70;}}s:13:\"55ce8a2403128\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403128\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf2a1a8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf2a1a8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf4e593\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e593\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8aaf2a1a8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8aaf4e77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e77e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8aaf4e593\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce8ae0cd972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8ae0cd972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8aaf4e77e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1397\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1397;s:5:\"title\";s:28:\"mt-fuji-477832_1920-1580x480\";s:8:\"filename\";s:32:\"mt-fuji-477832_1920-1580x480.jpg\";s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1397\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:28:\"mt-fuji-477832_1920-1580x480\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652216000;s:8:\"modified\";i:1441652216000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a22471c17d\";s:6:\"delete\";s:10:\"0caa38f9b5\";s:4:\"edit\";s:10:\"52e254f07f\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1397&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:94962;s:21:\"filesizeHumanReadable\";s:5:\"93 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:91;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-300x91.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:213;s:5:\"width\";i:700;s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-1024x311.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11347,1852,'_fl_builder_draft','a:10:{s:13:\"55ce890262543\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce890262543\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8a24030cc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:4:\"text\";s:548:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This &gt;</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439598850_text\";s:0:\"\";s:21:\"flrich1439599097_text\";s:345:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it. </p>\n\";s:21:\"flrich1439599225_text\";s:461:\"<h1 style=\"text-align: center;\">A smarter way to do things better</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.  </p>\n\";s:21:\"flrich1442253432_text\";s:547:\"<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This &gt;</a></p>\";}}s:13:\"55ce8a23c633d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a23c633d\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a2402e3a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2402e3a\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8a23c633d\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8a2403065\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403065\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8a24030cc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a24030cc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:70;}}s:13:\"55ce8a2403128\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8a2403128\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8a2402e3a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":26:{s:4:\"size\";s:2:\"15\";s:10:\"text_color\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf2a1a8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf2a1a8\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce8aaf4e593\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e593\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce8aaf2a1a8\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce8aaf4e77e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8aaf4e77e\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce8aaf4e593\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce8ae0cd972\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce8ae0cd972\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce8aaf4e77e\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1397\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1397;s:5:\"title\";s:28:\"mt-fuji-477832_1920-1580x480\";s:8:\"filename\";s:32:\"mt-fuji-477832_1920-1580x480.jpg\";s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1397\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:28:\"mt-fuji-477832_1920-1580x480\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652216000;s:8:\"modified\";i:1441652216000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a22471c17d\";s:6:\"delete\";s:10:\"0caa38f9b5\";s:4:\"edit\";s:10:\"52e254f07f\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1397&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:94962;s:21:\"filesizeHumanReadable\";s:5:\"93 kB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:91;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-300x91.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:213;s:5:\"width\";i:700;s:3:\"url\";s:126:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480-1024x311.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\";s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:480;s:5:\"width\";i:1580;s:11:\"orientation\";s:9:\"landscape\";}}}}'),(11346,1852,'wptr_hide_title','0'),(11354,1853,'_fl_builder_data','a:4:{s:13:\"55ce4ccb576ac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb576ac\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"3b3b3b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce4ccb647e2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb647e2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4ccb576ac\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4ccb649ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb649ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4ccb647e2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4ccde0b3f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccde0b3f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4ccb649ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}}'),(11355,1853,'_fl_builder_enabled','1'),(11353,1853,'_fl_builder_draft','a:4:{s:13:\"55ce4ccb576ac\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb576ac\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"ffffff\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"3b3b3b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce4ccb647e2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb647e2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4ccb576ac\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4ccb649ec\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccb649ec\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4ccb647e2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4ccde0b3f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4ccde0b3f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4ccb649ec\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:4:\"text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";s:21:\"flrich1441738139_text\";s:265:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>\";}}}'),(11352,1853,'wptr_hide_title','0'),(11361,1854,'_fl_builder_enabled','1'),(11360,1854,'_fl_builder_data','a:4:{s:13:\"55ce4a5746246\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5746246\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1232\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";}}s:13:\"55ce4a575bbe7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bbe7\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4a5746246\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4a575bdde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bdde\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4a575bbe7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4a5d4a339\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5d4a339\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4a575bdde\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:63:\"<p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439582813_text\";s:98:\"<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";}}}'),(11359,1854,'_fl_builder_draft','a:4:{s:13:\"55ce4a5746246\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5746246\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1232\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\";}}s:13:\"55ce4a575bbe7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bbe7\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce4a5746246\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce4a575bdde\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a575bdde\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce4a575bbe7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"55ce4a5d4a339\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce4a5d4a339\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce4a575bdde\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:4:\"text\";s:63:\"<p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439582813_text\";s:98:\"<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";}}}'),(11358,1854,'wptr_hide_title','0'),(11367,1855,'_fl_builder_enabled','1'),(11366,1855,'_fl_builder_data','a:11:{s:13:\"55ce3b7e64e78\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e64e78\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce3b7e7f3b2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f3b2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce3b7e64e78\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce3b7e7f66b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f66b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3b7e7f6cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f6cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3b7e7f72a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f72a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3bb5d0d21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3bb5d0d21\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579530_text\";s:566:\"<a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:21:\"flrich1441735358_text\";s:574:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n\";s:21:\"flrich1441737950_text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";}}s:13:\"55ce3c4663cd6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3c4663cd6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579490_text\";s:459:\"<img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1439579561_text\";s:467:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\n\";s:21:\"flrich1441735348_text\";s:460:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1441737943_text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";}}s:13:\"55ce3cba55f85\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3cba55f85\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579340_text\";s:358:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\";s:21:\"flrich1439579408_text\";s:461:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:21:\"flrich1441735326_text\";s:469:\"<p><img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\n\";s:21:\"flrich1441737687_text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";}}s:13:\"55ef23594dfda\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef23594dfda\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1482\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1482;s:5:\"title\";s:6:\"float1\";s:8:\"filename\";s:11:\"float11.png\";s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1482\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"float1-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652423000;s:8:\"modified\";i:1441652423000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0cacd7047d\";s:6:\"delete\";s:10:\"e628305f70\";s:4:\"edit\";s:10:\"4dc7260560\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1482&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:8445;s:21:\"filesizeHumanReadable\";s:4:\"8 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cc9b9285\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cc9b9285\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1486\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1486;s:5:\"title\";s:7:\"Gallery\";s:8:\"filename\";s:12:\"Gallery1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1486\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"gallery-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652432000;s:8:\"modified\";i:1441652432000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a38e82005f\";s:6:\"delete\";s:10:\"adb4ea51a9\";s:4:\"edit\";s:10:\"0141f52678\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1486&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:4333;s:21:\"filesizeHumanReadable\";s:4:\"4 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cd0f1ef6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cd0f1ef6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1490\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1490;s:5:\"title\";s:11:\"Ocean-Squid\";s:8:\"filename\";s:16:\"Ocean-Squid1.png\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1490\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"ocean-squid-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652440000;s:8:\"modified\";i:1441652440000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"54aa269982\";s:6:\"delete\";s:10:\"a42f93859e\";s:4:\"edit\";s:10:\"6d0e7f4105\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1490&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:9872;s:21:\"filesizeHumanReadable\";s:5:\"10 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}}}'),(11365,1855,'_fl_builder_draft','a:11:{s:13:\"55ce3b7e64e78\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e64e78\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"55ce3b7e7f3b2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f3b2\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce3b7e64e78\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce3b7e7f66b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f66b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3b7e7f6cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f6cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3b7e7f72a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3b7e7f72a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce3b7e7f3b2\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"55ce3bb5d0d21\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3bb5d0d21\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":16:{s:4:\"text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579530_text\";s:566:\"<a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:21:\"flrich1441735358_text\";s:574:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n\";s:21:\"flrich1441737950_text\";s:296:\"<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";}}s:13:\"55ce3c4663cd6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3c4663cd6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579490_text\";s:459:\"<img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1439579561_text\";s:467:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">See the work we do around the world and be inspired to join us on our mission to make the world a better place.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\n\";s:21:\"flrich1441735348_text\";s:460:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:21:\"flrich1441737943_text\";s:285:\"<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";}}s:13:\"55ce3cba55f85\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce3cba55f85\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":20:{s:4:\"text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439579061_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579178_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h3 style=\"text-align: center;\">Contact Us</h3>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579225_text\";s:475:\"<p><a href=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\"><img class=\"aligncenter size-full wp-image-587\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></a></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579266_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579292_text\";s:376:\"<p><img class=\"aligncenter size-full wp-image-588\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p>\n\";s:21:\"flrich1439579340_text\";s:358:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\";s:21:\"flrich1439579408_text\";s:461:\"<img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:21:\"flrich1441735326_text\";s:469:\"<p><img class=\"aligncenter size-full wp-image-589\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/08/float1.png\" alt=\"float1\" width=\"209\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\n\";s:21:\"flrich1441737687_text\";s:292:\"<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";}}s:13:\"55ef23594dfda\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef23594dfda\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f66b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1482\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1482;s:5:\"title\";s:6:\"float1\";s:8:\"filename\";s:11:\"float11.png\";s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1482\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"float1-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652423000;s:8:\"modified\";i:1441652423000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0cacd7047d\";s:6:\"delete\";s:10:\"e628305f70\";s:4:\"edit\";s:10:\"4dc7260560\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1482&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:8445;s:21:\"filesizeHumanReadable\";s:4:\"8 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:96:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cc9b9285\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cc9b9285\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f6cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1486\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1486;s:5:\"title\";s:7:\"Gallery\";s:8:\"filename\";s:12:\"Gallery1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1486\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"gallery-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652432000;s:8:\"modified\";i:1441652432000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"a38e82005f\";s:6:\"delete\";s:10:\"adb4ea51a9\";s:4:\"edit\";s:10:\"0141f52678\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1486&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:4333;s:21:\"filesizeHumanReadable\";s:4:\"4 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\";s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:209;s:5:\"width\";i:209;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"55ef2cd0f1ef6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ef2cd0f1ef6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce3b7e7f72a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1490\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:15:\"link_url-search\";s:0:\"\";s:25:\"as_values_link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":30:{s:2:\"id\";i:1490;s:5:\"title\";s:11:\"Ocean-Squid\";s:8:\"filename\";s:16:\"Ocean-Squid1.png\";s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:4:\"link\";s:53:\"http://content.tesseracttheme.com/?attachment_id=1490\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:13:\"ocean-squid-4\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:0;s:4:\"date\";i:1441652440000;s:8:\"modified\";i:1441652440000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:70:\"http://content.tesseracttheme.com/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:17:\"September 7, 2015\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"54aa269982\";s:6:\"delete\";s:10:\"a42f93859e\";s:4:\"edit\";s:10:\"6d0e7f4105\";}s:8:\"editLink\";s:73:\"http://content.tesseracttheme.com/wp-admin/post.php?post=1490&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:15:\"filesizeInBytes\";i:9872;s:21:\"filesizeHumanReadable\";s:5:\"10 kB\";s:5:\"sizes\";O:8:\"stdClass\":2:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1-150x150.png\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\";s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}s:6:\"height\";i:209;s:5:\"width\";i:195;s:11:\"orientation\";s:8:\"portrait\";}}}}'),(11364,1855,'wptr_hide_title','0'),(11374,1856,'_wp_old_slug','test-template'),(11373,1856,'_fl_builder_enabled','1'),(11372,1856,'_fl_builder_data','a:5:{s:13:\"55ce27a55b7df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a55b7df\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1499\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"125\";s:14:\"padding_bottom\";s:3:\"180\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190103/discover.jpg\";}}s:13:\"55ce27a583fb0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a583fb0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce27a55b7df\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce27a5841e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a5841e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce27a583fb0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ebb37791\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ebb37791\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:0:\"\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56392f047e468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392f047e468\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"DISCOVER\";s:4:\"size\";s:2:\"90\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"0\";s:8:\"sub_text\";s:44:\"discover the truth, that you\'re already here\";s:8:\"sub_size\";s:2:\"22\";s:10:\"sub_weight\";s:3:\"100\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11371,1856,'_fl_builder_draft','a:5:{s:13:\"55ce27a55b7df\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a55b7df\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:10:\"text_color\";s:6:\"fefefe\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1499\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"125\";s:14:\"padding_bottom\";s:3:\"180\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190103/discover.jpg\";}}s:13:\"55ce27a583fb0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a583fb0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"55ce27a55b7df\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"55ce27a5841e9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"55ce27a5841e9\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"55ce27a583fb0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"56392ebb37791\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392ebb37791\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:0:\"\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"56392f047e468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"56392f047e468\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"55ce27a5841e9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:8:\"DISCOVER\";s:4:\"size\";s:2:\"90\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"0\";s:8:\"sub_text\";s:44:\"discover the truth, that you\'re already here\";s:8:\"sub_size\";s:2:\"22\";s:10:\"sub_weight\";s:3:\"100\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11370,1856,'wptr_hide_title','0'),(171,33,'_edit_last','2'),(172,33,'_wp_page_template','full-width-page.php'),(173,33,'_edit_lock','1591885599:2'),(174,35,'_edit_last','2'),(175,35,'_wp_page_template','full-width-page.php'),(176,35,'_edit_lock','1580248199:2'),(177,37,'_edit_last','2'),(178,37,'_wp_page_template','full-width-page.php'),(179,37,'_edit_lock','1591885142:2'),(180,39,'_edit_last','2'),(181,39,'_wp_page_template','full-width-page.php'),(182,39,'_edit_lock','1580241528:2'),(183,41,'_edit_last','2'),(184,41,'_wp_page_template','full-width-page.php'),(185,41,'_edit_lock','1591885121:2'),(318,57,'_menu_item_xfn',''),(319,57,'_menu_item_url',''),(321,59,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(294,55,'_menu_item_type','post_type'),(295,55,'_menu_item_menu_item_parent','0'),(296,55,'_menu_item_object_id','37'),(297,55,'_menu_item_object','page'),(298,55,'_menu_item_target',''),(299,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(300,55,'_menu_item_xfn',''),(301,55,'_menu_item_url',''),(312,57,'_menu_item_type','post_type'),(313,57,'_menu_item_menu_item_parent','0'),(314,57,'_menu_item_object_id','33'),(315,57,'_menu_item_object','page'),(316,57,'_menu_item_target',''),(317,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(283,53,'_menu_item_url',''),(282,53,'_menu_item_xfn',''),(281,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(280,53,'_menu_item_target',''),(279,53,'_menu_item_object','page'),(278,53,'_menu_item_object_id','41'),(277,53,'_menu_item_menu_item_parent','0'),(276,53,'_menu_item_type','post_type'),(322,59,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"Flowerhouse Films \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <admin@flowerhousefilms.com>\";s:9:\"recipient\";s:26:\"admin@flowerhousefilms.com\";s:4:\"body\";s:160:\"[your-name] <[your-email]>\n[your-subject]\n\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(323,59,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:36:\"Inocente Confusión \"[your-subject]\"\";s:6:\"sender\";s:49:\"Inocente Confusión <admin@inocenteconfusion.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)\";s:18:\"additional_headers\";s:37:\"Reply-To: admin@inocenteconfusion.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(324,59,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(325,59,'_additional_settings',''),(326,59,'_locale','en_US'),(329,33,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1591884226205\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1591884247838\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:502:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/proyectos/\">Proyectos</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591885674806\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/nosotras/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591885691788\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:671:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contacto/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591885707248\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23abbf1b1e\";s:19:\"_sow_form_timestamp\";s:13:\"1591884511250\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:352:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/nosotras/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23ae5d9155\";s:19:\"_sow_form_timestamp\";s:13:\"1591885728088\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(365,80,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<p style=\"text-align: center;\"><span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(340,67,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"600px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(331,33,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:422:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></h1><p style=\"text-align: center;\"><br><span class=\"home-sub\">A Little Jig</span><br> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(330,33,'wptr_hide_title','1'),(336,64,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p>[spacer height=\"30px\"]</p><p>Inocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5740907f95686\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"572b946a-acfb-47b0-84a9-d5e477dd0811\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"963c475e-3c92-4c85-a1b7-7225c534e4f0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e453e2eb-a57a-4719-848e-350814d1c492\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"7457425f-b422-402f-aa29-b0b4caba82c5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(332,61,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:239:\"<p>Inocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"572b946a-acfb-47b0-84a9-d5e477dd0811\";s:5:\"style\";a:0:{}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"963c475e-3c92-4c85-a1b7-7225c534e4f0\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e453e2eb-a57a-4719-848e-350814d1c492\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:360:\"<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"7457425f-b422-402f-aa29-b0b4caba82c5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(337,65,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(9491,1513,'_wp_attached_file','2020/01/DSC08320-scaled.jpg'),(9492,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2020/01/DSC08320-scaled.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC08320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC08320-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC08320-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC08320-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DSC08320-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"DSC08320-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC08320-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:21:\"DSC08320-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC08320-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:20:\"DSC08320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DSC08320-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578746887\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC08320.jpg\";}'),(341,68,'_wp_attached_file','2016/05/Flowerhouse_Logos-04.png'),(342,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:32:\"2016/05/Flowerhouse_Logos-04.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-04-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-04-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-04-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-04-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(344,70,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:229:\"<span class=\"home-headline\">INOCENTE CONFUSION</span>\n<span class=\"home-sub\">A short film</span>\n<a href=\"/about\" class=\"button primary-button\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(343,69,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:570:\"<p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-66\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing.png\" alt=\"Drawing\" width=\"80\" height=\"98\" /></p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inocente Confusión</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.flowerhousefilms.com/services/\">View the trailer &gt;</a></span></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(363,78,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:393:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(345,71,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:334:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(364,79,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:328:\"<p style=\"text-align: center;\">INOCENTE CONFUSIÓN</p><p style=\"text-align: center;\"><span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(346,72,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(362,77,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:393:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(347,73,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:63;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(349,74,'control_id','tt-font-33'),(350,74,'control_selectors','a:1:{i:0;s:14:\".home-headline\";}'),(351,74,'control_description',''),(352,74,'force_styles',''),(353,75,'control_id','tt-font-55'),(354,75,'control_selectors','a:1:{i:0;s:9:\".home-sub\";}'),(355,75,'control_description',''),(356,75,'force_styles',''),(384,90,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(381,88,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}}}'),(366,81,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:230:\"<span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a href=\"/about\" class=\"button primary-button\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(370,82,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(372,84,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:393:\"<p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(371,83,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(373,85,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(374,86,'control_id','tt-font-100'),(375,86,'control_selectors','a:1:{i:0;s:12:\".home-making\";}'),(376,86,'control_description',''),(377,86,'force_styles',''),(9490,1512,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:92:\"<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1591884748551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a sus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884838736\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:3:\"364\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(388,92,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">Our Work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(389,93,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">Our Work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(19789,2762,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e166ec9f-229c-4180-a6ab-dee04a1ec39c\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(391,94,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(392,95,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(393,96,'control_id','tt-font-14'),(394,96,'control_selectors','a:1:{i:0;s:9:\".home-our\";}'),(395,96,'control_description',''),(396,96,'force_styles',''),(397,97,'control_id','tt-font-90'),(398,97,'control_selectors','a:1:{i:0;s:8:\".home-we\";}'),(399,97,'control_description',''),(400,97,'force_styles',''),(401,98,'_edit_last','2'),(402,98,'_edit_lock','1591885127:2'),(403,98,'_wp_page_template','full-width-page.php'),(404,98,'wptr_hide_title','0'),(405,102,'_menu_item_type','post_type'),(406,102,'_menu_item_menu_item_parent','0'),(407,102,'_menu_item_object_id','98'),(408,102,'_menu_item_object','page'),(409,102,'_menu_item_target',''),(410,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(411,102,'_menu_item_xfn',''),(412,102,'_menu_item_url',''),(441,35,'wptr_hide_title','1'),(414,103,'_menu_item_type','post_type'),(415,103,'_menu_item_menu_item_parent','0'),(416,103,'_menu_item_object_id','41'),(417,103,'_menu_item_object','page'),(418,103,'_menu_item_target',''),(419,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(420,103,'_menu_item_xfn',''),(421,103,'_menu_item_url',''),(19784,2757,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275710001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-275710002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-275710003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e166ec9f-229c-4180-a6ab-dee04a1ec39c\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(432,105,'_menu_item_type','post_type'),(433,105,'_menu_item_menu_item_parent','0'),(434,105,'_menu_item_object_id','33'),(435,105,'_menu_item_object','page'),(436,105,'_menu_item_target',''),(437,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(438,105,'_menu_item_xfn',''),(439,105,'_menu_item_url',''),(463,116,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start<br /> </span><span class=\"about-headline\">a business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:109;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(444,35,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5838442c-a03f-4f9b-b73a-d7de13840f89\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:541:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30acd9d6114\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"628a2760-f9e5-4b56-a380-9f556d4e7884\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30aca8b7b93\";s:19:\"_sow_form_timestamp\";s:13:\"1580248258443\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"27e5bbbe-802c-47f9-b7c2-9aa574af022e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30ac83c08b6\";s:19:\"_sow_form_timestamp\";s:13:\"1580248198210\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"62d5fdb4-70e4-4a3f-bf55-de8cab445b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83f869b3-3aa0-4720-bae4-e99079b1b51c\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2e9fe25c-e823-48a4-bf26-e82455d752ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"235cfbe1-aa47-4bed-8c73-5e384cc4d999\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"363\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-15px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}}}'),(445,35,'_panels_data_preview','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:163;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:165;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:159;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(446,107,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(447,108,'control_id','tt-font-34'),(448,108,'control_selectors','a:1:{i:0;s:18:\".synopsis-headline\";}'),(449,108,'control_description',''),(450,108,'force_styles',''),(453,110,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start <br /></span><span class=\"about-headline\">a business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(457,112,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:212:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start</span></p><p style=\"text-align: center;\"><span class=\"about-headline\">a business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:109;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(454,111,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:183:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start<br /></span><span class=\"about-headline\">a business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:109;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(458,113,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start<br /> </span><span class=\"about-headline\">a business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:109;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:106;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(465,118,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:179:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start <span class=\"about-headline\">a business so you can change the world.</span></span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(459,114,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /></span><span class=\"about-headline\"> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9e393b13-aa76-4069-974e-1bda3cbb27fe\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:109;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(466,119,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(464,117,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start <br /><span class=\"about-headline\">a business so you can change the world.</span></span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"50fcb388-fa31-408d-902b-8a8a29c2eb03\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(933,361,'_wp_attached_file','2016/05/0320.jpg'),(934,361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2016/05/0320.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0320-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0320-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0320-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0320-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0320-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0320-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0320-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0320-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0320-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(467,120,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(468,121,'control_id','tt-font-59'),(469,121,'control_selectors','a:1:{i:0;s:14:\".synopsis-text\";}'),(470,121,'control_description',''),(471,121,'force_styles',''),(497,128,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:127;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:123;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:124;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(474,119,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(475,123,'_wp_attached_file','2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg'),(476,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:679;s:4:\"file\";s:75:\"2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:76:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-1023x480.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:76:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-1023x480.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464123719935-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,123,'_edit_lock','1464109741:1'),(478,123,'_wp_attachment_backup_sizes','a:20:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:52:\"11845035_10154151933593312_3544951606958348969_o.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:61:\"11845035_10154151933593312_3544951606958348969_o-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:61:\"11845035_10154151933593312_3544951606958348969_o-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:61:\"11845035_10154151933593312_3544951606958348969_o-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:60:\"11845035_10154151933593312_3544951606958348969_o-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464123719935\";a:3:{s:5:\"width\";i:1075;s:6:\"height\";i:1075;s:4:\"file\";s:67:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479.jpg\";}s:23:\"thumbnail-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1464123719935\";a:4:{s:4:\"file\";s:77:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1464123719935\";a:4:{s:4:\"file\";s:76:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-1075x480.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1464123719935\";a:4:{s:4:\"file\";s:76:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-1075x480.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464123719935\";a:4:{s:4:\"file\";s:75:\"11845035_10154151933593312_3544951606958348969_o-e1464109451479-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(479,123,'_edit_last','1'),(480,124,'_wp_attached_file','2016/05/VAB_2015.jpg'),(481,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:777;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2016/05/VAB_2015.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"VAB_2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"VAB_2015-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"VAB_2015-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:20:\"VAB_2015-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:20:\"VAB_2015-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"VAB_2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(482,125,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(491,127,'_edit_lock','1464110034:1'),(492,127,'_wp_attachment_backup_sizes','a:20:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4608;s:6:\"height\";i:2592;s:4:\"file\";s:11:\"1120826.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"1120826-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:19:\"1120826-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:19:\"1120826-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:20:\"1120826-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"1120826-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:20:\"1120826-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"1120826-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:19:\"1120826-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:19:\"1120826-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464123373418\";a:3:{s:5:\"width\";i:2039;s:6:\"height\";i:2039;s:4:\"file\";s:26:\"1120826-e1464110169415.jpg\";}s:23:\"thumbnail-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1464123373418\";a:4:{s:4:\"file\";s:36:\"1120826-e1464110169415-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1464123373418\";a:4:{s:4:\"file\";s:35:\"1120826-e1464110169415-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1464123373418\";a:4:{s:4:\"file\";s:35:\"1120826-e1464110169415-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464123373418\";a:4:{s:4:\"file\";s:34:\"1120826-e1464110169415-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(493,127,'_edit_last','1'),(494,124,'_edit_lock','1464110115:1'),(495,124,'_wp_attachment_backup_sizes','a:13:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:777;s:6:\"height\";i:467;s:4:\"file\";s:12:\"VAB_2015.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"VAB_2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464123826488\";a:3:{s:5:\"width\";i:444;s:6:\"height\";i:444;s:4:\"file\";s:27:\"VAB_2015-e1464110255596.jpg\";}s:23:\"thumbnail-1464123826488\";a:4:{s:4:\"file\";s:35:\"VAB_2015-e1464110255596-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464123826488\";a:4:{s:4:\"file\";s:35:\"VAB_2015-e1464110255596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464123826488\";a:4:{s:4:\"file\";s:35:\"VAB_2015-e1464110255596-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464123826488\";a:4:{s:4:\"file\";s:35:\"VAB_2015-e1464110255596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464123826488\";a:4:{s:4:\"file\";s:35:\"VAB_2015-e1464110255596-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(496,124,'_edit_last','1'),(489,127,'_wp_attached_file','2016/05/1120826-e1464123572920.jpg'),(490,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1025;s:6:\"height\";i:679;s:4:\"file\";s:34:\"2016/05/1120826-e1464123572920.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"1120826-e1464123572920-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"1120826-e1464123572920-1025x480.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:35:\"1120826-e1464123572920-1025x480.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"1120826-e1464123572920-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"AG-GH4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1441017141\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(498,37,'wptr_hide_title','1'),(882,171,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:20{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(507,37,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:92:\"<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1591884748551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:3:\"364\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(820,288,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through sex-ed and film</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(684,227,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:124:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We believe actions speak louder than words.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(940,171,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:332;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:20{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:333;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:334;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(508,133,'control_id','tt-font-6'),(509,133,'control_selectors','a:1:{i:0;s:11:\".about-text\";}'),(510,133,'control_description',''),(511,133,'force_styles',''),(512,39,'wptr_hide_title','1'),(636,193,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"420px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(9475,1499,'_menu_item_type','post_type'),(9476,1499,'_menu_item_menu_item_parent','0'),(9477,1499,'_menu_item_object_id','1492'),(9478,1499,'_menu_item_object','page'),(9479,1499,'_menu_item_target',''),(9480,1499,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9481,1499,'_menu_item_xfn',''),(9482,1499,'_menu_item_url',''),(19788,2761,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-276110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-276110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-276110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-276110003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e166ec9f-229c-4180-a6ab-dee04a1ec39c\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-276110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-276110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(873,328,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1089:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(521,39,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(522,39,'_panels_data_preview','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(558,153,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:178:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Relax</span><br /> When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-134\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Relax.jpg\" alt=\"Relax\" width=\"1024\" height=\"678\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p><span class=\"services-headline\">Begin</span><br /> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<p><span class=\"services-headline\">Reflect</span><br /> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(523,138,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:178:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Relax</span><br /> When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-134\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Relax.jpg\" alt=\"Relax\" width=\"1024\" height=\"678\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p><span class=\"services-headline\">Begin</span><br /> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<p><span class=\"services-headline\">Reflect</span><br /> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(559,154,'_menu_item_type','post_type'),(524,139,'control_id','tt-font-60'),(525,139,'control_selectors','a:1:{i:0;s:18:\".services-headline\";}'),(526,139,'control_description',''),(527,139,'force_styles',''),(528,41,'wptr_hide_title','1'),(529,41,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ec2ff0e7-8ab4-4826-900e-4b44d5e8528b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:157:\"<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Dirección:</strong> Ciudad de México, México </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e35f9b5ab07d\";s:19:\"_sow_form_timestamp\";s:13:\"1591885006516\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"02a5dad3-ad5c-4b49-bc11-f460dfb65d1a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8c0a2318-f025-448b-b176-bd84e5aae3bd\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b5b46ebe-ddd4-40a9-9a33-8329bc325cf2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(530,140,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";d:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(531,140,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";d:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(534,41,'_panels_data_preview','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:348;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(535,142,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";d:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(629,189,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"420px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:185;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(536,143,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Phone:</strong> 18203902182981<br /><strong>Address:</strong> Mexico City, Mexico </p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:141;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.3000000000000000444089209850062616169452667236328125;}}}'),(537,144,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Phone:</strong> 18203902182981<br /><strong>Address:</strong> Mexico City, Mexico </p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:141;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(544,148,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:282:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p><p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(643,199,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:549:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:546:\"<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(545,149,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:335:\"<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:282:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p><p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(9456,1492,'_edit_last','2'),(9457,1492,'_edit_lock','1625967387:2'),(9458,1492,'_wp_page_template','full-width-page.php'),(9459,1492,'wptr_hide_title','1'),(555,151,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a<br /> business so you can change the world.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:127;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:123;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:124;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(556,37,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(557,152,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p style=\"text-align: center;\"><span class=\"our-text\">We want to celebrate the oceans abundance, it\'s calmness and patience. Everything flows to the ocean because it is lower than it.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p style=\"text-align: center;\"><span class=\"our-text\">Our home is on land and our connection is with people. The more we help out each other the better the world becomes.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:166:\"<p style=\"text-align: center;\"><span class=\"our-text\">Let\'s look to the stars as role models, they give and give. That\'s why the world rotates around them.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.15000000000000002220446049250313080847263336181640625;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(560,154,'_menu_item_menu_item_parent','0'),(561,154,'_menu_item_object_id','37'),(562,154,'_menu_item_object','page'),(563,154,'_menu_item_target',''),(564,154,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(565,154,'_menu_item_xfn',''),(566,154,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (9455,1490,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:525:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580241366633\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241380392\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(571,156,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse Films</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:549:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:546:\"<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:359:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button primary-button\">Watch Trailer</a> <a href=\"/our-work\" class=\"button secondary-button\">Our Work</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(570,155,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:393:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A short film</span><br /> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:557:\"<p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:282:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p><p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(572,157,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:384:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse Films</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:549:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">services</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:546:\"<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(573,158,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:189:\"<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Anytime she’s getting intimate with a guy, <br />Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:127;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:123;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:124;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(574,119,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:127;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:123;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:124;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(938,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1041;s:4:\"file\";s:16:\"2016/05/1032.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1032-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1032-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1032-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"1032-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"1032-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"1032-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"1032-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"1032-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(581,162,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:127;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:123;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:124;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(594,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:32:\"2016/05/Flowerhouse_Logos-02.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-02-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-02-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-02-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-02-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(931,360,'_wp_attached_file','2016/05/0329.jpg'),(930,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:27:\"2016/05/FOTOFONDEADORA1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"FOTOFONDEADORA1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"FOTOFONDEADORA1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:28:\"FOTOFONDEADORA1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"FOTOFONDEADORA1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(587,164,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:539:\"<p style=\"text-align: center;\"><span class=\"about-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:159;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:160;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:161;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(941,364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1025;s:4:\"file\";s:16:\"2016/05/1153.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1153-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1153-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1153-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1153-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"1153-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"1153-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"1153-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"1153-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"1153-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(590,166,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p style=\"text-align: center;\"><span class=\"our-text\">We want to celebrate the oceans abundance, it\'s calmness and patience. Everything flows to the ocean because it is lower than it.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p style=\"text-align: center;\"><span class=\"our-text\">Our home is on land and our connection is with people. The more we help out each other the better the world becomes.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:166:\"<p style=\"text-align: center;\"><span class=\"our-text\">Let\'s look to the stars as role models, they give and give. That\'s why the world rotates around them.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(592,168,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:163;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:165;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:159;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(591,167,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:539:\"<p style=\"text-align: center;\"><span class=\"about-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:163;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:165;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:159;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"25208225-7441-4c4b-ba10-cb1dfe0f1e55\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(593,169,'_wp_attached_file','2016/05/Flowerhouse_Logos-02.png'),(595,170,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:153:\"<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(596,171,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:370:\"<p style=\"text-align: center;\"><img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"140\" height=\"140\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(597,172,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:370:\"<p style=\"text-align: center;\"><img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"140\" height=\"140\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(598,171,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(603,176,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:153:\"<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(601,174,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:230:\"<p><img class=\"alignnone  wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"282\" height=\"282\" /></p><p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(599,173,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:12:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:10;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";i:1;}}}'),(604,171,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(602,175,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:153:\"<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(600,171,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:230:\"<p><img class=\"alignnone  wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"282\" height=\"282\" /></p><p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:392:\"<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p><p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:311:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:131;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(607,178,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(608,180,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:163;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:165;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:159;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:115;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(935,362,'_wp_attached_file','2016/05/0403.jpg'),(615,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(616,182,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:178:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Relax</span><br /> When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-134\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Relax.jpg\" alt=\"Relax\" width=\"1024\" height=\"678\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p><span class=\"services-headline\">Begin</span><br /> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<p><span class=\"services-headline\">Reflect</span><br /> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(617,183,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464110169415.jpg\" alt=\"_1120826\" width=\"2039\" height=\"2039\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p><span class=\"services-headline\">Begin</span><br /> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<p><span class=\"services-headline\">Reflect</span><br /> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(618,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(619,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(620,184,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<p><span class=\"services-headline\">Begin</span><br /> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<p><span class=\"services-headline\">Reflect</span><br /> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}}}'),(633,191,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"420px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"54413a4d-dced-4086-a23e-c229be5f38c9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:185;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(623,186,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Phone:</strong> 18203902182981<br /><strong>Address:</strong> Mexico City, Mexico </p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:141;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(624,187,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:126:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:185;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(625,188,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:140:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"ce20d718-fa9f-421b-b81c-9cc0793daad3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:185;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(630,140,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"420px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"54413a4d-dced-4086-a23e-c229be5f38c9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:185;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(716,238,'_wp_attachment_backup_sizes','a:30:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"FOTOFONDEADORA32.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA32-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA32-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA32-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA32-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464205789540\";a:3:{s:5:\"width\";i:1219;s:6:\"height\";i:931;s:4:\"file\";s:36:\"FOTOFONDEADORA32-e1464195717319.jpeg\";}s:23:\"thumbnail-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-300x229.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-768x587.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1464205789540\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464195717319-1024x782.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1464205789540\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464195717319-1219x480.jpeg\";s:5:\"width\";i:1219;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1464205789540\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464195717319-1219x480.jpeg\";s:5:\"width\";i:1219;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-300x229.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464205789540\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464195717319-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464207057463\";a:3:{s:5:\"width\";i:1219;s:6:\"height\";i:777;s:4:\"file\";s:36:\"FOTOFONDEADORA32-e1464205789540.jpeg\";}s:23:\"thumbnail-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-300x191.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-768x490.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1464207057463\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464205789540-1024x653.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1464207057463\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464205789540-1219x480.jpeg\";s:5:\"width\";i:1219;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1464207057463\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464205789540-1219x480.jpeg\";s:5:\"width\";i:1219;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-300x191.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464207057463\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464205789540-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(715,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1281;s:6:\"height\";i:883;s:4:\"file\";s:44:\"2016/05/FOTOFONDEADORA32-e1464207076130.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-300x207.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-768x529.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464207076130-1024x706.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464207076130-1281x480.jpeg\";s:5:\"width\";i:1281;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA32-e1464207076130-1281x480.jpeg\";s:5:\"width\";i:1281;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-300x207.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA32-e1464207076130-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(637,194,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"450px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(639,196,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:216:\"<p><img class=\"alignnone size-full wp-image-192\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1920\" height=\"1080\" />[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(638,195,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"380px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(640,197,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(641,198,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(9656,1583,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580246620380\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1580322256464\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:508:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1580322283499\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:618:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1580322301402\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9454,1489,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:422:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></h1><p style=\"text-align: center;\"><br><span class=\"home-sub\">A Little Jig</span><br> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(645,200,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:471:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">Independent film production company dedicated to strong female characters and stories.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:561:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(664,211,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:522:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(662,210,'_wp_attached_file','2016/05/Our-Team.png'),(663,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:441;s:4:\"file\";s:20:\"2016/05/Our-Team.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Our-Team-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Our-Team-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:20:\"Our-Team-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:20:\"Our-Team-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"Our-Team-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19786,2759,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-275910002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-275910003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-275910005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(650,202,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:528:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">Independent film production company dedicated to strong female characters and stories.</p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:509:\"<p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(652,204,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:522:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:554:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p><img class=\"wp-image-201 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"209\" height=\"146\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(651,203,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:522:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:497:\"<p><img class=\"wp-image-201 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"209\" height=\"146\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(655,206,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:522:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:525:\"<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-201\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"299\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(658,208,'_wp_attached_file','2016/05/contact-2.png'),(659,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:441;s:4:\"file\";s:21:\"2016/05/contact-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"contact-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"contact-2-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:21:\"contact-2-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:21:\"contact-2-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"contact-2-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(660,209,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:522:\"<p><img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p style=\"text-align: center;\"><img class=\"alignnone wp-image-207\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-1.png\" alt=\"contact\" width=\"355\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(665,212,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"215\" height=\"215\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(666,213,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:567:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"279\" height=\"205\" /></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(667,214,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:624:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(668,215,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:502:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"298\" height=\"219\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:624:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(669,216,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:502:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#fafafa\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(670,217,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:502:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(671,218,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:295:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(895,336,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A Little Jig</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(672,219,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:111:\"<span class=\"home-our\">Our Work</span>\n<span class=\"home-we\">We believe actions speak louder than words.</span>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(898,339,'_wp_attached_file','2016/07/IMDB.png'),(685,228,'_wp_attached_file','2016/05/FOTOFONDEADORA21-e1464131635575.jpeg'),(686,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(675,221,'_wp_attached_file','2016/05/IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57.png'),(676,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1919;s:4:\"file\";s:115:\"2016/05/IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:117:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:116:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:116:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:115:\"IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(677,222,'_wp_attached_file','2016/05/facebook.png'),(678,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:482;s:4:\"file\";s:20:\"2016/05/facebook.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"facebook-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-484x480.png\";s:5:\"width\";i:484;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:20:\"facebook-484x480.png\";s:5:\"width\";i:484;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:20:\"facebook-300x299.png\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"facebook-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(679,223,'_wp_attached_file','2016/05/twitter.png'),(680,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:492;s:4:\"file\";s:19:\"2016/05/twitter.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"twitter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"twitter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"twitter-492x480.png\";s:5:\"width\";i:492;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:19:\"twitter-492x480.png\";s:5:\"width\";i:492;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:19:\"twitter-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:19:\"twitter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"twitter-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(681,224,'_wp_attached_file','2016/05/youtube_icon_round-copy.png'),(682,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2016/05/youtube_icon_round-copy.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"youtube_icon_round-copy-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(687,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1914;s:6:\"height\";i:1056;s:4:\"file\";s:44:\"2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-300x166.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-768x424.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA21-e1464131635575-1024x565.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA21-e1464131635575-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA21-e1464131635575-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-300x166.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA21-e1464131635575-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(688,228,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:21:\"FOTOFONDEADORA21.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA21-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA21-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA21-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA21-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(689,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(944,366,'_wp_attached_file','2016/05/ana_rosa01-copia-1.jpg'),(692,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(693,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(694,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(695,230,'_wp_attached_file','2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg'),(696,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2476;s:6:\"height\";i:1555;s:4:\"file\";s:45:\"2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-300x188.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-768x482.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA4-1-e1464132178913-1024x643.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA4-1-e1464132178913-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA4-1-e1464132178913-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-300x188.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA4-1-e1464132178913-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(697,230,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:22:\"FOTOFONDEADORA4-1.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA4-1-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA4-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA4-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA4-1-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(698,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(699,231,'panels_data','a:3:{s:7:\"widgets\";a:26:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:13:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:26:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}}}'),(700,171,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(701,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(702,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(703,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(704,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(705,234,'panels_data','a:3:{s:7:\"widgets\";a:26:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:922:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata Calderón Galindo nació el 25 de Diciembre del 2001 en la Ciudad de México, Mexico. A los 4 años comenzó sus clases de actuación en \"Kids Place\" ubicado en la Colonia Condesa, Ciudad de México; durante dos años presentando obras de guiones originales. Posteriormente continuó con sus clases dentro de su escuela primaria estudiando todos los géneros de la actuación. Participando en el comercial de televisión para la marca \"Jarritos\". Domina el idioma Inglés, nociones de Francés y actualmente se encuentra aprendiendo Alemán.\nA sus 13 años retomó las clases profesionales esta vez en \"CasaAzul\" bajo la tutela de Ricardo Campos White y ahí grabó su primer cortometraje titulado \"Inocente Confusión\" con la Actriz, Productora y Directora Sofía Ruíz. Hoy en día continúa estudiando actuación con Viridiana Olvera en \"CasaAzul\".\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:480:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<p><span class=\"services-headline\">Enjoy</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:162:\"<p><span class=\"services-headline\">Schedule a Visit</span><br /> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]<br /> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:13:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:26:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}}}'),(708,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(709,236,'_wp_attached_file','2016/05/FOTOFONDEADORA32-1.jpeg'),(710,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2016/05/FOTOFONDEADORA32-1.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"FOTOFONDEADORA32-1-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"FOTOFONDEADORA32-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:32:\"FOTOFONDEADORA32-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA32-1-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(714,238,'_wp_attached_file','2016/05/FOTOFONDEADORA32-e1464207076130.jpeg'),(717,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(718,239,'_wp_attached_file','2016/05/FOTOFONDEADORA19-e1464195831947.jpeg'),(719,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1689;s:6:\"height\";i:1209;s:4:\"file\";s:44:\"2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-768x550.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA19-e1464195831947-1024x733.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA19-e1464195831947-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA19-e1464195831947-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"FOTOFONDEADORA19-e1464195831947-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(720,239,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:21:\"FOTOFONDEADORA19.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA19-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA19-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA19-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:29:\"FOTOFONDEADORA19-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(721,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(722,240,'_wp_attached_file','2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg'),(723,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1155;s:6:\"height\";i:749;s:4:\"file\";s:45:\"2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-300x195.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-768x498.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA8-1-e1464196032638-1024x664.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA8-1-e1464196032638-1155x480.jpeg\";s:5:\"width\";i:1155;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:46:\"FOTOFONDEADORA8-1-e1464196032638-1155x480.jpeg\";s:5:\"width\";i:1155;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-300x195.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"FOTOFONDEADORA8-1-e1464196032638-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(724,240,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3611;s:6:\"height\";i:2034;s:4:\"file\";s:22:\"FOTOFONDEADORA8-1.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-768x433.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA8-1-1024x577.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA8-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:31:\"FOTOFONDEADORA8-1-1580x480.jpeg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-210x150.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:30:\"FOTOFONDEADORA8-1-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}');
INSERT INTO `wp_postmeta` VALUES (725,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(726,241,'_wp_attached_file','2016/05/IMG_5752-e1464196357435.jpg'),(727,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:528;s:4:\"file\";s:35:\"2016/05/IMG_5752-e1464196357435.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_5752-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_5752-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-760x480.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-760x480.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196357435-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(728,241,'_wp_attachment_backup_sizes','a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:12:\"IMG_5752.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5752-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5752-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5752-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5752-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1464196345524\";a:3:{s:5:\"width\";i:632;s:6:\"height\";i:440;s:4:\"file\";s:27:\"IMG_5752-e1464196327547.jpg\";}s:23:\"thumbnail-1464196345524\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196327547-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1464196345524\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196327547-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1464196345524\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196327547-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1464196345524\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196327547-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1464196345524\";a:4:{s:4:\"file\";s:35:\"IMG_5752-e1464196327547-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(729,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(955,372,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"75px\"]</p><p><img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" /></p><p>[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(733,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(742,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(741,245,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:12:\"IMG_5684.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5684-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5684-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5684-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5684-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(739,245,'_wp_attached_file','2016/05/IMG_5684-e1464196941317.jpg'),(740,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2798;s:6:\"height\";i:1648;s:4:\"file\";s:35:\"2016/05/IMG_5684-e1464196941317.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_5684-e1464196941317-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"IMG_5684-e1464196941317-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:36:\"IMG_5684-e1464196941317-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_5684-e1464196941317-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1439712259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:16:\"0.00833333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(743,246,'_wp_attached_file','2016/05/IMG_5739-e1464197452742.jpg'),(744,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1192;s:6:\"height\";i:744;s:4:\"file\";s:35:\"2016/05/IMG_5739-e1464197452742.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_5739-e1464197452742-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"IMG_5739-e1464197452742-1192x480.jpg\";s:5:\"width\";i:1192;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:36:\"IMG_5739-e1464197452742-1192x480.jpg\";s:5:\"width\";i:1192;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_5739-e1464197452742-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(745,246,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:12:\"IMG_5739.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5739-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5739-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5739-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5739-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5739-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_5739-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5739-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5739-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"IMG_5739-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(746,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(767,254,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:480:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:764:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(766,253,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-235\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5812.jpg\" alt=\"IMG_5812\" width=\"907\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:480:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]<img class=\"alignnone wp-image-192\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195532830.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"748\" height=\"680\" /> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:764:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(747,247,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:203:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:480:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:764:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(748,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(749,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(750,248,'_wp_attached_file','2016/05/adal-trujeque.jpg'),(751,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:454;s:4:\"file\";s:25:\"2016/05/adal-trujeque.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"adal-trujeque-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"adal-trujeque-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:25:\"adal-trujeque-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:25:\"adal-trujeque-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"adal-trujeque-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(752,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(753,249,'_wp_attached_file','2016/05/javier-quesada-e1464198411482.jpg'),(754,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:952;s:4:\"file\";s:41:\"2016/05/javier-quesada-e1464198411482.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"javier-quesada-e1464198411482-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"javier-quesada-e1464198411482-1364x480.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:42:\"javier-quesada-e1464198411482-1364x480.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:41:\"javier-quesada-e1464198411482-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,249,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:18:\"javier-quesada.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"javier-quesada-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"javier-quesada-1365x480.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:27:\"javier-quesada-1365x480.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:26:\"javier-quesada-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(756,250,'_wp_attached_file','2016/05/jerry-audiffred-2-e1464198472351.jpg'),(757,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1364;s:6:\"height\";i:1030;s:4:\"file\";s:44:\"2016/05/jerry-audiffred-2-e1464198472351.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"jerry-audiffred-2-e1464198472351-1024x773.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"jerry-audiffred-2-e1464198472351-1364x480.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:45:\"jerry-audiffred-2-e1464198472351-1364x480.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"jerry-audiffred-2-e1464198472351-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(758,250,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"jerry-audiffred-2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"jerry-audiffred-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"jerry-audiffred-2-1365x480.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:30:\"jerry-audiffred-2-1365x480.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:29:\"jerry-audiffred-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(759,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(760,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(764,252,'_wp_attached_file','2016/05/iliana.jpg'),(765,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:585;s:4:\"file\";s:18:\"2016/05/iliana.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iliana-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"iliana-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"iliana-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"iliana-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:18:\"iliana-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:18:\"iliana-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:18:\"iliana-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"iliana-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(768,255,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:480:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:764:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(770,257,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.</p>\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1575:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:814:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:770:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:768:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(769,256,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1054:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1571:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:770:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:764:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:177:\"<p><span class=\"services-headline\">Elsa Herazo</span><br /> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:171:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(771,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(772,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(781,260,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(779,259,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:926:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara studied Theatre at the Escuela Superior de Arte Dramático in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in Pasadena, California. In Mexico, she graduated from the Film University (AMCI), specialised in script-writing and directing. She currently lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, Manivela Films. Her third project, 3 Puntos de Cruz, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, Oquedades del Corazón, to be filmed towards the end of 2016.</p>\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1575:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:766:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nGraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film Muñecas, directed by Jorge Michel Grau, presented at the México Bárbaro festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece Esta Llave Ya no Tiene Puerta o Algo por el Estilo, and  has been part of the production department of the Grupo Odin Dupeyron for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:814:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:770:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:768:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:907:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nJoselyn graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana and La Verdadera Venganza del Gato Boris. She directed the play Ñaque o de Piojos y Actores. Among her most recent projects are Pieza en Forma de Flamingo No 1; Nuestra Perversión (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play Aproximación al Interior de una Ballena.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nAdal studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as Letras libres, imágenes tras las rejas, 3 puntos de cruz, Clariss and Rever and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, Punto Media Studio, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work Vidas de Luz. He currently lives in the city of Campeche, where he is preparing his short film on suicide Espérame en el Cielo, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(773,258,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:926:\"<span class=\"services-headline\">Sara Cortijo</span>\nSara studied Theatre at the Escuela Superior de Arte Dramático in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in Pasadena, California. In Mexico, she graduated from the Film University (AMCI), specialised in script-writing and directing. She currently lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, Manivela Films. Her third project, 3 Puntos de Cruz, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, Oquedades del Corazón, to be filmed towards the end of 2016.</p>\n\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1575:\"<span class=\"services-headline\">Victor Audiffred</span>\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:486:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:814:\"<span class=\"services-headline\">Renata Calderón Galindo</span>\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:770:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:768:\"<span class=\"services-headline\">Cynthia Torash</span>\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:490:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<span class=\"services-headline\">Adalberto Trujeque</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<span class=\"services-headline\">Gerardo Audiffred</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(782,261,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p>[spacer height=\"100px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(780,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(774,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(775,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(776,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(777,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (778,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(783,262,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(784,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(785,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(788,264,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p>[spacer height=\"100px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(786,263,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(789,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(787,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(804,278,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(793,267,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1022:\"<p><span class=\"services-headline\">Victor Audiffred</span><br /> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(792,266,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"100px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"100px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(790,265,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:465:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<span class=\"services-headline\">Victor Audiffred</span>\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p>[spacer height=\"100px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:198:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(791,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(796,270,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(794,268,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1040:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p>[spacer height=\"80px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"80px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(795,269,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1040:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent production.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"120px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"120px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(797,271,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(798,272,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"60px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"60px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(799,273,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(800,274,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"40px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"40px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(801,275,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(802,276,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"60px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"60px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(803,277,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p>[spacer height=\"55px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(806,280,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(805,279,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />[spacer height=\"65px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(807,281,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(808,282,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"60px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(809,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(812,284,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(810,283,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:474:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:980:\"<p><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1034:\"<p><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:807:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:832:\"<p><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:787:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:822:\"<p><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"75px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<span class=\"services-headline\">Iliana Donatlán</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:475:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1057:\"<p><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(813,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (811,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(814,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(815,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(817,286,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:242:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\nis an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:127:\"<span class=\"services-headline\">Elsa Herazo</span>\nwas our awesome hair & make-up, wardrobe, todóloga go-to person on set.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:653:\"<p><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:126:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nis an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(816,285,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">Pepe Valdivieso</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\n is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre & Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<span class=\"services-headline\">Elsa Herazo</span>\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:85:\"<span class=\"services-headline\">Iliana Donatlán</span>\nis an actor and producer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:126:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nis an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(818,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(819,287,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:194:\"<p><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:242:\"<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\nis an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:127:\"<span class=\"services-headline\">Elsa Herazo</span>\nwas our awesome hair & make-up, wardrobe, todóloga go-to person on set.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:653:\"<p><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:126:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nis an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:172:\"<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:175:\"<p><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(822,290,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"350px\"]</p><p><img class=\"alignnone size-full wp-image-236\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-1.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1920\" height=\"1080\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:3:{s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(821,289,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:3:{s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:192;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(823,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(824,291,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span><br /> is an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> was our awesome hair &amp; make-up, wardrobe, todóloga go-to person on set.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:135:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br /> is an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(825,292,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:135:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br /> is an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(826,293,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:135:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br /> is an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(827,294,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:135:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br /> is an animator and sound designer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(829,296,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(828,295,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(956,373,'_wp_attached_file','2016/07/PRESS-KIT-Inocente-Confusion-WEB.pdf'),(840,302,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A short film</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:27:\"background-position:70{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:76;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(841,303,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br /> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(842,304,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:891:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso<br /></span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(846,306,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"80px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:886:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(847,307,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"80px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:886:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(945,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6016;s:6:\"height\";i:4016;s:4:\"file\";s:30:\"2016/05/ana_rosa01-copia-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"ana_rosa01-copia-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"ana_rosa01-copia-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:31:\"ana_rosa01-copia-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"ana_rosa01-copia-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:9:\"Mr. Frame\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1438116349\";s:9:\"copyright\";s:10:\"Marco Lara\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(851,310,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:216:\"<p>[spacer height=\"350px\"]<img class=\"alignnone size-full wp-image-308\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA22.jpeg\" alt=\"FOTOFONDEADORA22\" width=\"3840\" height=\"2160\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:3:{s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:236;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(850,309,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:3:{s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:236;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(852,311,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:477:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:886:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(853,312,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: justify;\"><a href=\"http://www.sofia-ruiz.com\"><span class=\"services-headline\">Sofia Ruiz</span></a><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(854,313,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:533:\"<p style=\"text-align: justify;\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\"><span class=\"services-headline\">Sofia Ruiz</span></a><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(855,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(856,314,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:533:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:682:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(857,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(858,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(859,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(860,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(861,315,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:533:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1009:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:810:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:790:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:851:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\"><span class=\"services-headline\">Iliana Donatlán</span></a><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1086:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}');
INSERT INTO `wp_postmeta` VALUES (862,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(863,316,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:533:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span><br /> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1073:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\"><span class=\"services-headline\">Sara Cortijo</span></a><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1129:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Victor Audiffred</span></a><br />studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:876:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Ana Rosa Dávila</span></a><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:856:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\"><span class=\"services-headline\">Carlos Alfaro</span></a><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:917:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Cynthia Torash</span></a><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1019:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Joselyn Paulette Medina</span></a><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\"><span class=\"services-headline\">Iliana Donatlán</span></a><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1183:\"<p style=\"text-align: justify;\"><a href=\"https://www.facebook.com/Punto-Media-Studio-732047763508847/?fref=ts&amp;ref=br_tf\"><span class=\"services-headline\">Adalberto Trujeque</span></a><br /> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(864,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(865,317,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1067:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\">Sara Cortijo</span></a>\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1124:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\">Victor Audiffred</span></a>\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:870:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\">Ana Rosa Dávila</span></a>\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:850:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\">Carlos Alfaro</span></a>\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:911:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\">Cynthia Torash</span></a>\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1013:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\">Joselyn Paulette Medina</span></a>\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:744:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</span></a>\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1177:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.facebook.com/Punto-Media-Studio-732047763508847/?fref=ts&amp;ref=br_tf\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(866,319,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1089:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br /> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(867,320,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1089:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:654:\"<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm4222112/\"><span class=\"services-headline\">Javier Quesada</span></a><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(870,324,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1089:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:654:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\">Javier Quesada</a></span><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(929,359,'_wp_attached_file','2016/05/FOTOFONDEADORA1.jpg'),(932,360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2016/05/0329.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0329-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0329-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0329-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0329-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0329-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0329-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0329-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0329-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(936,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1035;s:4:\"file\";s:16:\"2016/05/0403.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0403-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0403-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0403-768x414.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0403-1024x552.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0403-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0403-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0403-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0403-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0403-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(937,363,'_wp_attached_file','2016/05/1032.jpg'),(939,364,'_wp_attached_file','2016/05/1153.jpg'),(927,358,'_wp_attached_file','2016/05/0259.jpg'),(928,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2016/05/0259.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0259-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0259-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0259-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0259-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0259-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0259-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0259-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0259-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0259-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(899,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2016/07/IMDB.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IMDB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IMDB-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"IMDB-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:16:\"IMDB-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"IMDB-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"IMDB-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"IMDB-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(921,354,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A Little Jig</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/vWO0Ud1ohtc\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:335;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(900,340,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A Little Jig</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:321:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:335;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(901,341,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1089:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:204:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br /> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(902,342,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\"><span class=\"services-headline\">Gerardo Audiffred</span></a><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(904,344,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(903,343,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br /> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\"><span class=\"services-headline\">Gerardo Audiffred</span></a><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(946,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(913,350,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(907,346,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:796:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(908,347,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:796:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"<p>[spacer height=\"60px\"]</p><p><img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p><p>[spacer height=\"60px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(911,349,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:308;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(912,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(914,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(915,351,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(919,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(916,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(917,181,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(950,368,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"1017\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"75px\"]</p><p><img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" /></p><p>[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(920,353,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p>[spacer height=\"20px\"]</p><p><img class=\"wp-image-345 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"1017\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"1025\" height=\"734\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1025\" height=\"665\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"75px\"]</p><p><img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1025\" height=\"635\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1025\" height=\"604\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1025\" height=\"640\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"1025\" height=\"712\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1025\" height=\"646\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"1025\" height=\"715\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:229:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"1025\" height=\"774\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(918,352,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:254:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:265:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:220:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:226:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f9f9f9\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(922,355,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A Little Jig</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:335;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(942,365,'_wp_attached_file','2016/05/0050.jpg'),(943,365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1076;s:4:\"file\";s:16:\"2016/05/0050.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0050-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0050-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0050-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0050-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0050-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0050-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0050-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0050-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(925,357,'_wp_attached_file','2016/05/0135-1.jpg'),(926,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:18:\"2016/05/0135-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"0135-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"0135-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"0135-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"0135-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"0135-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:19:\"0135-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:18:\"0135-1-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:18:\"0135-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:18:\"0135-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(947,367,'_wp_attached_file','2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg'),(948,367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3614;s:6:\"height\";i:2509;s:4:\"file\";s:45:\"2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297936996-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297936996-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297936996-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297936996-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394650582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(949,367,'_wp_attachment_backup_sizes','a:30:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3648;s:6:\"height\";i:5472;s:4:\"file\";s:22:\"Pepe_Valdivieso_-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"Pepe_Valdivieso_-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"Pepe_Valdivieso_-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"Pepe_Valdivieso_-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"Pepe_Valdivieso_-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"Pepe_Valdivieso_-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:31:\"Pepe_Valdivieso_-1-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"Pepe_Valdivieso_-1-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:30:\"Pepe_Valdivieso_-1-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:30:\"Pepe_Valdivieso_-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1468297888737\";a:3:{s:5:\"width\";i:3652;s:6:\"height\";i:2995;s:4:\"file\";s:37:\"Pepe_Valdivieso_-1-e1468297858178.jpg\";}s:23:\"thumbnail-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-768x630.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1468297888737\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297858178-1024x840.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1468297888737\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297858178-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1468297888737\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297858178-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1468297888737\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297858178-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1468297936996\";a:3:{s:5:\"width\";i:3624;s:6:\"height\";i:2638;s:4:\"file\";s:37:\"Pepe_Valdivieso_-1-e1468297888737.jpg\";}s:23:\"thumbnail-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-768x559.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1468297936996\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297888737-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1468297936996\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297888737-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"tesseract-large-1468297936996\";a:4:{s:4:\"file\";s:46:\"Pepe_Valdivieso_-1-e1468297888737-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-thumbnail-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"tesseract-site-logo-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"sow-carousel-default-1468297936996\";a:4:{s:4:\"file\";s:45:\"Pepe_Valdivieso_-1-e1468297888737-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(952,370,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:218:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"75px\"]</p><p><img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" /></p><p>[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:36:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:1;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";d:0.5;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.5;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:9;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";d:0.5;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.5;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:13;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";d:0.5;}i:14;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:15;a:2:{s:4:\"grid\";i:7;s:6:\"weight\";d:0.5;}i:16;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:17;a:2:{s:4:\"grid\";i:8;s:6:\"weight\";d:0.5;}i:18;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:19;a:2:{s:4:\"grid\";i:9;s:6:\"weight\";d:0.5;}i:20;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:21;a:2:{s:4:\"grid\";i:10;s:6:\"weight\";d:0.5;}i:22;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:23;a:2:{s:4:\"grid\";i:11;s:6:\"weight\";d:0.5;}i:24;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:25;a:2:{s:4:\"grid\";i:12;s:6:\"weight\";d:0.5;}i:26;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:27;a:2:{s:4:\"grid\";i:13;s:6:\"weight\";d:0.5;}i:28;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:29;a:2:{s:4:\"grid\";i:14;s:6:\"weight\";d:0.5;}i:30;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:31;a:2:{s:4:\"grid\";i:15;s:6:\"weight\";d:0.5;}i:32;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:33;a:2:{s:4:\"grid\";i:16;s:6:\"weight\";d:0.5;}i:34;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}i:35;a:2:{s:4:\"grid\";i:17;s:6:\"weight\";d:0.5;}}}'),(953,371,'_wp_attached_file','2016/05/Maria-Richardshon.jpg'),(954,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2548;s:6:\"height\";i:1426;s:4:\"file\";s:29:\"2016/05/Maria-Richardshon.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Maria-Richardshon-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Maria-Richardshon-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:30:\"Maria-Richardshon-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"Maria-Richardshon-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(957,375,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:378:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\">A Little Jig</span>\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:488:\"<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(958,377,'_edit_last','2'),(959,377,'_edit_lock','1580241541:2'),(960,378,'_wp_attached_file','2016/09/0842.jpg'),(961,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:16:\"2016/09/0842.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0842-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0842-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0842-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"0842-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"0842-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"0842-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"0842-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"0842-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(962,377,'_wp_page_template','full-width-page.php'),(963,377,'_panels_data_preview','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(964,377,'wptr_hide_title','1'),(965,377,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e3d92425-4107-44e3-bf05-ea0337ffc7db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d54e8854-fa8d-4aad-8825-76a4e3471a5f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b596665b-c3d0-45a0-9385-cca9e144caac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"72ed162f-358f-4b8b-a905-3686556c9cfe\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8cfbe59c-fd01-47ee-ae71-374d2693b4d5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6672b7c3-d12b-4cbe-baa0-a8b938a5166c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3d4f39ea-e66e-4823-95b1-fa5d5a673496\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"a69f6270-1456-4194-981c-8da00cafaf01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"74da5e03-6a95-4adb-a52a-219e4571e9b2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b415c8f0-1ec0-4c6f-b4ee-f4361603cabc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"f09d58ef-bfe4-418c-90fa-9abe19a0c013\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"32c9b327-3f87-47b3-9036-4c1baa26b4c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"6ddc84ec-fc2e-42da-90fe-04647fb5dc83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"1e318cd9-12f1-44ba-aa55-3f9496898c47\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:14;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:359:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"0e10b569-547a-4099-9d35-d506d9736f1b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:15;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"b614de43-440e-45cb-9721-b8a00575a456\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:16;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:271:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\">\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"f8ab0f55-c23c-4bb9-9a2d-78cec58decaf\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:17;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"1c5846f6-7650-4557-b63b-13dbacead7c9\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:20:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(11062,438,'aliases','WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),(11061,438,'entity_types','WyJpbWFnZSJd'),(11060,438,'__defaults_set','1'),(11059,438,'installed_at_version','3.3.5'),(11058,438,'name','photocrati-nextgen_basic_singlepic'),(11057,438,'hidden_from_igw','1'),(11056,438,'hidden_from_ui','1'),(11055,438,'view_order','10060'),(11051,438,'meta_value','photocrati-nextgen_basic_singlepic'),(11052,438,'title','NextGEN Basic SinglePic'),(11053,438,'preview_image_relpath','photocrati-nextgen_basic_singlepic#preview.gif'),(11054,438,'default_source','galleries'),(11077,439,'hidden_from_igw',''),(11075,439,'installed_at_version','3.3.5'),(11076,439,'hidden_from_ui',''),(11074,439,'name','photocrati-nextgen_basic_tagcloud'),(11073,439,'view_order','10100'),(11072,439,'default_source','tags'),(11071,439,'preview_image_relpath','photocrati-nextgen_basic_tagcloud#preview.gif'),(11070,439,'title','NextGEN Basic TagCloud'),(11069,439,'meta_value','photocrati-nextgen_basic_tagcloud'),(11065,439,'filter','raw'),(11066,439,'meta_id','1111'),(11067,439,'post_id','439'),(11068,439,'meta_key','name'),(967,381,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(987,394,'_edit_last','1'),(993,398,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:318:\"<p><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1-e1473633922608.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"300\" height=\"300\" /></a>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(986,394,'_edit_lock','1473634011:1'),(968,382,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(969,383,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(970,384,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"714bec54-3829-47e0-87b9-a229ad67b972\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(985,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2016/09/IMDb-1-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(982,393,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>[spacer height=\"300px\"]<a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\">http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:391;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(981,392,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(977,390,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p style=\"text-align: center;\"> </p><p><img class=\"alignnone size-full wp-image-388\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(971,385,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ef9785\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(972,386,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:307:\"<p style=\"text-align: center;\">[spacer height=\"120px\"]</p><p style=\"text-align: center;\">We\'re off to the festival circuit!</p><p style=\"text-align: center;\">We\'ve submitted to 11 festivals so far, we\'ll keep you posted on our progress.</p><p style=\"text-align: center;\">[spacer height=\"120px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(976,389,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:468:\"<p style=\"text-align: center;\">[spacer height=\"98px\"]</p><p style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">We\'re off to the festival circuit!</span></strong></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'ve submitted to 11 festivals so far, </span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we\'ll keep you posted on our progress.</span></p><p style=\"text-align: center;\">[spacer height=\"98px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(973,387,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p style=\"text-align: center;\">[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'re off to the festival circuit!</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'ve submitted to 11 festivals so far, we\'ll keep you posted on our progress.</span></p><p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:6:\"center\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ef9785\";s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(974,388,'_wp_attached_file','2016/09/Were-off-to-the-festival-circuit.jpg');
INSERT INTO `wp_postmeta` VALUES (975,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2016/09/Were-off-to-the-festival-circuit.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"Were-off-to-the-festival-circuit-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(990,396,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:157:\"<p><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\">http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt</a>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:394;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(989,395,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:394;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1160,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7200;s:6:\"height\";i:10800;s:4:\"file\";s:42:\"2017/02/InocenteConfusion_Poster-chico.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"InocenteConfusion_Poster-chico-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"InocenteConfusion_Poster-chico-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"InocenteConfusion_Poster-chico-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"InocenteConfusion_Poster-chico-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"InocenteConfusion_Poster-chico-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:43:\"InocenteConfusion_Poster-chico-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:42:\"InocenteConfusion_Poster-chico-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:42:\"InocenteConfusion_Poster-chico-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"InocenteConfusion_Poster-chico-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1484647226\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1048,432,'_wp_attached_file','2017/02/InocenteConfusion_Poster2-pdf.pdf'),(11008,435,'id_field','ID'),(11007,435,'aliases','WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),(11006,435,'entity_types','WyJpbWFnZSJd'),(11005,435,'__defaults_set','1'),(11004,435,'module_id','photocrati-nextgen_basic_gallery'),(11003,435,'hidden_from_igw',''),(11002,435,'hidden_from_ui',''),(11001,435,'installed_at_version','3.3.5'),(10991,435,'filter','raw'),(10992,435,'meta_id','1055'),(10993,435,'post_id','435'),(10994,435,'meta_key','name'),(10995,435,'meta_value','photocrati-nextgen_basic_thumbnails'),(10996,435,'title','NextGEN Basic Thumbnails'),(10997,435,'preview_image_relpath','photocrati-nextgen_basic_gallery#thumb_preview.jpg'),(10998,435,'default_source','galleries'),(10999,435,'view_order','10000'),(11000,435,'name','photocrati-nextgen_basic_thumbnails'),(11025,436,'entity_types','WyJpbWFnZSJd'),(11026,436,'aliases','WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),(11024,436,'__defaults_set','1'),(11023,436,'module_id','photocrati-nextgen_basic_gallery'),(11022,436,'hidden_from_igw',''),(11021,436,'hidden_from_ui',''),(11020,436,'installed_at_version','3.3.5'),(11019,436,'name','photocrati-nextgen_basic_slideshow'),(11018,436,'view_order','10010'),(11017,436,'default_source','galleries'),(11010,436,'filter','raw'),(11011,436,'meta_id','1069'),(11012,436,'post_id','436'),(11013,436,'meta_key','name'),(11014,436,'meta_value','photocrati-nextgen_basic_slideshow'),(11015,436,'title','NextGEN Basic Slideshow'),(11016,436,'preview_image_relpath','photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),(11044,437,'aliases','WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),(11043,437,'entity_types','WyJpbWFnZSJd'),(11042,437,'__defaults_set','1'),(11041,437,'hidden_from_igw',''),(11040,437,'hidden_from_ui',''),(11039,437,'installed_at_version','3.3.5'),(11037,437,'view_order','10020'),(11038,437,'name','photocrati-nextgen_basic_imagebrowser'),(11036,437,'default_source','galleries'),(11035,437,'preview_image_relpath','photocrati-nextgen_basic_imagebrowser#preview.jpg'),(988,377,'_oembed_653c9cbbdfc2d092da46bd1704aae2f4','{{unknown}}'),(984,394,'_wp_attached_file','2016/09/IMDb-1-1.jpg'),(991,394,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:12:\"IMDb-1-1.jpg\";}s:18:\"full-1473634033347\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"IMDb-1-1-e1473633922608.jpg\";}s:18:\"full-1473634075304\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"IMDb-1-1-e1473634033347.jpg\";}}'),(992,397,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:394;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(995,400,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:314:\"<p class=\"alignnone\"><a href=\"http://http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\"><img class=\"aligncenter size-full wp-image-394\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(994,399,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:296:\"<p><a href=\"http://http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\"><img class=\"aligncenter size-full wp-image-394\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(996,401,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:300:\"<p class=\"alignnone\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"aligncenter wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(997,402,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:388;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(998,403,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1017,406,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1018,407,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:206:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(11050,438,'meta_key','name'),(11047,438,'filter','raw'),(11048,438,'meta_id','1099'),(11049,438,'post_id','438'),(1021,409,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1020,408,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1036,419,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1023,411,'_wp_attached_file','2016/09/Inocente-Confusión_Instagram.png'),(1024,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:42:\"2016/09/Inocente-Confusión_Instagram.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Inocente-Confusión_Instagram-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Inocente-Confusión_Instagram-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:43:\"Inocente-Confusión_Instagram-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"Inocente-Confusión_Instagram-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1033,417,'_wp_attached_file','2016/09/1.png'),(1034,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:13:\"2016/09/1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:13:\"1-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:13:\"1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1035,418,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1028,413,'_wp_attached_file','2016/05/Inocente-Confusión-Logo-Blanco-1.png'),(1029,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4978;s:6:\"height\";i:2273;s:4:\"file\";s:46:\"2016/05/Inocente-Confusión-Logo-Blanco-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-768x351.png\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Inocente-Confusión-Logo-Blanco-1-1024x468.png\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Inocente-Confusión-Logo-Blanco-1-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:47:\"Inocente-Confusión-Logo-Blanco-1-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:46:\"Inocente-Confusión-Logo-Blanco-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1164,449,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:443:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></strong></h1><p style=\"text-align: center;\"><br /><span class=\"home-sub\">A Little Jig</span><br /> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(1031,415,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:621:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]<img class=\"aligncenter size-medium wp-image-413\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"300\" height=\"137\" /></p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A Little Jig</span><br /> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(1030,414,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:602:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]</p><p style=\"text-align: center;\"><img class=\"aligncenter size-medium wp-image-412\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_8057-300x137.jpg\" alt=\"IMG_8057\" width=\"300\" height=\"137\" /></p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br /> <span class=\"home-sub\">A Little Jig</span><br /> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(1032,416,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:513:\"<p style=\"text-align: center;\">[spacer height=\"130px\"]<img class=\"wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"620\" height=\"283\" /><span class=\"home-sub\">A Little Jig</span><br /> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(11099,440,'aliases','WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),(11097,440,'__defaults_set','1'),(11098,440,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(11096,440,'module_id','photocrati-nextgen_basic_album'),(11095,440,'hidden_from_igw',''),(11094,440,'hidden_from_ui',''),(11093,440,'installed_at_version','3.3.5'),(11092,440,'name','photocrati-nextgen_basic_compact_album'),(11090,440,'default_source','albums'),(11091,440,'view_order','10200'),(11083,440,'filter','raw'),(11084,440,'meta_id','1125'),(11085,440,'post_id','440'),(11086,440,'meta_key','name'),(11087,440,'meta_value','photocrati-nextgen_basic_compact_album'),(11088,440,'title','NextGEN Basic Compact Album'),(11089,440,'preview_image_relpath','photocrati-nextgen_basic_album#compact_preview.jpg'),(11119,441,'id_field','ID'),(11118,441,'aliases','WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),(11117,441,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(11116,441,'__defaults_set','1'),(11115,441,'module_id','photocrati-nextgen_basic_album'),(11114,441,'hidden_from_igw',''),(11113,441,'hidden_from_ui',''),(11112,441,'installed_at_version','3.3.5'),(11111,441,'name','photocrati-nextgen_basic_extended_album'),(11102,441,'filter','raw'),(11103,441,'meta_id','1139'),(11104,441,'post_id','441'),(11105,441,'meta_key','name'),(11106,441,'meta_value','photocrati-nextgen_basic_extended_album'),(11107,441,'title','NextGEN Basic Extended Album'),(11108,441,'preview_image_relpath','photocrati-nextgen_basic_album#extended_preview.jpg'),(11109,441,'default_source','albums'),(11110,441,'view_order','10210'),(1149,442,'__defaults_set','1'),(1150,442,'filter','raw'),(1151,442,'id_field','ID'),(1152,443,'__defaults_set','1'),(1153,443,'filter','raw'),(1154,443,'id_field','ID'),(1155,444,'__defaults_set','1'),(1156,444,'filter','raw'),(1157,444,'id_field','ID'),(1159,446,'_wp_attached_file','2017/02/InocenteConfusion_Poster-chico.jpg'),(1161,447,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><img class=\"aligncenter wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1174,457,'_wp_attachment_context','site-icon'),(1173,457,'_wp_attached_file','2016/05/cropped-Flowerhouse_Logos-02.png'),(1167,418,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1168,453,'_wp_attached_file','2016/09/1-1.png'),(1169,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/09/1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:15:\"1-1-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:15:\"1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"1-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1170,418,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1171,454,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}}}'),(1172,455,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><img class=\"aligncenter  wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1-300x300.png\" alt=\"\" width=\"761\" height=\"761\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:27:\"background_image_attachment\";i:378;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";i:1;}}}'),(1175,457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2016/05/cropped-Flowerhouse_Logos-02.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:40:\"cropped-Flowerhouse_Logos-02-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:38:\"cropped-Flowerhouse_Logos-02-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11033,437,'meta_value','photocrati-nextgen_basic_imagebrowser'),(11034,437,'title','NextGEN Basic ImageBrowser'),(11032,437,'meta_key','name'),(11029,437,'filter','raw'),(11030,437,'meta_id','1083'),(11031,437,'post_id','437'),(1196,460,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1197,460,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:359;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:360;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:361;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:358;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1198,460,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:359;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:360;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"250px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";i:361;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:358;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:6;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}}}'),(1199,461,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1200,462,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1201,462,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1202,462,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"240px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1203,463,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:5:\"cover\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1204,465,'_wp_attached_file','2016/09/festivalMy-Love.png'),(1205,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2016/09/festivalMy-Love.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"festivalMy-Love-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1206,466,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:249:\"<p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1214,472,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1210,469,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:527:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-468\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-1-e1504494698511.jpg\" alt=\"\" width=\"2061\" height=\"1385\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:727:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:861:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:933:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1033:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1105:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:750:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:789:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1162:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:664:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1211,471,'_wp_attached_file','2016/05/Sofia-Ruiz-4-e1504494870908.jpg'),(1212,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2104;s:6:\"height\";i:1323;s:4:\"file\";s:39:\"2016/05/Sofia-Ruiz-4-e1504494870908.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Sofia-Ruiz-4-e1504494870908-1024x644.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Sofia-Ruiz-4-e1504494870908-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:40:\"Sofia-Ruiz-4-e1504494870908-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"Sofia-Ruiz-4-e1504494870908-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465684983\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1213,471,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4724;s:6:\"height\";i:6036;s:4:\"file\";s:16:\"Sofia-Ruiz-4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-235x300.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-768x981.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"Sofia-Ruiz-4-801x1024.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"Sofia-Ruiz-4-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:25:\"Sofia-Ruiz-4-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-300x383.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:24:\"Sofia-Ruiz-4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1215,474,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:309:\"<p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\" data-wplink-url-error=\"true\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1216,476,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1217,478,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1219,482,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1218,480,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:565:\"<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1220,484,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"15px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1221,486,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1222,488,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1224,492,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1223,490,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1225,494,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:7:{s:7:\"padding\";s:23:\"-30px -30px -30px -30px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-30px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1227,498,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:547:\"<p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;(Writer, Producer, Cast)</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:994:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:800:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:866:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:888:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1149:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1194:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:806:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:419:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1205:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:703:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1226,496,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:193:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7103ec48-10e7-4b3d-9541-b54a130b705d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"65f1e040-9c16-4000-a4cc-cf7988e3751b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"76fe3be2-7482-4504-9975-7c06c4af9102\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b7512f07-2e77-45b5-ac05-c54951e5d03f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16987ecb-9c67-4f9b-b45b-e4e34d22b2b1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-15px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1229,502,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:548:\"<p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:796:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span>(Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:866:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:888:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:949:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span>(Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1049:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span>(Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:884:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span>(Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:802:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span>(Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:231:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span>(Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:419:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1228,500,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:548:\"<p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:994:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:800:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:866:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:892:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:953:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1053:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:888:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1149:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1194:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:806:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:419:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1205:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:703:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1232,509,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:981:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a>&nbsp;</span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:879:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;&nbsp;</span> (Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:903:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a>&nbsp;</span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:964:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a>&nbsp;</span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1064:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a>&nbsp;</span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:900:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;&nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:818:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;&nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:223:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;&nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:431:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;&nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1230,504,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:966:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:863:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:888:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:950:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1050:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:885:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:803:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:232:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span> (Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1231,506,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:967:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso </a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:863:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:889:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro </a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:951:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash </a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1051:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina </a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:885:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:803:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez </span> (Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:416:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1234,513,'_wp_attached_file','2016/09/GRFFF-Instagram.png'),(1233,511,'panels_data','a:3:{s:7:\"widgets\";a:36:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:537:\"<span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:214:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:267:\"<p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:975:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:797:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:225:\"<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:872:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:897:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:236:\"<p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:256:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:958:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1058:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:894:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:7;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1146:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"e3f32981-60b2-4987-8337-efabd173f18a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:8;s:4:\"cell\";i:1;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"55259583-ea32-4f71-8ca2-409e2ad4245e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:18;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:0;s:2:\"id\";i:18;s:9:\"widget_id\";s:36:\"b645ec7e-d5b3-4b08-9f2b-bfce2744c0c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:19;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1191:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:9;s:4:\"cell\";i:1;s:2:\"id\";i:19;s:9:\"widget_id\";s:36:\"61b54bbb-665b-47b3-ab7d-fb13d125e1ab\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:20;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:788:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:0;s:2:\"id\";i:20;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:21;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:221:\"<p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:10;s:4:\"cell\";i:1;s:2:\"id\";i:21;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:22;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:11;s:4:\"cell\";i:0;s:2:\"id\";i:22;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:23;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:812:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:11;s:4:\"cell\";i:1;s:2:\"id\";i:23;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:24;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:217:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:12;s:4:\"cell\";i:0;s:2:\"id\";i:24;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:25;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:211:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:12;s:4:\"cell\";i:1;s:2:\"id\";i:25;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:26;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:13;s:4:\"cell\";i:0;s:2:\"id\";i:26;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:27;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:13;s:4:\"cell\";i:1;s:2:\"id\";i:27;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:28;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:1202:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:0;s:2:\"id\";i:28;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:29;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:235:\"<p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:14;s:4:\"cell\";i:1;s:2:\"id\";i:29;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:30;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:0;s:2:\"id\";i:30;s:9:\"widget_id\";s:36:\"5a684ed6-eb43-4e86-90dd-1f41a1c96f19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:31;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:700:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:15;s:4:\"cell\";i:1;s:2:\"id\";i:31;s:9:\"widget_id\";s:36:\"0641a165-b3a2-4bef-b223-fc03bfe9fe1c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:32;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:222:\"<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:0;s:2:\"id\";i:32;s:9:\"widget_id\";s:36:\"ff4aac07-880d-4bfa-bef9-8e2a84411b12\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:33;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:16;s:4:\"cell\";i:1;s:2:\"id\";i:33;s:9:\"widget_id\";s:36:\"fe92fb2a-40ae-4fa8-98bb-8558bfa27a57\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:34;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:123:\"<span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:0;s:2:\"id\";i:34;s:9:\"widget_id\";s:36:\"4502ed10-6e6f-4c89-9844-86f1d39ccf18\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:35;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:180:\"<p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:17;s:4:\"cell\";i:1;s:2:\"id\";i:35;s:9:\"widget_id\";s:36:\"bb24b041-61ca-4cb7-ac66-fb2deaf52f8e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:18:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}i:7;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:8;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:9;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:10;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:11;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:12;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:13;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:14;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:15;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:16;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}i:17;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f9f9f9\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:36:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:8;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:9;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:20;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:21;a:4:{s:4:\"grid\";i:10;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:22;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:23;a:4:{s:4:\"grid\";i:11;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:24;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:25;a:4:{s:4:\"grid\";i:12;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:26;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:27;a:4:{s:4:\"grid\";i:13;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:28;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:29;a:4:{s:4:\"grid\";i:14;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:30;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:31;a:4:{s:4:\"grid\";i:15;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:32;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:33;a:4:{s:4:\"grid\";i:16;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:34;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:35;a:4:{s:4:\"grid\";i:17;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(1235,513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2016/09/GRFFF-Instagram.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"GRFFF-Instagram-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1236,514,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1241,518,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1239,517,'_wp_attached_file','2016/09/Curtas-do-acaso-schedule.png'),(1240,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:36:\"2016/09/Curtas-do-acaso-schedule.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Curtas-do-acaso-schedule-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1242,520,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(90130,9805,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 18 Apr 2024 23:38:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Annette Portillo <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: annette.portillo@gmail.com\r\nSubject: Flowerhouse Films \"flowerhousefilms.com on the internet\"\r\nDate: Fri, 19 Apr 2024 06:38:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAnnette Portillo <annette.portillo@gmail.com>=0Aflowerhousefilms.com on=\r\n the internet=0A=0AHello,=0D=0A=0D=0AWe noticed your domain: flowerhouse=\r\nfilms.com is listed in very few directories.=0D=0A=0D=0ADirectories have=\r\n a very high Page Rank Score and provide really good back links=0D=0A=0D=\r\n=0ACompany visit us on Company Registar and list your domain in all the=\r\n directories.=0D=0A=0D=0Ahttps://flowerhousefilms.companyregistar.org/fl=\r\nowerhousefilms.com=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rxhtS-000loV-3C\r\n'),(19404,2697,'_edit_last','2'),(19405,2697,'_wp_page_template','full-width-page.php'),(19406,2697,'_edit_lock','1625969241:2'),(19407,2697,'wptr_hide_title','1'),(89861,9779,'success','1'),(89862,9779,'from_header','Brent Fouch <admin@flowerhousefilms.com>'),(89863,9779,'to_header','admin@flowerhousefilms.com'),(89864,9779,'reply_to_header','brentfouch@aiviralvideo.com'),(89865,9779,'transport_uri','smtp:none:none://localhost:25'),(89866,9779,'original_to','admin@flowerhousefilms.com'),(89867,9779,'original_subject','Flowerhouse Films \"Sell your Insta?\"'),(89868,9779,'original_message','Brent Fouch <brentfouch@aiviralvideo.com>\nSell your Insta?\n\nMay I buy either your Facebook page or your Instagram account or both?\r\nPlease tell me here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89869,9779,'original_headers','From: Brent Fouch <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: brentfouch@aiviralvideo.com\n'),(89870,9779,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 12 Apr 2024 08:04:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brent Fouch <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: brentfouch@aiviralvideo.com\r\nSubject: Flowerhouse Films \"Sell your Insta?\"\r\nDate: Fri, 12 Apr 2024 15:04:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrent Fouch <brentfouch@aiviralvideo.com>=0ASell your Insta?=0A=0AMay I=\r\n buy either your Facebook page or your Instagram account or both?=0D=0AP=\r\nlease tell me here=0D=0Ahttps://sellyourfbpage.com/=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1rvISC-005mga-2u\r\n'),(90611,9854,'success','1'),(90612,9854,'from_header','Roxanna Fortier <admin@flowerhousefilms.com>'),(90613,9854,'to_header','admin@flowerhousefilms.com'),(90614,9854,'reply_to_header','roxanna.fortier@gmail.com'),(90615,9854,'transport_uri','smtp:none:none://localhost:25'),(90616,9854,'original_to','admin@flowerhousefilms.com'),(90617,9854,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"'),(90618,9854,'original_message','Roxanna Fortier <roxanna.fortier@gmail.com>\nTo the flowerhousefilms.com Administrator.\n\nFinally, an all in one customer financing solution for ANY credit score between 500-850 FICO More approvals = More Profits\r\n\r\n** USA Based Businesses Only! **\r\n\r\nContact me below for details\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90619,9854,'original_headers','From: Roxanna Fortier <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: roxanna.fortier@gmail.com\n'),(90620,9854,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 29 Apr 2024 14:04:18 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Roxanna Fortier <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: roxanna.fortier@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"\r\nDate: Mon, 29 Apr 2024 21:04:18 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRoxanna Fortier <roxanna.fortier@gmail.com>=0ATo the flowerhousefilms.co=\r\nm Administrator.=0A=0AFinally, an all in one customer financing solution=\r\n for ANY credit score between 500-850 FICO More approvals =3D More Profi=\r\nts=0D=0A=0D=0A** USA Based Businesses Only! **=0D=0A=0D=0AContact me bel=\r\now for details=0D=0A=0D=0AJessica Snyder=0D=0Ajessica.snyder@helloratesp=\r\nros.com=0D=0Ahttps://helloratespros.com/5-6/=0A=0A--=0AThis e-mail was s=\r\nent from a contact form on Inocente Confusi=C3=B3n (https://www.flowerho=\r\nusefilms.com)\r\n.\r\n250 OK id=1s1YAc-0046ZX-0j\r\n'),(90621,9855,'success','1'),(90622,9855,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(90623,9855,'to_header','admin@flowerhousefilms.com'),(90624,9855,'reply_to_header','lucido.leinteract@gmail.com'),(90625,9855,'transport_uri','smtp:none:none://localhost:25'),(90626,9855,'original_to','admin@flowerhousefilms.com'),(90627,9855,'original_subject','Flowerhouse Films \"Hallo    writing about     prices\"'),(90628,9855,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nHallo    writing about     prices\n\nHi, roeddwn i eisiau gwybod eich pris.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(19417,2704,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:376:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766742177\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270410001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-270410002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19415,2702,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1624766454959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:318:\"<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766620899\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270210002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-270210003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19412,2700,'_wp_attached_file','2021/06/Flowerhouse_Logos-08.png'),(19411,2699,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1624766454959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766425811\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-269910002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-269910004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:4:\"1513\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19414,2701,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:257:\"<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1624766454959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:318:\"<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766620899\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270110002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-270110003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:8:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90601,9853,'success','1'),(90602,9853,'from_header','David Sebastian <admin@flowerhousefilms.com>'),(90603,9853,'to_header','admin@flowerhousefilms.com'),(90604,9853,'reply_to_header','phone833.302.1808+ext740@gmail.com'),(90605,9853,'transport_uri','smtp:none:none://localhost:25'),(90606,9853,'original_to','admin@flowerhousefilms.com'),(90607,9853,'original_subject','Flowerhouse Films \"Utility Audit\"'),(90608,9853,'original_message','David Sebastian <phone833.302.1808+ext740@gmail.com>\nUtility Audit\n\nPlease have whoever is in charge of the business call me at their earliest convenience regarding a pending Utility Audit.\r\nI need to validate specific details that may uncover hidden errors in the utility bill that could warrant substantial refunds.\r\n\r\nThank you!\r\n\r\nDavid Sebastian\r\nUtility Audit Advisor\r\nDirect: (833) 302-1808 ext. 740\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90609,9853,'original_headers','From: David Sebastian <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: phone833.302.1808+ext740@gmail.com\n'),(90610,9853,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 29 Apr 2024 13:45:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: David Sebastian <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: phone833.302.1808+ext740@gmail.com\r\nSubject: Flowerhouse Films \"Utility Audit\"\r\nDate: Mon, 29 Apr 2024 20:45:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDavid Sebastian <phone833.302.1808+ext740@gmail.com>=0AUtility Audit=0A=\r\n=0APlease have whoever is in charge of the business call me at their ear=\r\nliest convenience regarding a pending Utility Audit.=0D=0AI need to vali=\r\ndate specific details that may uncover hidden errors in the utility bill=\r\n that could warrant substantial refunds.=0D=0A=0D=0AThank you!=0D=0A=0D=\r\n=0ADavid Sebastian=0D=0AUtility Audit Advisor=0D=0ADirect: (833) 302-180=\r\n8 ext. 740=0A=0A--=0AThis e-mail was sent from a contact form on Inocent=\r\ne Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s1Xsg-003gIn-11\r\n'),(89731,9766,'success','1'),(89732,9766,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(89733,9766,'to_header','admin@flowerhousefilms.com'),(89734,9766,'reply_to_header','myairanker@gmail.com'),(89735,9766,'transport_uri','smtp:none:none://localhost:25'),(89736,9766,'original_to','admin@flowerhousefilms.com'),(89737,9766,'original_subject','Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"'),(89738,9766,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: Use A.I. To Make $200/hr +\n\n100% Beginner friendly training reveals how A.I. is making people over $200/hr\r\n\r\n>> https://200hourly.com <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(19316,2680,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567209252\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19305,2677,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19331,2686,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-268610002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1624584961346\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268610003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1611,560,'_wp_attached_file','2017/11/GRFFF.png'),(1612,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2017/11/GRFFF.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"GRFFF-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"GRFFF-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"GRFFF-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"GRFFF-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:17:\"GRFFF-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:17:\"GRFFF-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:17:\"GRFFF-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"GRFFF-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1613,561,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:59:\"Great time at the Grand Rapids Feminist Film Festival 2017!\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1614,563,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19410,2698,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:102:\"<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766425811\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-269810002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-269810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-269810004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:4:\"1513\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1645,569,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:5:\"-30px\";s:6:\"gutter\";s:5:\"-30px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1650,579,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1646,571,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:5:\"-10px\";s:6:\"gutter\";s:5:\"-10px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1647,573,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1648,575,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"0596b15f-29ad-476f-a9f6-1050debe2d93\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1649,577,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1651,581,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1652,583,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:3:\"5px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1653,585,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"10px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1654,587,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"15px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1655,589,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1656,591,'panels_data','a:3:{s:7:\"widgets\";a:10:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1657,593,'_wp_attached_file','2017/11/Mugs.png'),(1658,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2017/11/Mugs.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Mugs-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Mugs-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Mugs-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Mugs-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:16:\"Mugs-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"Mugs-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"Mugs-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"Mugs-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1659,594,'panels_data','a:3:{s:7:\"widgets\";a:11:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19332,2687,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1624584961346\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10915,1773,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:92:\"<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1591884748551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:3:\"364\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9493,1514,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1580242702524\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242713000\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:3:\"364\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9450,1489,'_wp_page_template','full-width-page.php'),(9451,1489,'_edit_lock','1597092119:2'),(9452,1489,'wptr_hide_title','1'),(9453,1489,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092196840\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-148910002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1808,612,'_wp_attached_file','2018/01/Invitación-Estreno.jpg'),(1809,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:530;s:4:\"file\";s:32:\"2018/01/Invitación-Estreno.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-530x480.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-530x480.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Invitación-Estreno-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1810,613,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:233:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1811,615,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19787,2760,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89221,9715,'success','1'),(89222,9715,'from_header','Ravi Demaine <admin@flowerhousefilms.com>'),(89223,9715,'to_header','admin@flowerhousefilms.com'),(89224,9715,'reply_to_header','demaine.augusta@gmail.com'),(89225,9715,'transport_uri','smtp:none:none://localhost:25'),(89226,9715,'original_to','admin@flowerhousefilms.com'),(89227,9715,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(89228,9715,'original_message','Ravi Demaine <demaine.augusta@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89229,9715,'original_headers','From: Ravi Demaine <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: demaine.augusta@gmail.com\n'),(89230,9715,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 14:21:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Demaine <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: demaine.augusta@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Wed, 27 Mar 2024 21:21:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Demaine <demaine.augusta@gmail.com>=0AWhy You are not in Googles se=\r\narch first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Weboma=\r\nze Australia. You have finally found an SEO Company that GETS RESULTS. T=\r\nhe proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=\r\n=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi with=\r\n high google search ranking  by 166% in 4 months. We=E2=80=99re an SEO C=\r\nompany with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd w=\r\ne do everything to make it a great experience of working with us. We are=\r\n in touch with you at every stage of the project. Even after we deliver=\r\n the project, I will support you with any query you have. =0D=0A=0D=0A=\r\n=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=0A=\r\n=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpaiQ-004KxK-27\r\n'),(91192,9912,'from_header','Dylan Holguin <admin@flowerhousefilms.com>'),(91193,9912,'to_header','admin@flowerhousefilms.com'),(91194,9912,'reply_to_header','dylan.holguin@msn.com'),(91195,9912,'transport_uri','smtp:none:none://localhost:25'),(91196,9912,'original_to','admin@flowerhousefilms.com'),(91197,9912,'original_subject','Flowerhouse Films \"Free Trial: 40 Hours On Us!. Kickstart Your Project with On-Demand Developers\"'),(91198,9912,'original_message','Dylan Holguin <dylan.holguin@msn.com>\nFree Trial: 40 Hours On Us!. Kickstart Your Project with On-Demand Developers\n\nHire expert coders within just 1 hour for a wide range of technologies including React, React JS, Flutter, Python, Angular, Laravel, Node.js, PHP, MEAN stack, Full stack, Android, Java, .NET, AI, ML and many more.\r\n\r\nConduct your own technical assessment interviews and tests before bringing on board quality resources from our bench pool. Developers working remotely in YOUR time-zone.\r\n\r\nWith 40% More Affordable & 0% Coder Backing out. Begin your 40 hours Safe Trial Immediately.\r\n\r\nhttps://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great messages: https://form.jotform.com/241333524965458\r\nLodewijkstraat 47, Corning, NY, USA, 3417 Ve\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91201,9913,'success','1'),(91202,9913,'from_header','Edward Flynn <admin@flowerhousefilms.com>'),(91203,9913,'to_header','admin@flowerhousefilms.com'),(91204,9913,'reply_to_header','edwardjhflynn@gmail.com'),(91205,9913,'transport_uri','smtp:none:none://localhost:25'),(91206,9913,'original_to','admin@flowerhousefilms.com'),(91207,9913,'original_subject','Flowerhouse Films \"Redefine Your Online Narrative with Our Web Design Mastery\"'),(91208,9913,'original_message','Edward Flynn <edwardjhflynn@gmail.com>\nRedefine Your Online Narrative with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your online narrative? Our Web Design mastery offers creative solutions to help your brand tell its story. Let\'s collaborate to create a website that resonates with your audience and leaves a lasting impression.\r\n\r\nBest regards,\r\n\n\nEdward Flynn\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91209,9913,'original_headers','From: Edward Flynn <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: edwardjhflynn@gmail.com\n'),(91210,9913,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 13 May 2024 13:20:31 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edward Flynn <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: edwardjhflynn@gmail.com\r\nSubject: Flowerhouse Films \"Redefine Your Online Narrative with Our Web Design Mastery\"\r\nDate: Mon, 13 May 2024 20:20:31 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdward Flynn <edwardjhflynn@gmail.com>=0ARedefine Your Online Narrative=\r\n with Our Web Design Mastery=0A=0AHello,=0D=0A=0D=0AReady to redefine yo=\r\nur online narrative? Our Web Design mastery offers creative solutions to=\r\n help your brand tell its story. Let\'s collaborate to create a website t=\r\nhat resonates with your audience and leaves a lasting impression.=0D=0A=\r\n=0D=0ABest regards,=0D=0A=0A=0AEdward Flynn=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1s6c9v-006RLg-1R\r\n'),(90427,9835,'original_subject','Flowerhouse Films \"Don\'t Let Funding Challenges Impede Your Business Growth\"'),(90428,9835,'original_message','Lilda <marketing@charterunionfin.com>\nDon\'t Let Funding Challenges Impede Your Business Growth\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses, and financial needs is completely possible.\r\nYou can now fund your projects, businesses without worries of repayment as you can have plenty of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\nAre you also a broker/consultant? Make life easy for various of your clients around the world to help provide funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\nChu Yeung\r\nCustomer Care Department\r\nmarketing@charterunionfin.com\r\nhttps://charterunionfin.com/?refid=2118\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia Capo Le Case 87, Niagara Falls, NY, USA, 39049\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89311,9724,'success','1'),(89321,9725,'success','1'),(89322,9725,'from_header','Phil Stewart <admin@flowerhousefilms.com>'),(89323,9725,'to_header','admin@flowerhousefilms.com'),(89324,9725,'reply_to_header','noreplyhere@aol.com'),(89325,9725,'transport_uri','smtp:none:none://localhost:25'),(89326,9725,'original_to','admin@flowerhousefilms.com'),(89327,9725,'original_subject','Flowerhouse Films \"??\"'),(89328,9725,'original_message','Phil Stewart <noreplyhere@aol.com>\n??\n\nHey, looking to boost your ad game? Picture your message hitting website contact forms worldwide, grabbing attention from potential customers everywhere! Starting at just under a hundred bucks my budget-friendly packages are designed to make an impact. Drop me an email now to discuss how you can get more leads and sales now!\r\n\r\nPhil Stewart\r\nEmail: nc5stm@mail-to-form.xyz\r\nSkype: form-blasting\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(2381,675,'_wp_attached_file','2018/02/estreno-para-newsinocenteconfusion.com_.png'),(2382,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2018/02/estreno-para-newsinocenteconfusion.com_.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:51:\"estreno-para-newsinocenteconfusion.com_-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2383,676,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2384,678,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:283:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}s:10:\"cell_index\";i:0;}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2386,682,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2385,680,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89679,9760,'original_headers','From: Ravi Huntley <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cornell.huntley@gmail.com\n'),(89680,9760,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 01:29:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Huntley <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cornell.huntley@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Tue, 09 Apr 2024 08:29:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Huntley <cornell.huntley@gmail.com>=0AWhy You are not in Googles se=\r\narch first Page?=0A=0AHi,=0D=0AMy name is Ravi, owner of Webomaze Austra=\r\nlia. You have finally found an SEO Company that GETS RESULTS. The proof=\r\n is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=0A I re=\r\ncently grew my client=E2=80=99s organic search traffic  with high google=\r\n search ranking  by 166% in 4 months. We=E2=80=99re an SEO Company with=\r\n a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we do everyt=\r\nhing to make it a great experience of working with us. We are in touch w=\r\nith you at every stage of the project. Even after we deliver the project=\r\n, I will support you with any query you have. =0D=0A=0D=0A=0D=0AContact=\r\n me today and get a FREE SEO AUDIT for your website=0D=0A=0D=0AClick her=\r\ne to start =3D=3D=3D=3D> http://tinyurl.com/yycmkjf6=0A=0A--=0AThis e-ma=\r\nil was sent from a contact form on Inocente Confusi=C3=B3n (https://www.=\r\nflowerhousefilms.com)\r\n.\r\n250 OK id=1ru6r4-004Zq6-18\r\n'),(90121,9805,'success','1'),(90122,9805,'from_header','Annette Portillo <admin@flowerhousefilms.com>'),(90123,9805,'to_header','admin@flowerhousefilms.com'),(90081,9801,'success','1'),(90082,9801,'from_header','Camila <admin@flowerhousefilms.com>'),(90083,9801,'to_header','admin@flowerhousefilms.com'),(90084,9801,'reply_to_header','manager.camila@brandboosteragency.com'),(90085,9801,'transport_uri','smtp:none:none://localhost:25'),(90086,9801,'original_to','admin@flowerhousefilms.com'),(90087,9801,'original_subject','Flowerhouse Films \"Colaboración\"'),(90088,9801,'original_message','Camila <manager.camila@brandboosteragency.com>\nColaboración\n\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negocio como una excelente oportunidad para ser destacado en noticias.\r\n\r\n\r\n\r\n\r\n\r\nAl ser presentado en más de 60 periódicos digitales de alta autoridad, podemos mejorar la reputación y el posicionamiento de tu empresa.\r\n\r\n\r\n\r\n\r\n\r\nAdemás, cuando tus clientes busquen información sobre ti, verán tu relevancia y preferirán elegirte por encima de la competencia.\r\n\r\n\r\n\r\n\r\n\r\n¿Podrías proporcionarme un número de teléfono para ofrecerte dos meses gratuitos?\r\n\r\n\r\n\r\n\r\n\r\nGracias.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(75038,8294,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-829410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-829410001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:38:\"https://vimeo.com/846575120?share=copy\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-829410002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/846579124\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-829410003\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-829410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-829410005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90131,9806,'success','1'),(90132,9806,'from_header','Google Business Profile Training <admin@flowerhousefilms.com>'),(90133,9806,'to_header','admin@flowerhousefilms.com'),(90134,9806,'reply_to_header','gbprofiletraining@stormmail.com'),(90135,9806,'transport_uri','smtp:none:none://localhost:25'),(90136,9806,'original_to','admin@flowerhousefilms.com'),(90137,9806,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"'),(90138,9806,'original_message','Google Business Profile Training <gbprofiletraining@stormmail.com>\nTo the flowerhousefilms.com Webmaster!\n\nYour Free Google Business Profile (formerly Google My Business) for this website is now available. If you did not get yours, or you have not updated your Google My Business Profile recently, please do so ASAP.\r\nMore information on getting and creating an effective Google Business Profile can be found on our website.\r\n\r\nThank you\r\nThe Google Business Profile Training Team\r\nhttps://gbprofiletraining.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90139,9806,'original_headers','From: Google Business Profile Training <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: gbprofiletraining@stormmail.com\n'),(90140,9806,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 04:02:19 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Google Business Profile Training <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: gbprofiletraining@stormmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"\r\nDate: Fri, 19 Apr 2024 11:02:19 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nGoogle Business Profile Training <gbprofiletraining@stormmail.com>=0ATo=\r\n the flowerhousefilms.com Webmaster!=0A=0AYour Free Google Business Prof=\r\nile (formerly Google My Business) for this website is now available. If=\r\n you did not get yours, or you have not updated your Google My Business=\r\n Profile recently, please do so ASAP.=0D=0AMore information on getting a=\r\nnd creating an effective Google Business Profile can be found on our web=\r\nsite.=0D=0A=0D=0AThank you=0D=0AThe Google Business Profile Training Tea=\r\nm=0D=0Ahttps://gbprofiletraining.com=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1rxm0a-007Unc-01\r\n'),(90223,9815,'to_header','admin@flowerhousefilms.com'),(90224,9815,'reply_to_header','kortig.adam@gmail.com'),(90225,9815,'transport_uri','smtp:none:none://localhost:25'),(90226,9815,'original_to','admin@flowerhousefilms.com'),(90227,9815,'original_subject','Flowerhouse Films \"Where is your Social Media Videos are ?!\"'),(90228,9815,'original_message','Trevor Kortig <kortig.adam@gmail.com>\nWhere is your Social Media Videos are ?!\n\nHi,\r\nI\'m Trevor, with over 7 years in video production, marketing, and social media. I\'ve not only crafted compelling narratives but also elevated multiple YouTube channels across various brands. \r\n\r\nI can Help with :\r\n-Grow your all your Social Media Content\r\n-Social Media Ads (TikTok, Instagram Stories, Snapchat)\r\n-Website and App Introductions\r\n-Product Launches\r\n\r\n\r\nJoin our Happy customers Now  , Lets Chat to help you out \r\n\r\n\r\nClick here to contact  =====>  https://tinyurl.com/5xdh2k6y\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90229,9815,'original_headers','From: Trevor Kortig <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kortig.adam@gmail.com\n'),(90230,9815,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 20 Apr 2024 21:26:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Trevor Kortig <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kortig.adam@gmail.com\r\nSubject: Flowerhouse Films \"Where is your Social Media Videos are ?!\"\r\nDate: Sun, 21 Apr 2024 04:26:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTrevor Kortig <kortig.adam@gmail.com>=0AWhere is your Social Media Video=\r\ns are ?!=0A=0AHi,=0D=0AI\'m Trevor, with over 7 years in video production=\r\n, marketing, and social media. I\'ve not only crafted compelling narrativ=\r\nes but also elevated multiple YouTube channels across various brands.=\r\n =0D=0A=0D=0AI can Help with :=0D=0A-Grow your all your Social Media Con=\r\ntent=0D=0A-Social Media Ads (TikTok, Instagram Stories, Snapchat)=0D=0A-=\r\nWebsite and App Introductions=0D=0A-Product Launches=0D=0A=0D=0A=0D=0AJo=\r\nin our Happy customers Now  , Lets Chat to help you out =0D=0A=0D=0A=0D=\r\n=0AClick here to contact  =3D=3D=3D=3D=3D>  https://tinyurl.com/5xdh2k6y=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryOmD-00BTTx-0V\r\n'),(90179,9810,'original_headers','From: Tommy Tanner <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: connect@5cvas.com\n'),(90180,9810,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 22:08:59 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Tommy Tanner <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: connect@5cvas.com\r\nSubject: Flowerhouse Films \"Reclaim Your Time with 5C Virtual Assistance!\"\r\nDate: Sat, 20 Apr 2024 05:08:59 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTommy Tanner <connect@5cvas.com>=0AReclaim Your Time with 5C Virtual Ass=\r\nistance!=0A=0AGreetings team=0D=0A=0D=0AIn the fast-paced landscape of m=\r\nodern business, staying ahead often means delegating tasks efficiently.=\r\n That\'s where 5C Virtual Support steps in =E2=80=93 your partner for exc=\r\neptional, skilled, and seasoned virtual support across any industry. At=\r\n an unrivaled rate of just USD9 per hour, our virtual assistants will tr=\r\nansform your operational workflow, allowing you to focus on core busines=\r\ns strategies while we handle the rest.=0D=0A=0D=0AFrom taking care of yo=\r\nur emails, customer support, call answering, and scheduling, to managing=\r\n complex data management tasks, our team is prepared to support your bus=\r\niness needs with precision and professionalism. Envision the growth pote=\r\nntial when your time is spent on what truly matters, powered by the supp=\r\nort of a dedicated virtual assistant who gets your business inside out.=\r\n=0D=0A=0D=0ALet 5C Virtual Support be the key to revealing your business=\r\n\'s full potential. Reach out to us today to find out how our tailored so=\r\nlutions can enhance your productivity and efficiency.=0D=0A=0D=0AThank y=\r\nou=0D=0A=0D=0ATommy Tanner=0D=0A5C Virtual Assistance=0D=0Asales@5cvas.c=\r\nom=0D=0A904-685-6366=0D=0Awww.5cvas.com/?refid=3D222=0A=0A--=0AThis e-ma=\r\nil was sent from a contact form on Inocente Confusi=C3=B3n (https://www.=\r\nflowerhousefilms.com)\r\n.\r\n250 OK id=1ry2yB-00FVOg-2k\r\n'),(91260,9918,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 15 May 2024 14:36:06 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: AndrewHor <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: readytostartcr@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20?=\r\n =?UTF-8?Q?\"=D0=9A=D1=80=D0=B8=D0=BF=D1=82=D0=BE=20?=\r\n =?UTF-8?Q?=D1=81=D0=B1=D0=BE=D1=80=D1=89=D0=B8=D0=BA=20=D0=9A=D0=B0=D0=BD=D0=B0=D0=BB=D1=8C=D1=87=D0=B8=D0=BA!\"?=\r\nDate: Wed, 15 May 2024 21:36:06 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAndrewHor <readytostartcr@gmail.com>=0A=D0=9A=D1=80=D0=B8=D0=BF=D1=82=D0=\r\n=BE =D1=81=D0=B1=D0=BE=D1=80=D1=89=D0=B8=D0=BA =D0=9A=D0=B0=D0=BD=D0=B0=\r\n=D0=BB=D1=8C=D1=87=D0=B8=D0=BA!=0A=0A=D0=A1=D0=B0=D0=BC=D1=8B=D0=B5 =D0=\r\n=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8=D0=B5 =D0=BD=D0=BE=D0=B2=\r\n=D0=BE=D1=81=D1=82=D0=B8 =D0=BF=D0=BE =D1=81=D0=B4=D0=B5=D0=BB=D0=BA=D0=\r\n=B0=D0=BC =D1=81 =D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=BE=D0=B1=D0=B8=D1=80=\r\n=D0=B6. =D0=9A =D0=B2=D0=B0=D1=88=D0=B8=D0=BC =D1=83=D1=81=D0=BB=D1=83=\r\n=D0=B3=D0=B0=D0=BC=D0=B8 =D0=B2=D1=81=D1=8F =D0=BE=D0=BF=D0=B5=D1=80=D0=\r\n=B0=D1=82=D0=B8=D0=B2=D0=BD=D0=B0=D1=8F =D0=B8=D0=BD=D1=84=D0=B0 =D0=B4=\r\n=D0=BB=D1=8F =D1=83=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D0=BE=D0=B3=D0=BE =D1=\r\n=82=D1=80=D0=B5=D0=B9=D0=B4=D0=B8=D0=BD=D0=B3=D0=B0. =D0=9E=D0=B1=D1=83=\r\n=D1=87=D0=B0=D0=B5=D0=BC =D0=BD=D0=BE=D0=B2=D0=B8=D1=87=D0=BA=D0=BE=D0=\r\n=B2 =D0=BA =D1=81=D0=B0=D0=BC=D0=BE=D1=81=D1=82=D0=BE=D1=8F=D1=82=D0=B5=\r\n=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC=D1=83 =D1=81=D1=82=D0=B0=D1=80=D1=82=D1=\r\n=83. =0D=0A<a href=3Dhttps://bit.ly/3xMLoxu><b><u>=D0=91=D1=83=D0=B4=D1=\r\n=8C=D1=82=D0=B5 =D1=81 =D0=BD=D0=B0=D0=BC=D0=B8 =D0=B8 =D0=B1=D1=83=D0=\r\n=B4=D1=8C=D1=82=D0=B5 =D0=B2=D1=81=D0=B5=D0=B3=D0=B4=D0=B0 =D0=B2 =D1=82=\r\n=D1=80=D0=B5=D0=BD=D0=B4=D0=B5!</a></b></u>=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1s7MIA-001Nw3-2f\r\n'),(91281,9921,'success','1'),(91282,9921,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(91283,9921,'to_header','admin@flowerhousefilms.com'),(91284,9921,'reply_to_header','lucido.leinteract@gmail.com'),(91285,9921,'transport_uri','smtp:none:none://localhost:25'),(91286,9921,'original_to','admin@flowerhousefilms.com'),(91287,9921,'original_subject','Flowerhouse Films \"Hello  i wrote about     prices\"'),(91288,9921,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nHello  i wrote about     prices\n\nHi, მინდოდა ვიცოდე თქვენი ფასი.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91289,9921,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(91290,9921,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 16 May 2024 03:52:11 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Hello  i wrote about     prices\"\r\nDate: Thu, 16 May 2024 10:52:11 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AHello  i wrote about     pri=\r\nces=0A=0AHi, =E1=83=9B=E1=83=98=E1=83=9C=E1=83=93=E1=83=9D=E1=83=93=E1=\r\n=83=90 =E1=83=95=E1=83=98=E1=83=AA=E1=83=9D=E1=83=93=E1=83=94 =E1=83=97=\r\n=E1=83=A5=E1=83=95=E1=83=94=E1=83=9C=E1=83=98 =E1=83=A4=E1=83=90=E1=83=\r\n=A1=E1=83=98.=0A=0A--=0AThis e-mail was sent from a contact form on Inoc=\r\nente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s7YiZ-001Cbw-1L\r\n'),(91436,9936,'original_to','admin@flowerhousefilms.com'),(91437,9936,'original_subject','Flowerhouse Films \"Elevate Your Brand\'s Online Presence with Our Web Design Solutions!\"'),(89251,9718,'success','1'),(89252,9718,'from_header','Ravi Whitney <admin@flowerhousefilms.com>'),(89253,9718,'to_header','admin@flowerhousefilms.com'),(89254,9718,'reply_to_header','willard.whitney66@googlemail.com'),(89255,9718,'transport_uri','smtp:none:none://localhost:25'),(89256,9718,'original_to','admin@flowerhousefilms.com'),(89257,9718,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(89258,9718,'original_message','Ravi Whitney <willard.whitney66@googlemail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89259,9718,'original_headers','From: Ravi Whitney <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: willard.whitney66@googlemail.com\n'),(89260,9718,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 19:26:52 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Whitney <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: willard.whitney66@googlemail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Thu, 28 Mar 2024 02:26:52 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Whitney <willard.whitney66@googlemail.com>=0AWhy You are not in Goo=\r\ngles search first Page?=0A=0AHi,=0D=0AMy name is Ravi, owner of Webomaze=\r\n Australia. You have finally found an SEO Company that GETS RESULTS. The=\r\n proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=\r\n=0A I recently grew my client=E2=80=99s organic search traffic  with hig=\r\nh google search ranking  by 166% in 4 months. We=E2=80=99re an SEO Compa=\r\nny with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we do=\r\n everything to make it a great experience of working with us. We are in=\r\n touch with you at every stage of the project. Even after we deliver the=\r\n project, I will support you with any query you have. =0D=0A=0D=0A=0D=0A=\r\nContact me today and get a FREE SEO AUDIT for your website=0D=0A=0D=0ACl=\r\nick here to start =3D=3D=3D=3D> http://tinyurl.com/yycmkjf6=0A=0A--=0ATh=\r\nis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https=\r\n://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpfTg-00BYXj-0r\r\n'),(89346,9727,'original_to','admin@flowerhousefilms.com'),(89347,9727,'original_subject','Flowerhouse Films \"exclusive pre-approval for you guys\"'),(89348,9727,'original_message','Florence Niland <florence.niland@hotmail.com>\nexclusive pre-approval for you guys\n\nHey, just sending you guys over this so you know your business has already been pre~qualified for our new business funding program. \r\n\r\nI’ve provided a link below if your interested to see how much you can get approved for and we’ll have one of our loan specialist reach out to you with a free specific quote for your business \r\n\r\nCheck it out here  https://silverflowfinance.net/\r\n\r\nThis programs have a verity of financial options like a term loan, SBA, line of credit, revenue based loan and much more, again you guys are pre~qualified but this is early access and only a limited time specially for your business. Hence the reason why I’m sending this through your website\r\n\r\nHope this helps you guys \r\n\r\nHave a nice day!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89349,9727,'original_headers','From: Florence Niland <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: florence.niland@hotmail.com\n'),(89350,9727,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 07:48:50 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Florence Niland <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: florence.niland@hotmail.com\r\nSubject: Flowerhouse Films \"exclusive pre-approval for you guys\"\r\nDate: Sat, 30 Mar 2024 14:48:50 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nFlorence Niland <florence.niland@hotmail.com>=0Aexclusive pre-approval f=\r\nor you guys=0A=0AHey, just sending you guys over this so you know your b=\r\nusiness has already been pre~qualified for our new business funding prog=\r\nram. =0D=0A=0D=0AI=E2=80=99ve provided a link below if your interested t=\r\no see how much you can get approved for and we=E2=80=99ll have one of ou=\r\nr loan specialist reach out to you with a free specific quote for your b=\r\nusiness =0D=0A=0D=0ACheck it out here  https://silverflowfinance.net/=0D=\r\n=0A=0D=0AThis programs have a verity of financial options like a term lo=\r\nan, SBA, line of credit, revenue based loan and much more, again you guy=\r\ns are pre~qualified but this is early access and only a limited time spe=\r\ncially for your business. Hence the reason why I=E2=80=99m sending this=\r\n through your website=0D=0A=0D=0AHope this helps you guys =0D=0A=0D=0AHa=\r\nve a nice day!=0A=0A--=0AThis e-mail was sent from a contact form on Ino=\r\ncente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rqa0o-00A3W1-0u\r\n'),(90431,9836,'success','1'),(90432,9836,'from_header','Q Bzrnsnuqe <admin@flowerhousefilms.com>'),(90433,9836,'to_header','admin@flowerhousefilms.com'),(90434,9836,'reply_to_header','businessdevelopment@charterunionfin.com'),(90435,9836,'transport_uri','smtp:none:none://localhost:25'),(90436,9836,'original_to','admin@flowerhousefilms.com'),(90437,9836,'original_subject','Flowerhouse Films \"Achieve Your Business Goals with Tailored Funding Options\"'),(90438,9836,'original_message','Q Bzrnsnuqe <businessdevelopment@charterunionfin.com>\nAchieve Your Business Goals with Tailored Funding Options\n\nDon\'t let lack of funding and finance force you out of business or shut down. Your projects, businesses, and financial needs are entirely achievable.\r\nYou can now fund your projects, businesses without worries of repayment as you can have plenty of time to execute your projects and businesses and grow financially, and build up, to achieve your complete set goals.\r\nAre you also a broker/consultant? Make life easy for your diverse clientele globally to facilitate funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\nChu Yeung\r\nCustomer Care Department\r\nmarketing@charterunionfin.com\r\nhttps://charterunionfin.com/?refid=2029\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia San Pietro Ad Aram 18, Jamestown, New York, USA, 20060\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89609,9753,'original_headers','From: Gwendolyn <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: ibbott.gwendolyn88@msn.com\n'),(89610,9753,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 06 Apr 2024 12:56:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Gwendolyn <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: ibbott.gwendolyn88@msn.com\r\nSubject: Flowerhouse Films \"Backlinks still relevant\"\r\nDate: Sat, 06 Apr 2024 19:56:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nGwendolyn <ibbott.gwendolyn88@msn.com>=0ABacklinks still relevant=0A=0AH=\r\nello,=0D=0A=0D=0AAre you seeing a decline in traffic after the latest Go=\r\nogle updates? Are your AI-generated posts getting dropped from index fas=\r\nter than you can create them?=0D=0A=0D=0ADon\'t worry, because I\'ve got s=\r\nome good news for you: backlinks still work. And I\'ve got the proof to b=\r\nack it up. Check out this informative experiment by Ahrefs: https://www.=\r\nyoutube.com/watch?v=3DdHW-izBq2-I=0D=0A=0D=0ABut that\'s not all. I\'m her=\r\ne to offer you a solution that will get you dominating search engine ran=\r\nkings for multiple keywords and boost your site\'s trust on Google\'s data=\r\n..=0D=0A=0D=0AInterested?=0D=0A=0D=0AThen take a look at my Fiverr Pro gi=\r\ng:=0D=0A=0D=0Ahttps://go.fiverr.com/visit/?bta=3D570412&brand=3Dfp&landi=\r\nngPage=3Dhttps2F%2Fwww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink=\r\n-pyramid=0D=0A=0D=0ADon\'t let those Google updates hold you back. Let\'s=\r\n work together to get your site back on top!=0D=0A=0D=0ABest regards,=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtC91-00BBxv-1q\r\n'),(89418,9734,'original_message','Sam <creativeteamhire@outlook.com>\nGraphic Designing\n\nHello there, Are you looking for a Creative Graphic Designer? I am Sam and I have managed over 700 clients to date globally.  I can help you with any kind of Brochure design like a Company profile, eBook, PDF Lead magnet, Tri-fold / Bi-Fold brochure, Flyer, Poster, White paper, Any kind of Infographic design, PowerPoint and Google slide, Company brand guideline, logo, business card, letterhead, etc. Book cover design, Social media post design, Packaging and label design, Website design etc. \r\n\r\nShare your requirements on Creativeteamhire@outlook.com and I will provide you pricing after that.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89401,9733,'success','1'),(89402,9733,'from_header','Priscilla Schwartz <admin@flowerhousefilms.com>'),(89403,9733,'to_header','admin@flowerhousefilms.com'),(89404,9733,'reply_to_header','real4youmarketing@gmail.com'),(89405,9733,'transport_uri','smtp:none:none://localhost:25'),(89406,9733,'original_to','admin@flowerhousefilms.com'),(89407,9733,'original_subject','Flowerhouse Films \"Illuminate Your Online Journey with Our Web Design Solutions\"'),(89408,9733,'original_message','Priscilla Schwartz <real4youmarketing@gmail.com>\nIlluminate Your Online Journey with Our Web Design Solutions\n\nHello,\r\n\r\nAll set to brighten your virtual voyage? The digital presence of your brand is highlighted by our web design solutions. We design websites that engage and inspire, with an emphasis on originality and practicality. Together, we can uncover the online potential of your brand. Let\'s get started.\r\n\r\nBest regards,\n\nPriscilla Schwartz\r\n\r\np.s. If you\'d like to be excluded from any of my emails, please email me back to inform me and I will remove you from my list. Best Regards.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89409,9733,'original_headers','From: Priscilla Schwartz <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: real4youmarketing@gmail.com\n'),(19303,2675,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267510002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267510003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6eaf53f6-2897-4f94-b588-4a682d18e36f\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89281,9721,'success','1'),(89282,9721,'from_header','Jonathan Byrd <admin@flowerhousefilms.com>'),(89283,9721,'to_header','admin@flowerhousefilms.com'),(89284,9721,'reply_to_header','taskflowsolutions.us@gmail.com'),(89285,9721,'transport_uri','smtp:none:none://localhost:25'),(89286,9721,'original_to','admin@flowerhousefilms.com'),(89287,9721,'original_subject','Flowerhouse Films \"How I turned a dead email list into thousands of dollars In Revenue\"'),(89288,9721,'original_message','Jonathan Byrd <taskflowsolutions.us@gmail.com>\nHow I turned a dead email list into thousands of dollars In Revenue\n\nAre you struggling with trying to make money from your email list?\r\n\r\nI’ve been there too.\r\n\r\nI got help - I decided to learn from the best.\r\nIt worked for me, and it will work for you too.\r\n\r\nWatch the short video and learn exactly what to do to take your dead list and turn it into money in the bank.\r\n\r\nhttps://jdbyrd--tiapos.thrivecart.com/the-complete-daily-email-strategy/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89289,9721,'original_headers','From: Jonathan Byrd <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: taskflowsolutions.us@gmail.com\n'),(89290,9721,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 05:05:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jonathan Byrd <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: taskflowsolutions.us@gmail.com\r\nSubject: Flowerhouse Films \"How I turned a dead email list into thousands of dollars In Revenue\"\r\nDate: Thu, 28 Mar 2024 12:05:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJonathan Byrd <taskflowsolutions.us@gmail.com>=0AHow I turned a dead ema=\r\nil list into thousands of dollars In Revenue=0A=0AAre you struggling wit=\r\nh trying to make money from your email list?=0D=0A=0D=0AI=E2=80=99ve bee=\r\nn there too.=0D=0A=0D=0AI got help - I decided to learn from the best.=\r\n=0D=0AIt worked for me, and it will work for you too.=0D=0A=0D=0AWatch t=\r\nhe short video and learn exactly what to do to take your dead list and t=\r\nurn it into money in the bank.=0D=0A=0D=0Ahttps://jdbyrd--tiapos.thrivec=\r\nart.com/the-complete-daily-email-strategy/=0A=0A--=0AThis e-mail was sen=\r\nt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhous=\r\nefilms.com)\r\n.\r\n250 OK id=1rpoVN-0088dy-0d\r\n'),(90050,9797,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 14:09:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edwin Freeman <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: freemanedwin506@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions.\"\r\nDate: Tue, 16 Apr 2024 21:09:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdwin Freeman <freemanedwin506@gmail.com>=0AShape Your Brand\'s Digital D=\r\nestiny with Our Web Design Solutions.=0A=0AHello,=0D=0A=0D=0ALooking to=\r\n influence your brand\'s digital future? Our Web Design solutions provide=\r\n strategic assistance and creative brilliance to help your brand succeed=\r\n online. Let\'s work together to design a website that propels your brand=\r\n towards its digital objectives.=0D=0A=0D=0ABest regards,=0A=0AEdwin Fre=\r\neman=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Conf=\r\nusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwq3x-0045gA-0h\r\n'),(90041,9797,'success','1'),(90042,9797,'from_header','Edwin Freeman <admin@flowerhousefilms.com>'),(90043,9797,'to_header','admin@flowerhousefilms.com'),(90044,9797,'reply_to_header','freemanedwin506@gmail.com'),(19304,2676,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267610002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267610003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89410,9733,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 01 Apr 2024 02:12:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Priscilla Schwartz <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: real4youmarketing@gmail.com\r\nSubject: Flowerhouse Films \"Illuminate Your Online Journey with Our Web Design Solutions\"\r\nDate: Mon, 01 Apr 2024 09:12:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPriscilla Schwartz <real4youmarketing@gmail.com>=0AIlluminate Your Onlin=\r\ne Journey with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0AAll set t=\r\no brighten your virtual voyage? The digital presence of your brand is hi=\r\nghlighted by our web design solutions. We design websites that engage an=\r\nd inspire, with an emphasis on originality and practicality. Together, w=\r\ne can uncover the online potential of your brand. Let\'s get started.=0D=\r\n=0A=0D=0ABest regards,=0A=0APriscilla Schwartz=0D=0A=0D=0Ap.s. If you\'d=\r\n like to be excluded from any of my emails, please email me back to info=\r\nrm me and I will remove you from my list. Best Regards.=0A=0A--=0AThis e=\r\n-mail was sent from a contact form on Inocente Confusi=C3=B3n (https://w=\r\nww.flowerhousefilms.com)\r\n.\r\n250 OK id=1rrDi9-00FXYQ-1p\r\n'),(19296,2668,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0deefc42-c219-4545-95d4-736f69ff7d7d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19300,2672,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89119,9704,'original_headers','From: Oren <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: alexstrose15897@gmail.com\n'),(89120,9704,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 23 Mar 2024 00:45:41 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Oren <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: alexstrose15897@gmail.com\r\nSubject: Flowerhouse Films \"Cosmetics\"\r\nDate: Sat, 23 Mar 2024 07:45:41 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nOren <alexstrose15897@gmail.com>=0ACosmetics=0A=0ABeauty Be Me - Where Q=\r\nuality Meets Affordability. At Beauty Be Me, our mission is to provide h=\r\nigh-quality cosmetic supplies at affordable prices. We believe that beau=\r\nty should be accessible to everyone, and we=E2=80=99re here to make that=\r\n happen. With a wide range of products and competitive prices, we=E2=80=\r\n=99re the one-stop-shop for all your cosmetic needs.=0D=0A=0D=0AIf you a=\r\nre interested pleae respond to this message with a yes, or view our busi=\r\nness website here  https://beautybeme.10web.cloud/=0D=0A=0D=0AThanks,=\r\n =0D=0AOren=0D=0A=0D=0AAddress:=0D=0A444 Alaska Avenue=0D=0ASuite #BUK13=\r\n2=0D=0ATorrance, CA 90503=0D=0AUSA=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1rnw4T-00AKJY-1P\r\n'),(89121,9705,'success','1'),(89122,9705,'from_header','Sam Oddo <admin@flowerhousefilms.com>'),(89123,9705,'to_header','admin@flowerhousefilms.com'),(89124,9705,'reply_to_header','gregory.oddo32@outlook.com'),(89125,9705,'transport_uri','smtp:none:none://localhost:25'),(89126,9705,'original_to','admin@flowerhousefilms.com'),(89127,9705,'original_subject','Flowerhouse Films \"\"'),(89128,9705,'original_message','Sam Oddo <gregory.oddo32@outlook.com>\n\n\nHi, I\'m Sam. I got in your inbox from a precision-trained team of tech-savvy Labrador Retrievers. \r\nOK…I got in from your website contact form at flowerhousefilms.com.\r\n\r\nLet\'s cut to the chase, shall we?\r\n\r\nIf you’re even the slightest bit curious how this whole message is crafted by chatgpt, would you be open to a quick 7-minute chat that is shorter than a microwave minute?\r\n\r\nI promise to leave you with actionable ChatGPT prompt ideas you can straight-up copy paste to create hyper personalized emails. \r\nI might even tell you the lamest joke I know that is guaranteed to make you chuckle… or at least force an awkward smile!\r\n\r\nHere\'s the kicker: I\'ll roll up my sleeves and do a USD990 value, zero-cost audit on your site and the sites of your competitors. \r\nEverything from the winning and losing keywords to the ad spends, Facebook ads and Tiktok ads – the whole enchilada with action report you can use.\r\nI’ll show you how my AI companion and I dug up insider info to craft this very message (yep, this nugget of joy is written by GPT4 and submitted automatically to your website\'s contact form). \r\nI\'ll even set up a custom system like this for your business and send you targeted 100 leads to test-drive – at absolutely no cost to you. \r\n\r\nNo beastly contracts or blood oaths, promise.\r\n\r\nYou can also click here to watch a video on this special system I have and you can create an account for free to try it out.\r\nhttps://start.rapidleadspro.com\r\n\r\nYour delightfully colorful, possibly profanity-filled response is eagerly awaited. \r\n\r\nMake today ridiculously amazing,\r\n\r\nSam\r\nSEO Wizard / AI Enthusiast / Connoisseur of Bad Jokes\r\n\r\n\r\nP.S.: If you click \'unsubscribe\', you\'ll be shipped a lifetime supply of Spam mails…. Of course, I’m joking! If you ever need to hit the \'unsubscribe\' link, feel free to do so.\r\nP.P.S: The email is not real please do not reply to this email included.\r\n\r\n\r\nunsubscribe: https://nobsranking.link/index.php/website-optout-rapidleads/?domain=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89136,9706,'original_to','admin@flowerhousefilms.com'),(89137,9706,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(89138,9706,'original_message','Ravi Reyna <alice.reyna@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89139,9706,'original_headers','From: Ravi Reyna <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: alice.reyna@gmail.com\n'),(89140,9706,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 24 Mar 2024 00:30:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Reyna <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: alice.reyna@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Sun, 24 Mar 2024 07:30:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Reyna <alice.reyna@gmail.com>=0AWhy You are not in Googles search f=\r\nirst Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Webomaze Aus=\r\ntralia. You have finally found an SEO Company that GETS RESULTS. The pro=\r\nof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=0A=0D=\r\n=0A I recently grew my client=E2=80=99s organic search traffi with high=\r\n google search ranking  by 166% in 4 months. We=E2=80=99re an SEO Compan=\r\ny with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we do=\r\n everything to make it a great experience of working with us. We are in=\r\n touch with you at every stage of the project. Even after we deliver the=\r\n project, I will support you with any query you have. =0D=0A=0D=0A=0D=0A=\r\nContact me today and get a FREE SEO AUDIT for your website=0D=0A=0D=0ACl=\r\nick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=0A--=0ATh=\r\nis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https=\r\n://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1roIJQ-005pDU-2L\r\n'),(89631,9756,'success','1'),(89632,9756,'from_header','Mark Stevens <admin@flowerhousefilms.com>'),(89633,9756,'to_header','admin@flowerhousefilms.com'),(89634,9756,'reply_to_header','mark@clientsuite.pro'),(89635,9756,'transport_uri','smtp:none:none://localhost:25'),(89636,9756,'original_to','admin@flowerhousefilms.com'),(89637,9756,'original_subject','Flowerhouse Films \"Displaying Reviews on your website increase your conversion rate by 380%\"'),(89638,9756,'original_message','Mark Stevens <mark@clientsuite.pro>\nDisplaying Reviews on your website increase your conversion rate by 380%\n\nIntroducing Review Badges! A breakthrough strategy that will position your business as a Market Leader and get more conversions.\r\nReview Badges is a set it and forget it strategy that displays your verified 5 star reviews on every page of your website and updates them in real time.\r\n\r\nDid you know? \r\n - 94% of consumers report that they are more likely to use a business with positive reviews. \r\n - 92% of buyers are more likely to purchase after reading a trusted review. \r\n - Displaying reviews can increase your conversion rate by 380%\r\n\r\nReview Badges are your perfect low cost solution:\r\n - Seen by 100% of website visitors,\r\n - 100% Verified,\r\n - Mobile Friendly,\r\n - Perfectly scrolled timing,\r\n - Directory Authority Icons,\r\n - Click To Call actions,\r\n - And can have Retargeting Pixels Added.\r\n\r\nNeed more info? Check out - https://clientsuite.pro/review-badges\r\nBook a call to see how you can get Review Badges at no cost: https://links.clientsuite.pro/widget/bookings/review-badges\r\n\r\nTalk soon, \r\n\r\nMark Stevens\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWe\'re here to help businesses grow, but if you\'d rather Unsubscribe click here: https://links.clientsuite.pro/widget/form/GVuMxWcxWvYKMi0eHfPg\r\n\r\nClientSuite Corporation\r\nMailing Address: 178 Ashnola Road Keremeos, BC, Canada V0X1N1\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89639,9756,'original_headers','From: Mark Stevens <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mark@clientsuite.pro\n'),(89640,9756,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 07 Apr 2024 06:12:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Stevens <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mark@clientsuite.pro\r\nSubject: Flowerhouse Films \"Displaying Reviews on your website increase your conversion rate by 380%\"\r\nDate: Sun, 07 Apr 2024 13:12:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Stevens <mark@clientsuite.pro>=0ADisplaying Reviews on your website=\r\n increase your conversion rate by 380%=0A=0AIntroducing Review Badges! A=\r\n breakthrough strategy that will position your business as a Market Lead=\r\ner and get more conversions.=0D=0AReview Badges is a set it and forget i=\r\nt strategy that displays your verified 5 star reviews on every page of y=\r\nour website and updates them in real time.=0D=0A=0D=0ADid you know? =0D=\r\n=0A - 94% of consumers report that they are more likely to use a busines=\r\ns with positive reviews. =0D=0A - 92% of buyers are more likely to purch=\r\nase after reading a trusted review. =0D=0A - Displaying reviews can incr=\r\nease your conversion rate by 380%=0D=0A=0D=0AReview Badges are your perf=\r\nect low cost solution:=0D=0A - Seen by 100% of website visitors,=0D=0A -=\r\n 100% Verified,=0D=0A - Mobile Friendly,=0D=0A - Perfectly scrolled timi=\r\nng,=0D=0A - Directory Authority Icons,=0D=0A - Click To Call actions,=0D=\r\n=0A - And can have Retargeting Pixels Added.=0D=0A=0D=0ANeed more info?=\r\n Check out - https://clientsuite.pro/review-badges=0D=0ABook a call to s=\r\nee how you can get Review Badges at no cost: https://links.clientsuite.p=\r\nro/widget/bookings/review-badges=0D=0A=0D=0ATalk soon, =0D=0A=0D=0AMark=\r\n Stevens=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AWe\'r=\r\ne here to help businesses grow, but if you\'d rather Unsubscribe click he=\r\nre: https://links.clientsuite.pro/widget/form/GVuMxWcxWvYKMi0eHfPg=0D=0A=\r\n=0D=0AClientSuite Corporation=0D=0AMailing Address: 178 Ashnola Road Ker=\r\nemeos, BC, Canada V0X1N1=0A=0A--=0AThis e-mail was sent from a contact f=\r\norm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtSKJ-00Griw-2J\r\n'),(89641,9757,'success','1'),(89642,9757,'from_header','Isis Fullerton <admin@flowerhousefilms.com>'),(89643,9757,'to_header','admin@flowerhousefilms.com'),(89644,9757,'reply_to_header','nextgen.marketing.expert@gmail.com'),(89645,9757,'transport_uri','smtp:none:none://localhost:25'),(89395,9732,'transport_uri','smtp:none:none://localhost:25'),(89396,9732,'original_to','admin@flowerhousefilms.com'),(89397,9732,'original_subject','Flowerhouse Films \"5 stares Google Maps Reviews\"'),(89398,9732,'original_message','Danyl Covington <santos.covington17@outlook.com>\n5 stares Google Maps Reviews\n\nDear Sir /Madam\r\n\r\nAs I see that you do not have many positive reviews on Google Maps, which means that you will not be able to get new customers, But the good news today is that I can increase your google map ranking so you can have more exposure and get more customers this also\r\n\r\nGetting google maps reviews from your customers has always been a beneficial exercise for business, but today its importance is even greater. Let\'s attract new customers by making your business in the first Google search results, 72% of customers will take action only after reading a positive online review.\r\n\r\nIf you are Intrested please click this link to start: https://tinyurl.com/2x44w7y4\r\n\r\n\r\n\r\nRegards \r\nDanyl\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(19294,2666,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"5868fe25-09be-47b8-83cb-8af9cfe7c339\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89595,9752,'transport_uri','smtp:none:none://localhost:25'),(89596,9752,'original_to','admin@flowerhousefilms.com'),(89597,9752,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"'),(89598,9752,'original_message','Sharron Yancey <yancey.sharron56@gmail.com>\nDear flowerhousefilms.com Owner!\n\nHey, it\'s been a proper rollercoaster journey for me,\r\n\r\nbut finally I\'ve managed to build platform connecting ppl with mobile car valeters (think Uber Eats for car cleaning!). Came upon your site & thought you might like the idea.\r\n\r\nDw I\'m not about to sell you backlinks or a cheap website. lol\r\n\r\nIn 2 weeks I\'ve launched a full MVP - valeters can accept online bookings & payments (I take an 18% cut). Also I\'ve automated free listings for UK valeting companies, already indexed & ranking on Google.\r\n\r\nAs a fellow founder, I know you know the challenges with new companies. I\'m basically looking to raise £60k for 15% equity to fuel growth.\r\n\r\nIf keen, let\'s chat more on a call. No pressure tho. Worst case, we can swap founder war stories! Always appreciate advice.\r\n\r\nThanks for your time mate, I know it\'s precious!\r\n\r\nCheers,\r\nJack\r\njack@wearepython.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89599,9752,'original_headers','From: Sharron Yancey <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: yancey.sharron56@gmail.com\n'),(89600,9752,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 06 Apr 2024 12:25:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sharron Yancey <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: yancey.sharron56@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"\r\nDate: Sat, 06 Apr 2024 19:25:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSharron Yancey <yancey.sharron56@gmail.com>=0ADear flowerhousefilms.com=\r\n Owner!=0A=0AHey, it\'s been a proper rollercoaster journey for me,=0D=0A=\r\n=0D=0Abut finally I\'ve managed to build platform connecting ppl with mob=\r\nile car valeters (think Uber Eats for car cleaning!). Came upon your sit=\r\ne & thought you might like the idea.=0D=0A=0D=0ADw I\'m not about to sell=\r\n you backlinks or a cheap website. lol=0D=0A=0D=0AIn 2 weeks I\'ve launch=\r\ned a full MVP - valeters can accept online bookings & payments (I take a=\r\nn 18% cut). Also I\'ve automated free listings for UK valeting companies,=\r\n already indexed & ranking on Google.=0D=0A=0D=0AAs a fellow founder, I=\r\n know you know the challenges with new companies. I\'m basically looking=\r\n to raise =C2=A360k for 15% equity to fuel growth.=0D=0A=0D=0AIf keen, l=\r\net\'s chat more on a call. No pressure tho. Worst case, we can swap found=\r\ner war stories! Always appreciate advice.=0D=0A=0D=0AThanks for your tim=\r\ne mate, I know it\'s precious!=0D=0A=0D=0ACheers,=0D=0AJack=0D=0Ajack@wea=\r\nrepython.com=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtBfH-00AWO0-2J\r\n'),(10986,1811,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:266:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:278:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2967,743,'_wp_attached_file','2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf'),(2968,744,'_wp_attached_file','2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018-1.pdf'),(8007,1265,'success','1'),(8008,1265,'from_header','Lynn Terry <admin@inocenteconfusion.com>'),(8009,1265,'to_header','admin@inocenteconfusion.com'),(8010,1265,'reply_to_header','gatiwa@click2mail.net'),(8011,1265,'transport_uri','smtp:none:none://localhost:25'),(8012,1265,'original_to','admin@inocenteconfusion.com'),(8013,1265,'original_subject','Inocente Confusión \"❤ 25+ Tools, Trainings & Useful Resources for your Life & Business ❤\"'),(8014,1265,'original_message','Lynn Terry <gatiwa@click2mail.net>\n❤ 25+ Tools, Trainings & Useful Resources for your Life & Business ❤\n\n~~~>> http://bit.ly/Life-Biz-Bundle  -- Great Biz & Life Bundle - 25+ tools, training products and resources\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(8015,1265,'original_headers','From: Lynn Terry <admin@inocenteconfusion.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: gatiwa@click2mail.net\n'),(8016,1265,'session_transcript','smtp:none:none://localhost:25\n\n220-whub50.webhostinghub.com ESMTP Exim 4.92 #2 Sun, 20 Oct 2019 16:23:45 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub50.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@inocenteconfusion.com>\r\n250 OK\r\nRCPT TO:<admin@inocenteconfusion.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lynn Terry <admin@inocenteconfusion.com>\r\nSender: wordpress@inocenteconfusion.com\r\nTo: admin@inocenteconfusion.com\r\nReply-To: gatiwa@click2mail.net\r\nSubject: =?UTF-8?Q?Inocente=20Confusi=C3=B3n=20\"=E2=9D=A4=2025+=20Tools=2C=20?=\r\n =?UTF-8?Q?Trainings=20&=20Useful=20Resources=20for=20your=20Life=20?=\r\n =?UTF-8?Q?&=20Business=20=E2=9D=A4\"?=\r\nDate: Sun, 20 Oct 2019 23:23:45 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLynn Terry <gatiwa@click2mail.net>=0A=E2=9D=A4 25+ Tools, Trainings & Us=\r\neful Resources for your Life & Business =E2=9D=A4=0A=0A~~~>> http://bit.=\r\nly/Life-Biz-Bundle  -- Great Biz & Life Bundle - 25+ tools, training pro=\r\nducts and resources=0A=0A--=0AThis e-mail was sent from a contact form o=\r\nn Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1iMKY5-009hLA-L9\r\n'),(10898,1764,'_wp_page_template','full-width-page.php'),(10899,1764,'_edit_lock','1591885455:2'),(10900,1764,'wptr_hide_title','1'),(10901,1764,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580246620380\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:481:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/projects/\">Projects</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591885475934\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:549:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/about/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591885493378\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:659:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/contact/\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591885511599\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/english/about/\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23eceadb9b\";s:19:\"_sow_form_timestamp\";s:13:\"1591885528928\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(89431,9736,'success','1'),(89432,9736,'from_header','Boyce Bacon <admin@flowerhousefilms.com>'),(89433,9736,'to_header','admin@flowerhousefilms.com'),(89434,9736,'reply_to_header','bacon.boyce@gmail.com'),(89435,9736,'transport_uri','smtp:none:none://localhost:25'),(89436,9736,'original_to','admin@flowerhousefilms.com'),(89437,9736,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"'),(89438,9736,'original_message','Boyce Bacon <bacon.boyce@gmail.com>\nTo the flowerhousefilms.com Admin.\n\nDid you know that a mere 1% of users bother to browse past the first page of search results? Don\'t miss the chance to attract more traffic - get a complimentary website SEO audit today and boost your search engine ranking. Click here to fill out the form for Free SEO Website Audit: https://badgerdigitalmarketingsolutions.com/contact/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89439,9736,'original_headers','From: Boyce Bacon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: bacon.boyce@gmail.com\n'),(89440,9736,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 01 Apr 2024 21:30:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Boyce Bacon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: bacon.boyce@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Admin.\"\r\nDate: Tue, 02 Apr 2024 04:30:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBoyce Bacon <bacon.boyce@gmail.com>=0ATo the flowerhousefilms.com Admin.=\r\n=0A=0ADid you know that a mere 1% of users bother to browse past the fir=\r\nst page of search results? Don\'t miss the chance to attract more traffic=\r\n - get a complimentary website SEO audit today and boost your search eng=\r\nine ranking. Click here to fill out the form for Free SEO Website Audit:=\r\n https://badgerdigitalmarketingsolutions.com/contact/=0A=0A--=0AThis e-m=\r\nail was sent from a contact form on Inocente Confusi=C3=B3n (https://www=\r\n..flowerhousefilms.com)\r\n.\r\n250 OK id=1rrVnC-008XXk-2a\r\n'),(89331,9726,'success','1'),(89332,9726,'from_header','Jude Midgett <admin@flowerhousefilms.com>'),(89656,9758,'original_to','admin@flowerhousefilms.com'),(89657,9758,'original_subject','Flowerhouse Films \"Big Tech Is Hiding The Truth About AI…\"'),(89658,9758,'original_message','Rusty Hearon <hearon.rusty@gmail.com>\nBig Tech Is Hiding The Truth About AI…\n\nIf you look closely in the Bible, there are very specific warnings of the rise of AI\r\n\r\nRevelation 13 talks of the emergence of the Anti-Christ, a great deceiver that will rise in times of great chaos and confusion\r\n\r\nAnd, right now, AI’s influence is rapidly spreading around the world in disguise.\r\n\r\nSadly, most people are blissfully unaware.\r\n\r\nSee here why: https://tinyurl.com/thefinalisnear\r\n\r\nOr perhaps already corrupted by its “touch.”\r\n\r\nEven more alarmingly, AI is getting more and more powerful\r\n\r\nChat GPT 4, a version of Microsoft’s AI, was opened to the public in March 2023\r\n\r\nIt is reported to contain 10 times the knowledge base of Chat GPT 3…\r\n\r\nAnd have 100 Billion times more processing power.\r\n\r\nWhat comes next?\r\n\r\nAmerican Christians have made a short documentary to help you understand and prepare for the dangers of AI.\r\n\r\nIf you truly believe in God, and his biblical prophecies, I urge you to watch the video now.\r\n\r\nBecause Big Tech could take it down at any moment.\r\n\r\nClick here to watch it right now: https://tinyurl.com/thefinalisnear\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89351,9728,'success','1'),(89352,9728,'from_header','Megan Atkinson <admin@flowerhousefilms.com>'),(89353,9728,'to_header','admin@flowerhousefilms.com'),(89354,9728,'reply_to_header','meganatkinson149@gmail.com'),(89355,9728,'transport_uri','smtp:none:none://localhost:25'),(89356,9728,'original_to','admin@flowerhousefilms.com'),(89357,9728,'original_subject','Flowerhouse Films \"Instagram Promotion: 300-1000 new followers each month\"'),(89358,9728,'original_message','Megan Atkinson <meganatkinson149@gmail.com>\nInstagram Promotion: 300-1000 new followers each month\n\nHi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 300-1000+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan\r\n\r\nUnsubscribe here: https://removeme.click/unsubscribe.php?d=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89581,9751,'success','1'),(89582,9751,'from_header','inveplize <admin@flowerhousefilms.com>'),(89583,9751,'to_header','admin@flowerhousefilms.com'),(89584,9751,'reply_to_header','5sgzj8dm@hotmail.com'),(89585,9751,'transport_uri','smtp:none:none://localhost:25'),(89586,9751,'original_to','admin@flowerhousefilms.com'),(89587,9751,'original_subject','Flowerhouse Films \"I promised.\"'),(89588,9751,'original_message','inveplize <5sgzj8dm@hotmail.com>\nI promised.\n\nHi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/28986ulm\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89589,9751,'original_headers','From: inveplize <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: 5sgzj8dm@hotmail.com\n'),(89590,9751,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 06 Apr 2024 10:53:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: inveplize <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: 5sgzj8dm@hotmail.com\r\nSubject: Flowerhouse Films \"I promised.\"\r\nDate: Sat, 06 Apr 2024 17:53:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\ninveplize <5sgzj8dm@hotmail.com>=0AI promised.=0A=0AHi, this is Jenny. I=\r\n am sending you my intimate photos as I promised. https://tinyurl.com/28=\r\n986ulm=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtAEl-008Xqa-1P\r\n'),(89457,9738,'original_subject','Flowerhouse Films \"Re: One In A Lifetime Opportunity\"'),(89458,9738,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: One In A Lifetime Opportunity\n\nWatch this free training video if you\'re  interested in using A.i. to help make thousands of dollars every month...\r\n\r\nThis is a once in a lifetime opportunity... \r\n\r\nThe internet is going insane trying to get their hands on this exactr A.I. tool...\r\n\r\nClick Here To Watch Your 100% Free Training Video (No Credit Card Required)\r\n>> https://cutt.ly/uw3MqDbo <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89751,9768,'success','1'),(89752,9768,'from_header','Susanna Walker <admin@flowerhousefilms.com>'),(89753,9768,'to_header','admin@flowerhousefilms.com'),(89754,9768,'reply_to_header','joshua@airapidprofits.com'),(89755,9768,'transport_uri','smtp:none:none://localhost:25'),(89756,9768,'original_to','admin@flowerhousefilms.com'),(89757,9768,'original_subject','Flowerhouse Films \"I got Leads\"'),(89758,9768,'original_message','Susanna Walker <joshua@airapidprofits.com>\nI got Leads\n\nHello, I\'vegot some leads that are interested in your company, who/where can I send them?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89759,9768,'original_headers','From: Susanna Walker <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: joshua@airapidprofits.com\n'),(89760,9768,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 10 Apr 2024 00:38:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Susanna Walker <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: joshua@airapidprofits.com\r\nSubject: Flowerhouse Films \"I got Leads\"\r\nDate: Wed, 10 Apr 2024 07:38:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSusanna Walker <joshua@airapidprofits.com>=0AI got Leads=0A=0AHello, I\'v=\r\negot some leads that are interested in your company, who/where can I sen=\r\nd them?=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruSXG-0011Ok-2S\r\n'),(19295,2667,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266710001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266710002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0deefc42-c219-4545-95d4-736f69ff7d7d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266710003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8229,1290,'success','1'),(8230,1290,'from_header','!Leads & Traffic! <admin@inocenteconfusion.com>'),(8231,1290,'to_header','admin@inocenteconfusion.com'),(8232,1290,'reply_to_header','leads@mailhub24.com'),(8233,1290,'transport_uri','smtp:none:none://localhost:25'),(8234,1290,'original_to','admin@inocenteconfusion.com'),(8235,1290,'original_headers','From: !Leads & Traffic! <admin@inocenteconfusion.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: leads@mailhub24.com\n'),(8236,1290,'session_transcript','smtp:none:none://localhost:25\n\n220-whub50.webhostinghub.com ESMTP Exim 4.92 #2 Sun, 10 Nov 2019 09:48:13 -0800 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub50.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@inocenteconfusion.com>\r\n250 OK\r\nRCPT TO:<admin@inocenteconfusion.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: !Leads & Traffic! <admin@inocenteconfusion.com>\r\nSender: wordpress@inocenteconfusion.com\r\nTo: admin@inocenteconfusion.com\r\nReply-To: leads@mailhub24.com\r\nSubject: =?UTF-8?Q?Inocente=20Confusi=C3=B3n=20\"Unlimited=20Traffic=20and=20?=\r\n =?UTF-8?Q?Leads=20From=20Using=20Video=20Scratch=20?=\r\n =?UTF-8?Q?Gamification...BOOM=20=F0=9F=92=A5\"?=\r\nDate: Sun, 10 Nov 2019 17:48:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\n!Leads & Traffic! <leads@mailhub24.com>=0AUnlimited Traffic and Leads Fr=\r\nom Using Video Scratch Gamification...BOOM =F0=9F=92=A5=0A=0A=3D>> https=\r\n://cd8.info/vidscratch  -- Crazy Good List Building & Traffic Tool!=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1iTrJt-002x3a-QH\r\n'),(3221,772,'_wp_attached_file','2018/06/Ludico-update.png'),(3222,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/06/Ludico-update.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Ludico-update-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Ludico-update-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Ludico-update-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ludico-update-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:25:\"Ludico-update-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ludico-update-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:25:\"Ludico-update-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"Ludico-update-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3223,773,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:242:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"7aa4f789-45cf-4e99-9900-e91848522a38\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8e915873-8e03-4513-a38f-bcea27496386\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(3224,775,'_wp_attached_file','2018/06/Cartelera-Ludico-1.jpg'),(3225,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2018/06/Cartelera-Ludico-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Cartelera-Ludico-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Cartelera-Ludico-1-1280x480.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:31:\"Cartelera-Ludico-1-1280x480.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"Cartelera-Ludico-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3226,776,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfa9b048-476d-40dd-87fc-228037f89ce5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"7aa4f789-45cf-4e99-9900-e91848522a38\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"22b0f750-3f87-497d-ba52-c4fc72ccee2f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:17:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89616,9754,'original_to','admin@flowerhousefilms.com'),(89617,9754,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"');
INSERT INTO `wp_postmeta` VALUES (89618,9754,'original_message','Roxanne Moorhouse <samkern.us@gmail.com>\nDear flowerhousefilms.com Webmaster!\n\nHi there,\r\n\r\nI recently moved to this area and noticed I couldn’t find your business on Google Maps. This made me think: how many potential customers are you missing out on every day?\r\n\r\nDon’t let invisibility hold your business back. I’ve put a short 2 mins video to give you some insights on how your Google Maps ranking \r\ncan be easily be Boosted so that your business appear in front of locals who are actively searching for your services.\r\n\r\nClick here to discover how to make your business the top local choice: \r\nhttps://go.gopages.pro/google-map-visibility/\r\n\r\n\r\nSee you on the map!\r\n\r\nBest Regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89619,9754,'original_headers','From: Roxanne Moorhouse <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: samkern.us@gmail.com\n'),(89620,9754,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 06 Apr 2024 15:21:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Roxanne Moorhouse <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: samkern.us@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"\r\nDate: Sat, 06 Apr 2024 22:21:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRoxanne Moorhouse <samkern.us@gmail.com>=0ADear flowerhousefilms.com Web=\r\nmaster!=0A=0AHi there,=0D=0A=0D=0AI recently moved to this area and noti=\r\nced I couldn=E2=80=99t find your business on Google Maps. This made me t=\r\nhink: how many potential customers are you missing out on every day?=0D=\r\n=0A=0D=0ADon=E2=80=99t let invisibility hold your business back. I=E2=80=\r\n=99ve put a short 2 mins video to give you some insights on how your Goo=\r\ngle Maps ranking =0D=0Acan be easily be Boosted so that your business ap=\r\npear in front of locals who are actively searching for your services.=0D=\r\n=0A=0D=0AClick here to discover how to make your business the top local=\r\n choice: =0D=0Ahttps://go.gopages.pro/google-map-visibility/=0D=0A=0D=0A=\r\n=0D=0ASee you on the map!=0D=0A=0D=0ABest Regards,=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1rtEQ6-00EgYj-33\r\n'),(90389,9831,'original_headers','From: Sophia Wilson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: sophiawilson.ai@gmail.com\n'),(90390,9831,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 06:26:53 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sophia Wilson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: sophiawilson.ai@gmail.com\r\nSubject: Flowerhouse Films \"Quick question..\"\r\nDate: Tue, 23 Apr 2024 13:26:53 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSophia Wilson <sophiawilson.ai@gmail.com>=0AQuick question..=0A=0AHi, I=\r\n was wondering who made your website.=0D=0A=0D=0AI ask because after che=\r\ncking out your website flowerhousefilms.com I noticed a cool opportunity=\r\n=0D=0Ato increase the number of new leads your website receives without=\r\n adding the number of visits.=0D=0A=0D=0ADidn=E2=80=99t want to overload=\r\n you with a long email so I put together a short=0D=0Avideo to show you=\r\n exactly what I found that can double your contacts.=0D=0A=0D=0ARespond=\r\n \"yes\" if you want me to send it to you. Let me know :)=0D=0A=0D=0AThank=\r\ns,=0D=0A=0D=0ASophia Wilson=0A=0A--=0AThis e-mail was sent from a contac=\r\nt form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzGAf-001tRW-0c\r\n'),(90411,9834,'success','1'),(90412,9834,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(90413,9834,'to_header','admin@flowerhousefilms.com'),(90414,9834,'reply_to_header','myairanker@gmail.com'),(90415,9834,'transport_uri','smtp:none:none://localhost:25'),(90416,9834,'original_to','admin@flowerhousefilms.com'),(19284,2661,'_wp_page_template','full-width-page.php'),(19285,2661,'_edit_lock','1690157962:2'),(19286,2661,'wptr_hide_title','1'),(19287,2661,'_edit_last','2'),(19288,2661,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e166ec9f-229c-4180-a6ab-dee04a1ec39c\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89719,9764,'original_headers','From: James Cockle <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cockle.samara@msn.com\n'),(89720,9764,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 17:21:52 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: James Cockle <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cockle.samara@msn.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"\r\nDate: Wed, 10 Apr 2024 00:21:52 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJames Cockle <cockle.samara@msn.com>=0AHi flowerhousefilms.com Administr=\r\nator.=0A=0ASEO ensures your website stands out when people search for pr=\r\noducts or services. Google prioritizes relevance and reliability to deci=\r\nde which sites appear on the first pages, underscoring the need for effe=\r\nctive website presentation.=0D=0A=0D=0ASEO Benefits in Brief:=0D=0A1. Bo=\r\nosts Visibility and Traffic:=0D=0A2. Establishes Trust:=0D=0A3. Yields H=\r\nigh ROI:=0D=0A4. Enhances User Experience:=0D=0AGoogle announced priorit=\r\nizing pages based on user experience in their algorithm.=0D=0AIn essence=\r\n, SEO is your key to standing out, building trust, and ensuring a high r=\r\neturn on investment.=0D=0A=0D=0AContact us at https://digitalpromax.co/?=\r\nsrc=3Da14flowerhousefilms.com=0D=0A=0D=0AAlso Need expert hands on your=\r\n WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPr=\r\ness developers can boost your web endeavors.=0D=0A=0D=0AClick here for m=\r\nore details: https://outsource-bpo.com/website/?src=3Da14flowerhousefilm=\r\ns.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Con=\r\nfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruLiq-008Rar-2o\r\n'),(89741,9767,'success','1'),(89742,9767,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(89743,9767,'to_header','admin@flowerhousefilms.com'),(89744,9767,'reply_to_header','myairanker@gmail.com'),(89745,9767,'transport_uri','smtp:none:none://localhost:25'),(89746,9767,'original_to','admin@flowerhousefilms.com'),(89747,9767,'original_subject','Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"'),(89748,9767,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: Use A.I. To Make $200/hr +\n\n100% Beginner friendly training reveals how A.I. is making people over $200/hr\r\n\r\n>> https://200hourly.com <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89721,9765,'success','1'),(89739,9766,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(89730,9765,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 17:51:59 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: John Fennell <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: barbra.fennell56@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"\r\nDate: Wed, 10 Apr 2024 00:51:59 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohn Fennell <barbra.fennell56@gmail.com>=0ADear flowerhousefilms.com We=\r\nbmaster!=0A=0ASEO ensures your website stands out when people search for=\r\n products or services. Google prioritizes relevance and reliability to d=\r\necide which sites appear on the first pages, underscoring the need for e=\r\nffective website presentation.=0D=0A=0D=0ASEO Benefits in Brief:=0D=0A1.=\r\n Boosts Visibility and Traffic:=0D=0A2. Establishes Trust:=0D=0A3. Yield=\r\ns High ROI:=0D=0A4. Enhances User Experience:=0D=0AGoogle announced prio=\r\nritizing pages based on user experience in their algorithm.=0D=0AIn esse=\r\nnce, SEO is your key to standing out, building trust, and ensuring a hig=\r\nh return on investment.=0D=0A=0D=0AContact us at https://digitalpromax.c=\r\no/?src=3Da14flowerhousefilms.com=0D=0A=0D=0AAlso Need expert hands on yo=\r\nur WordPress projects? We\'ve got you covered. Let\'s discuss how our Word=\r\nPress developers can boost your web endeavors.=0D=0A=0D=0AClick here for=\r\n more details: https://outsource-bpo.com/website/?src=3Da14flowerhousefi=\r\nlms.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruMBz-0096nQ-0H\r\n'),(89729,9765,'original_headers','From: John Fennell <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: barbra.fennell56@gmail.com\n'),(89722,9765,'from_header','John Fennell <admin@flowerhousefilms.com>'),(89723,9765,'to_header','admin@flowerhousefilms.com'),(89724,9765,'reply_to_header','barbra.fennell56@gmail.com'),(89725,9765,'transport_uri','smtp:none:none://localhost:25'),(89726,9765,'original_to','admin@flowerhousefilms.com'),(89727,9765,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"'),(89728,9765,'original_message','John Fennell <barbra.fennell56@gmail.com>\nDear flowerhousefilms.com Webmaster!\n\nSEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://digitalpromax.co/?src=a14flowerhousefilms.com\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/?src=a14flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89681,9761,'success','1'),(89682,9761,'from_header','inveplize <admin@flowerhousefilms.com>'),(89683,9761,'to_header','admin@flowerhousefilms.com'),(89684,9761,'reply_to_header','h6y7bwhw@icloud.com'),(89685,9761,'transport_uri','smtp:none:none://localhost:25'),(89686,9761,'original_to','admin@flowerhousefilms.com'),(89687,9761,'original_subject','Flowerhouse Films \"I promised.\"'),(89688,9761,'original_message','inveplize <h6y7bwhw@icloud.com>\nI promised.\n\nHi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/29ulsyhu\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89689,9761,'original_headers','From: inveplize <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: h6y7bwhw@icloud.com\n'),(89690,9761,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 03:17:48 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: inveplize <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: h6y7bwhw@icloud.com\r\nSubject: Flowerhouse Films \"I promised.\"\r\nDate: Tue, 09 Apr 2024 10:17:48 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\ninveplize <h6y7bwhw@icloud.com>=0AI promised.=0A=0AHi, this is Irina. I=\r\n am sending you my intimate photos as I promised. https://tinyurl.com/29=\r\nulsyhu=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ru8Y0-0078Yg-1O\r\n'),(89550,9747,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 08:11:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Hi, i am writing about     price for reseller\"\r\nDate: Thu, 04 Apr 2024 15:11:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AHi, i am writing about     p=\r\nrice for reseller=0A=0ASveiki, es grib=C4=93ju zin=C4=81t savu cenu.=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rsOk5-006oLq-1g\r\n'),(89951,9788,'success','1'),(89952,9788,'from_header','Marsha Solis <admin@flowerhousefilms.com>'),(89953,9788,'to_header','admin@flowerhousefilms.com'),(89954,9788,'reply_to_header','solis.marsha@hotmail.com'),(89955,9788,'transport_uri','smtp:none:none://localhost:25'),(89956,9788,'original_to','admin@flowerhousefilms.com'),(89957,9788,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"'),(89958,9788,'original_message','Marsha Solis <solis.marsha@hotmail.com>\nHello flowerhousefilms.com Admin.\n\nDid you know that a mere 1% of users bother to browse past the first page of search results? Don\'t miss the chance to attract more traffic - get a complimentary website SEO audit today and boost your search engine ranking. Click here to fill out the form for Free SEO Website Audit: https://badgerdigitalmarketingsolutions.com/contact/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(19283,2661,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:422:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></h1><p style=\"text-align: center;\"><br><span class=\"home-sub\">A Little Jig</span><br> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(89988,9791,'original_message','Harley Stephenson <harley.stephenson@gmail.com>\nWe\'ll Create a Free Video of One of Your 5 Star Reviews\n\nDo you wish more prospective customers could see your great reviews?\r\n\r\nYou probably already know that people are greatly influenced by online reviews for businesses.\r\n\r\nFor an extremely limited time, we\'re offering you the chance to have us create a professional video\r\nhighlighting one of your great reviews at no cost - no strings attached.  It\'s valued at $499.\r\n\r\nIt\'s simple to request your free video:  just visit https://tinyurl.com/freereviewvideo and fill in\r\nthe form.\r\n\r\nThen you\'ll be on your way to a professionally produced video featuring one of your great reviews\r\nthat exists currently online that you can post to your social media, YouTube channel and website.\r\n\r\nVisit https://tinyurl.com/freereviewvideo now to request your video.  This offer may is limited and may \r\nbe removed once our capacity is filled.  So don\'t wait!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89931,9786,'success','1'),(89932,9786,'from_header','Byron Cole <admin@flowerhousefilms.com>'),(89933,9786,'to_header','admin@flowerhousefilms.com'),(89934,9786,'reply_to_header','cole.byron@gmail.com'),(89935,9786,'transport_uri','smtp:none:none://localhost:25'),(89936,9786,'original_to','admin@flowerhousefilms.com'),(89937,9786,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Admin!\"'),(89938,9786,'original_message','Byron Cole <cole.byron@gmail.com>\nHi flowerhousefilms.com Admin!\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89941,9787,'success','1'),(89942,9787,'from_header','Phil Stewart <admin@flowerhousefilms.com>'),(89943,9787,'to_header','admin@flowerhousefilms.com'),(89199,9712,'original_headers','From: James <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: james231watts@gmail.com\n'),(89200,9712,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 26 Mar 2024 20:26:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: James <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: james231watts@gmail.com\r\nSubject: Flowerhouse Films \"Are Your Employees Hard Working?\"\r\nDate: Wed, 27 Mar 2024 03:26:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJames <james231watts@gmail.com>=0AAre Your Employees Hard Working?=0A=0A=\r\nAre you concerned that your employees are not getting enough work done?=\r\n=0D=0A=0D=0ANow you can finally put your mind at rest with a new breakth=\r\nrough technology that might surprise you to find out =0D=0Awhat everybod=\r\ny is spending their time on.=0D=0A=0D=0AIt might also allow you to insta=\r\nntly save a lot of money in lost productivity.=0D=0A=0D=0Ahttps:www.clou=\r\ndwatchxl.com=0D=0A=0D=0AClick the link above and sign up for the free tr=\r\nial.  I guarantee you will learn a ton about what is really going on.=0D=\r\n=0A=0D=0ATo your success,=0D=0AJames=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A102 W 91st St=0D=0ANew York, NY =0D=0A10024, United St=\r\nates=0D=0A=0D=0ANOTE: We are not Spammers and are against spamming of an=\r\ny kind. We are only =0D=0Alooking to help businesses in these difficult=\r\n times. =0D=0A=0D=0AIf forwarding this email has made an offence to you=\r\n or to your business, then we apologize =0D=0Afor the same. =0D=0A=0D=0A=\r\nIn order to stop receiving such emails from us, simply reply with =E2=80=\r\n=9CNO=E2=80=9D in the subject line.=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1rpJwB-00Dtzm-1z\r\n'),(90481,9841,'success','1'),(90482,9841,'from_header','Kenneth White <admin@flowerhousefilms.com>'),(90501,9843,'success','1'),(90502,9843,'from_header','Brian And Dee Marion <admin@flowerhousefilms.com>'),(90503,9843,'to_header','admin@flowerhousefilms.com'),(90504,9843,'reply_to_header','blaine.marion@yahoo.com'),(90505,9843,'transport_uri','smtp:none:none://localhost:25'),(90506,9843,'original_to','admin@flowerhousefilms.com'),(90507,9843,'original_subject','Flowerhouse Films \"Do you Have Tiktok account?\"'),(90508,9843,'original_message','Brian And Dee Marion <blaine.marion@yahoo.com>\nDo you Have Tiktok account?\n\nThe TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== > https://tinyurl.com/pxj2ynka\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89713,9764,'to_header','admin@flowerhousefilms.com'),(89714,9764,'reply_to_header','cockle.samara@msn.com'),(89715,9764,'transport_uri','smtp:none:none://localhost:25'),(89716,9764,'original_to','admin@flowerhousefilms.com'),(89717,9764,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"'),(89718,9764,'original_message','James Cockle <cockle.samara@msn.com>\nHi flowerhousefilms.com Administrator.\n\nSEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://digitalpromax.co/?src=a14flowerhousefilms.com\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/?src=a14flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89661,9759,'success','1'),(89662,9759,'from_header','Johnie Klass <admin@flowerhousefilms.com>'),(89663,9759,'to_header','admin@flowerhousefilms.com'),(89664,9759,'reply_to_header','johnie.klass@yahoo.com'),(89665,9759,'transport_uri','smtp:none:none://localhost:25'),(89666,9759,'original_to','admin@flowerhousefilms.com'),(89667,9759,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"'),(89668,9759,'original_message','Johnie Klass <johnie.klass@yahoo.com>\nTo the flowerhousefilms.com Admin.\n\nHey there! Looking to save on energy costs?\r\n Look no further! At Nexus Energy Group Ltd., we’ve got your back. With over two decades of experience, we’ll help you navigate the energy markets, find the best rates, and keep your wallet happy. Let’s power up together! Reply for details: Nexusenergygroupltd@gmail.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89711,9764,'success','1'),(89712,9764,'from_header','James Cockle <admin@flowerhousefilms.com>'),(90483,9841,'to_header','admin@flowerhousefilms.com'),(90484,9841,'reply_to_header','kenneth@adamhustle.com'),(90485,9841,'transport_uri','smtp:none:none://localhost:25'),(90486,9841,'original_to','admin@flowerhousefilms.com'),(90487,9841,'original_subject','Flowerhouse Films \"Your Facebook Page\"'),(90488,9841,'original_message','Kenneth White <kenneth@adamhustle.com>\nYour Facebook Page\n\nCurious if you would be willing the part with your Facebook page or your instagram account or both?\r\n\r\nIf so can you give me a bit more info here please\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90489,9841,'original_headers','From: Kenneth White <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kenneth@adamhustle.com\n'),(90490,9841,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 11:40:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kenneth White <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kenneth@adamhustle.com\r\nSubject: Flowerhouse Films \"Your Facebook Page\"\r\nDate: Wed, 24 Apr 2024 18:40:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKenneth White <kenneth@adamhustle.com>=0AYour Facebook Page=0A=0ACurious=\r\n if you would be willing the part with your Facebook page or your instag=\r\nram account or both?=0D=0A=0D=0AIf so can you give me a bit more info he=\r\nre please=0D=0Ahttps://sellyourfbpage.com/=0A=0A--=0AThis e-mail was sen=\r\nt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhous=\r\nefilms.com)\r\n.\r\n250 OK id=1rzhY4-009eeq-00\r\n'),(90119,9804,'original_headers','From: Eulah Esmond <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: esmond.eulah@msn.com\n'),(90120,9804,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 18 Apr 2024 19:04:15 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Eulah Esmond <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: esmond.eulah@msn.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"\r\nDate: Fri, 19 Apr 2024 02:04:15 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEulah Esmond <esmond.eulah@msn.com>=0ADear flowerhousefilms.com Admin.=\r\n=0A=0AGame changing customer financing approves down to 500 FICO Don\'t l=\r\neave money on the table, now you\'ll be able to turn people with low cred=\r\nit scores into paying customers!=0D=0A=0D=0A** USA Based Businesses Only=\r\n! **=0D=0A=0D=0AEmail me for details: jessica.snyder@helloratespros.com=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rxdbr-00BdN9-0O\r\n'),(90521,9845,'success','1'),(90522,9845,'from_header','Lan <admin@flowerhousefilms.com>'),(90523,9845,'to_header','admin@flowerhousefilms.com'),(90524,9845,'reply_to_header','lan.sleep@outlook.com'),(90525,9845,'transport_uri','smtp:none:none://localhost:25'),(90526,9845,'original_to','admin@flowerhousefilms.com'),(90527,9845,'original_subject','Flowerhouse Films \"Check this expreiment by Ahrefs: Backlinks still work - even on AI content\"'),(90528,9845,'original_message','Lan <lan.sleep@outlook.com>\nCheck this expreiment by Ahrefs: Backlinks still work - even on AI content\n\nHello,\r\n\r\nAre you noticing a decrease in website traffic after the latest Google updates? Are your AI-generated posts getting dropped from index faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this eye-opening experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you ranking on the first page of Google for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nInterested?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&brand=fp&landingPage=https2F%2Fwww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink-pyramid\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90561,9849,'success','1'),(90562,9849,'from_header','M ehsvzct H <admin@flowerhousefilms.com>'),(90563,9849,'to_header','admin@flowerhousefilms.com'),(90564,9849,'reply_to_header','partnerships@charterunionfin.com'),(90565,9849,'transport_uri','smtp:none:none://localhost:25'),(90566,9849,'original_to','admin@flowerhousefilms.com'),(90567,9849,'original_subject','Flowerhouse Films \"Expand Your Business Horizons with Dependable Financial Support\"'),(90568,9849,'original_message','M ehsvzct H <partnerships@charterunionfin.com>\nExpand Your Business Horizons with Dependable Financial Support\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses, and financial needs are entirely achievable.\r\n\r\nYou can now fund your projects, businesses without concern for repayment as you can have plenty of time to execute your projects and businesses and grow financially, and build up, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients around the world to facilitate funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\nPlease reply to: customersupport@charterunionfin.com\r\nOr call me at: +852 8199 9324\r\n\r\nOr visit: https://charterunionfin.com/?refid=2068\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVigebo 115, Corning, NY, US, 4516\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90529,9845,'original_headers','From: Lan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lan.sleep@outlook.com\n'),(89839,9776,'original_headers','From: Hilario <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hilario.holman@gmail.com\n'),(89840,9776,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 14:48:44 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Hilario <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hilario.holman@gmail.com\r\nSubject: Flowerhouse Films \"Secure a $100 USD Perk Easily by Signing Up with KuCoin!\"\r\nDate: Thu, 11 Apr 2024 21:48:44 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHilario <hilario.holman@gmail.com>=0ASecure a $100 USD Perk Easily by Si=\r\ngning Up with KuCoin!=0A=0AHi there,=0D=0A=0D=0AQuick heads-up: Kucoin\'s=\r\n got a fantastic $100 USD reward just for signing up! Interested? Click=\r\n on this link to claim yours: https://www.kucoin.com/land/earn-crypto-re=\r\nwards-by-referring?rcode=3DQBA38A3S&utm_source=3Dcashgiftpackage](https:=\r\n//www.kucoin.com/land/earn-crypto-rewards-by-referring?rcode=3DQBA38A3S&=\r\nutm_source=3Dcashgiftpackage)=0D=0A=0D=0ABest,=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1rv2Hk-000OS1-1f\r\n'),(90091,9802,'success','1'),(90092,9802,'from_header','Ed Frazier <admin@flowerhousefilms.com>'),(90093,9802,'to_header','admin@flowerhousefilms.com'),(90094,9802,'reply_to_header','fraziered94@gmail.com'),(90095,9802,'transport_uri','smtp:none:none://localhost:25'),(90096,9802,'original_to','admin@flowerhousefilms.com'),(90097,9802,'original_subject','Flowerhouse Films \"Redefine Your Digital Landscape With Our Web Design Expertise.\"'),(90098,9802,'original_message','Ed Frazier <fraziered94@gmail.com>\nRedefine Your Digital Landscape With Our Web Design Expertise.\n\nHello\r\n\r\nAre you ready to transform your digital landscape? Our web design expertise provides new solutions to make your brand stand out online. Let\'s work together to design a website that sets new standards and transforms your brand\'s online presence.\r\n\r\nBest regards,\n\nEd Frazier\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90111,9804,'success','1'),(90112,9804,'from_header','Eulah Esmond <admin@flowerhousefilms.com>'),(90113,9804,'to_header','admin@flowerhousefilms.com'),(90114,9804,'reply_to_header','esmond.eulah@msn.com'),(90115,9804,'transport_uri','smtp:none:none://localhost:25'),(90116,9804,'original_to','admin@flowerhousefilms.com'),(90124,9805,'reply_to_header','annette.portillo@gmail.com'),(90125,9805,'transport_uri','smtp:none:none://localhost:25'),(90126,9805,'original_to','admin@flowerhousefilms.com'),(90127,9805,'original_subject','Flowerhouse Films \"flowerhousefilms.com on the internet\"'),(90128,9805,'original_message','Annette Portillo <annette.portillo@gmail.com>\nflowerhousefilms.com on the internet\n\nHello,\r\n\r\nWe noticed your domain: flowerhousefilms.com is listed in very few directories.\r\n\r\nDirectories have a very high Page Rank Score and provide really good back links\r\n\r\nCompany visit us on Company Registar and list your domain in all the directories.\r\n\r\nhttps://flowerhousefilms.companyregistar.org/flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90129,9805,'original_headers','From: Annette Portillo <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: annette.portillo@gmail.com\n'),(90251,9818,'success','1'),(90252,9818,'from_header','Valorie Hook <admin@flowerhousefilms.com>'),(90253,9818,'to_header','admin@flowerhousefilms.com'),(90254,9818,'reply_to_header','hook.valorie8@yahoo.com'),(90255,9818,'transport_uri','smtp:none:none://localhost:25'),(90256,9818,'original_to','admin@flowerhousefilms.com'),(90257,9818,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"'),(90258,9818,'original_message','Valorie Hook <hook.valorie8@yahoo.com>\nDear flowerhousefilms.com Admin.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90259,9818,'original_headers','From: Valorie Hook <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hook.valorie8@yahoo.com\n'),(90260,9818,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 21 Apr 2024 11:45:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Valorie Hook <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hook.valorie8@yahoo.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"\r\nDate: Sun, 21 Apr 2024 18:45:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nValorie Hook <hook.valorie8@yahoo.com>=0ADear flowerhousefilms.com Admin=\r\n..=0A=0AHi there, my name is Cody Griner. I apologize for using your cont=\r\nact form, =0D=0Abut I wasn\'t sure who the right person was to speak with=\r\n in your company. =0D=0AWe have a patented application that creates Loca=\r\nl Area pages that rank on =0D=0Atop of Google within weeks, we call it L=\r\nocal Magic.  Here is a link to the =0D=0Aproduct page https://www.mrmark=\r\netingres.com/local-magic/ . The product =0D=0Aleverages technology where=\r\n these pages are managed dynamically by AI and =0D=0Ait is ideal for pro=\r\nmoting contractors on Google.  Can I share a testimonial =0D=0Afrom one=\r\n of our clients with you?  I can also do a short zoom to =0D=0Aillustrat=\r\ne their full case study if you have time for it? =0D=0Acody@mrmarketingr=\r\nes.com 843-720-7301=0A=0A--=0AThis e-mail was sent from a contact form o=\r\nn Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rycBm-00DWpm-0N\r\n'),(89873,9780,'to_header','admin@flowerhousefilms.com'),(89874,9780,'reply_to_header','watersmarianne2@gmail.com'),(89875,9780,'transport_uri','smtp:none:none://localhost:25'),(89876,9780,'original_to','admin@flowerhousefilms.com'),(89877,9780,'original_subject','Flowerhouse Films \"Craft Your Digital Legacy with Our Web Design Expertise\"'),(89878,9780,'original_message','Marianne Waters <watersmarianne2@gmail.com>\nCraft Your Digital Legacy with Our Web Design Expertise\n\nHello,\r\n\r\nWant to leave a lasting digital legacy? Our proficiency in Web Design provides customized solutions to assist your brand in making a lasting online impression. Together, let\'s design a website that engages visitors and conveys the narrative of your company.\r\n\n\nThank you,\r\nMarianne Waters\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89891,9782,'success','1'),(89892,9782,'from_header','Neal McGeeh <admin@flowerhousefilms.com>'),(89893,9782,'to_header','admin@flowerhousefilms.com'),(89894,9782,'reply_to_header','mcgeehneal06@gmail.com'),(89895,9782,'transport_uri','smtp:none:none://localhost:25'),(89896,9782,'original_to','admin@flowerhousefilms.com'),(89897,9782,'original_subject','Flowerhouse Films \"Elevate Your Brand\'s Online Journey with Our Web Design Service\"'),(89898,9782,'original_message','Neal McGeeh <mcgeehneal06@gmail.com>\nElevate Your Brand\'s Online Journey with Our Web Design Service\n\nHello,\r\n\r\nAre you ready to improve the internet presence of your brand? Outstanding websites that distinguish your brand are produced by our web design service. Together, let\'s design a digital experience that thrills your audience and beyond your expectations.\r\n\r\n\n\nThank you,\r\nNeal McGeeh\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89899,9782,'original_headers','From: Neal McGeeh <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mcgeehneal06@gmail.com\n'),(89900,9782,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 13 Apr 2024 18:25:20 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Neal McGeeh <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mcgeehneal06@gmail.com\r\nSubject: Flowerhouse Films \"Elevate Your Brand\'s Online Journey with Our Web Design Service\"\r\nDate: Sun, 14 Apr 2024 01:25:20 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nNeal McGeeh <mcgeehneal06@gmail.com>=0AElevate Your Brand\'s Online Journ=\r\ney with Our Web Design Service=0A=0AHello,=0D=0A=0D=0AAre you ready to i=\r\nmprove the internet presence of your brand? Outstanding websites that di=\r\nstinguish your brand are produced by our web design service. Together, l=\r\net\'s design a digital experience that thrills your audience and beyond y=\r\nour expectations.=0D=0A=0D=0A=0A=0AThank you,=0D=0ANeal McGeeh=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rvocS-00DQ63-0n\r\n'),(89847,9777,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees settlement. Have you submitted your claim if you took Visa and Mastercard between 2004 to 2018?\"'),(89845,9777,'transport_uri','smtp:none:none://localhost:25'),(89846,9777,'original_to','admin@flowerhousefilms.com'),(90191,9812,'success','1'),(90192,9812,'from_header','Kelly Davis <admin@flowerhousefilms.com>'),(90193,9812,'to_header','admin@flowerhousefilms.com'),(90194,9812,'reply_to_header','kellyknowspayments@gmail.com'),(90195,9812,'transport_uri','smtp:none:none://localhost:25'),(90196,9812,'original_to','admin@flowerhousefilms.com'),(90197,9812,'original_subject','Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"'),(3537,810,'_wp_attached_file','2018/07/incorto.png'),(3538,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/07/incorto.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"incorto-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"incorto-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"incorto-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"incorto-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:19:\"incorto-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:19:\"incorto-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:19:\"incorto-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"incorto-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3539,811,'_wp_attached_file','2018/07/Broad-Humor.png'),(3540,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2018/07/Broad-Humor.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"Broad-Humor-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3541,812,'_wp_attached_file','2018/07/SECS.png'),(3542,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2018/07/SECS.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"SECS-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"SECS-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"SECS-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"SECS-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:16:\"SECS-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:16:\"SECS-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:16:\"SECS-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"SECS-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3543,813,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfa9b048-476d-40dd-87fc-228037f89ce5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"7aa4f789-45cf-4e99-9900-e91848522a38\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"684adc21-cde9-40b4-a5ca-8c88073a83c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2f3fab41-2ebe-4d87-a07c-1bfe4c2cc758\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bd7b868-39da-4982-b266-828c2b4e3196\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"22b0f750-3f87-497d-ba52-c4fc72ccee2f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:20:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(3544,815,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bd9479fd-01ba-459a-a28b-9d8597797bdc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dfa9b048-476d-40dd-87fc-228037f89ce5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"7aa4f789-45cf-4e99-9900-e91848522a38\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5cd099d-6a82-44c1-8098-c8db1a53401a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"684adc21-cde9-40b4-a5ca-8c88073a83c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2f3fab41-2ebe-4d87-a07c-1bfe4c2cc758\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"9bd7b868-39da-4982-b266-828c2b4e3196\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"b6f6b0b3-3b4c-42f8-b53d-d97a05a96426\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"61f6a878-d74b-4eaf-bf46-9a42f987bf19\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"4c0eafde-8a5c-4ab3-bd00-ef5555b388cd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"78b674a6-0885-4f36-af2c-ad8e188e6fd6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3964ad57-f156-43dc-bab7-c7d990898675\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"8a2768d5-4a34-4d67-8f1c-ff2b820e5c03\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"008f59a2-2027-4e4a-af3c-1b49c3f826ac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:14;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:294:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"d8bf8a16-d1b8-47c8-ae63-da13f89ae8ce\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:15;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:291:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"07aa66a8-e4ff-47f0-9a2e-c8adc9384081\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:16;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:208:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"22b0f750-3f87-497d-ba52-c4fc72ccee2f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:17;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"f69a8f72-a465-460f-bf90-6136b0c8f612\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:20:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19778,2753,'_wp_attached_file','2021/07/Poster-En-Una-Palabra-negro.jpg'),(19782,2755,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"ac0b8151-73e3-4a53-8c2d-bb834a965dae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275510007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89888,9781,'original_message','Leila Batt <slqkrx1@gmail.com>\nHello flowerhousefilms.com Webmaster.\n\nDO YOU WANT MORE BUSINESS ? GET on TOP of the NEAR-ME Results to Crush Competition.Drive more calls ,more clicks and more leads. \r\nIncrease Traffic & sales fast\r\nMulti-keyword Map Rankings \r\nImage Optimization \r\nFUlly Automated  Tracking and Reporting \r\n40 Super Citations \r\nFull 9 Point Google Business Profile Optimization \r\nTo Schedule a demo of the most robust reporting on the market: You will see \r\nAnimated 7x7 mile grid reports \r\ngrraph compare by ,week , month and year\r\nPPC cost per click value of each keyword\r\nGlobal account overview\r\nAutomatic Montly reports \r\nThis is the only tool that tracks NEAR ME  keywords \r\nSchedule your Demo now\r\nSee reults in as little as 30 Days \r\nrespond  that you are intrested and someone will call you to set up a good  time for the Demo\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89889,9781,'original_headers','From: Leila Batt <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: slqkrx1@gmail.com\n'),(89890,9781,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 13 Apr 2024 15:20:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Leila Batt <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: slqkrx1@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"\r\nDate: Sat, 13 Apr 2024 22:20:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLeila Batt <slqkrx1@gmail.com>=0AHello flowerhousefilms.com Webmaster.=\r\n=0A=0ADO YOU WANT MORE BUSINESS ? GET on TOP of the NEAR-ME Results to C=\r\nrush Competition.Drive more calls ,more clicks and more leads. =0D=0AInc=\r\nrease Traffic & sales fast=0D=0AMulti-keyword Map Rankings =0D=0AImage O=\r\nptimization =0D=0AFUlly Automated  Tracking and Reporting =0D=0A40 Super=\r\n Citations =0D=0AFull 9 Point Google Business Profile Optimization =0D=\r\n=0ATo Schedule a demo of the most robust reporting on the market: You wi=\r\nll see =0D=0AAnimated 7x7 mile grid reports =0D=0Agrraph compare by ,wee=\r\nk , month and year=0D=0APPC cost per click value of each keyword=0D=0AGl=\r\nobal account overview=0D=0AAutomatic Montly reports =0D=0AThis is the on=\r\nly tool that tracks NEAR ME  keywords =0D=0ASchedule your Demo now=0D=0A=\r\nSee reults in as little as 30 Days =0D=0Arespond  that you are intrested=\r\n and someone will call you to set up a good  time for the Demo=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rvljq-009akS-2h\r\n'),(89919,9784,'original_headers','From: Mellissa Strom <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: sskreibizmrktg@gmail.com\n'),(89920,9784,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 14 Apr 2024 02:58:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mellissa Strom <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: sskreibizmrktg@gmail.com\r\nSubject: Flowerhouse Films \"Online Competition Winning?\"\r\nDate: Sun, 14 Apr 2024 09:58:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMellissa Strom <sskreibizmrktg@gmail.com>=0AOnline Competition Winning?=\r\n=0A=0AHi,=0D=0A=0D=0AOur Services Include:=0D=0A=0D=0A1.      Strategic=\r\n SEO: Get noticed by the right people at the right time.=0D=0A=0D=0A2. =\r\n     Eye-Catching Web Design: Impress visitors and convert them into loy=\r\nal customers.=0D=0A=0D=0A3.      Targeted Social Media Campaigns: Reach=\r\n your audience where they hang out.=0D=0A=0D=0A4.      Data-Driven Analy=\r\ntics: Understand what works and optimize your strategy.=0D=0A=0D=0AWhy C=\r\nhoose Us?=0D=0A=0D=0A-          Expertise: Our team of digital wizards k=\r\nnows the game inside out.=0D=0A=0D=0A-          Results-Driven: We measu=\r\nre success by your success.=0D=0A=0D=0A-          Affordable: Quality se=\r\nrvices without breaking the bank.=0D=0A=0D=0AReady to Dominate Your Nich=\r\ne?=0D=0A=0D=0AVisit: https://invite.hotjar.com/si16fp63y8tb=0D=0A=0D=0A=\r\n =0D=0A=0D=0ARegards,=0D=0A=0D=0AMellissa Strom=0D=0A=0D=0ADigital Marke=\r\nting Specialist=0D=0A=0D=0A =0D=0A=0D=0AOpt-out of future messages by co=\r\nmpleting the form via the link provided or replying to this message and=\r\n saying opt-out.=0D=0A=0D=0Aflowerhousefilms.com=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1rvwcj-006RmR-1s\r\n'),(90071,9800,'success','1'),(90072,9800,'from_header','Bella Brandon <admin@flowerhousefilms.com>'),(90073,9800,'to_header','admin@flowerhousefilms.com'),(90074,9800,'reply_to_header','automate2thrive@gmail.com'),(90075,9800,'transport_uri','smtp:none:none://localhost:25'),(90076,9800,'original_to','admin@flowerhousefilms.com'),(90077,9800,'original_subject','Flowerhouse Films \"(1) Commission Pending\"'),(89880,9780,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 13 Apr 2024 14:23:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Marianne Waters <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: watersmarianne2@gmail.com\r\nSubject: Flowerhouse Films \"Craft Your Digital Legacy with Our Web Design Expertise\"\r\nDate: Sat, 13 Apr 2024 21:23:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMarianne Waters <watersmarianne2@gmail.com>=0ACraft Your Digital Legacy=\r\n with Our Web Design Expertise=0A=0AHello,=0D=0A=0D=0AWant to leave a la=\r\nsting digital legacy? Our proficiency in Web Design provides customized=\r\n solutions to assist your brand in making a lasting online impression. T=\r\nogether, let\'s design a website that engages visitors and conveys the na=\r\nrrative of your company.=0D=0A=0A=0AThank you,=0D=0AMarianne Waters=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rvkqo-008S7i-0h\r\n'),(89879,9780,'original_headers','From: Marianne Waters <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: watersmarianne2@gmail.com\n'),(91501,9943,'success','1'),(91502,9943,'from_header','Ravi Quintanilla <admin@flowerhousefilms.com>'),(91503,9943,'to_header','admin@flowerhousefilms.com'),(91504,9943,'reply_to_header','quintanilla.corazon28@outlook.com'),(91505,9943,'transport_uri','smtp:none:none://localhost:25'),(91506,9943,'original_to','admin@flowerhousefilms.com'),(91507,9943,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(91508,9943,'original_message','Ravi Quintanilla <quintanilla.corazon28@outlook.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91509,9943,'original_headers','From: Ravi Quintanilla <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: quintanilla.corazon28@outlook.com\n'),(91510,9943,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 20 May 2024 08:06:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Quintanilla <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: quintanilla.corazon28@outlook.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Mon, 20 May 2024 15:06:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Quintanilla <quintanilla.corazon28@outlook.com>=0AWhy You are not i=\r\nn Googles search first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, own=\r\ner of Webomaze Australia. You have finally found an SEO Company that GET=\r\nS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR=\r\n REVIEWS.=0D=0A=0D=0A I recently grew my client=E2=80=99s organic search=\r\n traffi with high google search ranking  by 166% in 4 months. We=E2=80=\r\n=99re an SEO Company with a difference.Our focus is Customer Delight.=0D=\r\n=0A=0D=0AAnd we do everything to make it a great experience of working w=\r\nith us. We are in touch with you at every stage of the project. Even aft=\r\ner we deliver the project, I will support you with any query you have.=\r\n =0D=0A=0D=0A=0D=0AContact me today and get a FREE SEO AUDIT for your we=\r\nbsite=0D=0A=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7e=\r\njfvwut=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s94b4-008kCn-0t\r\n'),(90551,9848,'success','1'),(90552,9848,'from_header','Eula Briggs <admin@flowerhousefilms.com>'),(90553,9848,'to_header','admin@flowerhousefilms.com'),(90554,9848,'reply_to_header','briggseula06@gmail.com'),(90555,9848,'transport_uri','smtp:none:none://localhost:25'),(90556,9848,'original_to','admin@flowerhousefilms.com'),(90557,9848,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions\"'),(90531,9846,'success','1'),(90532,9846,'from_header','Travis Rhoden <admin@flowerhousefilms.com>'),(90533,9846,'to_header','admin@flowerhousefilms.com'),(90534,9846,'reply_to_header','travis.lopez@trychat2leads.com'),(90535,9846,'transport_uri','smtp:none:none://localhost:25'),(90536,9846,'original_to','admin@flowerhousefilms.com'),(90537,9846,'original_subject','Flowerhouse Films \"Put Your Website to Work for You!\"'),(90538,9846,'original_message','Travis Rhoden <travis.lopez@trychat2leads.com>\nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website\r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come. \r\n\r\nFind out more now at: https://chat2leads.com \r\n\r\nThank you,\r\nTravis\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90539,9846,'original_headers','From: Travis Rhoden <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: travis.lopez@trychat2leads.com\n'),(90540,9846,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 25 Apr 2024 16:59:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Travis Rhoden <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: travis.lopez@trychat2leads.com\r\nSubject: Flowerhouse Films \"Put Your Website to Work for You!\"\r\nDate: Thu, 25 Apr 2024 23:59:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTravis Rhoden <travis.lopez@trychat2leads.com>=0APut Your Website to Wor=\r\nk for You!=0A=0AGet More Leads and Increase Conversions with 24/7 Chat t=\r\nhat works on Complete Autopilot!=0D=0A=0D=0ACustomer Support Chatbots ar=\r\ne Perfect for Any Website=0D=0A=0D=0AIncrease Engagement - Chat2Leads ac=\r\ntively engages all your visitors making it the ultimate Conversion Optim=\r\nization Tool to have installed on your website!=0D=0AUnlimited Chats - U=\r\nnlike other Website Chat Services, Chat2Leads puts zero restrictions on=\r\n how many chats you can have with your visitors every month!=0D=0AFresh=\r\n Leads - Every new lead is emailed directly to your inbox so you can fol=\r\nlow-up right away!=0D=0A=0D=0AEverything included for just $ 35/mo=0D=0A=\r\n=0D=0AReal Customer Review:=0D=0A=0D=0A=E2=80=9CI\'ve seen an immediate b=\r\nenefit to adding a chatbot... that I\'ve been telling other local busines=\r\ns owners I\'m friends with. I\'m finally receiving leads from my website!=\r\n=E2=80=9D Nicole W. =E2=80=93 Bankruptcy Law Firm in West Palm Beach, Fl=\r\norida=0D=0A=0D=0AReal Case Study:=0D=0A=0D=0AWithin minutes of installin=\r\ng Chat2Leads on Petflapsuk.com they had their first lead, and ever since=\r\n have been converting an average of 15% of their visitors into fresh lea=\r\nds for their business. They have seen such a great success from the chat=\r\nbot that it has already paid for itself for years to come. =0D=0A=0D=0AF=\r\nind out more now at: https://chat2leads.com =0D=0A=0D=0AThank you,=0D=0A=\r\nTravis=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s0904-000pCc-0k\r\n'),(90541,9847,'success','1'),(90542,9847,'from_header','Elvera Soderlund <admin@flowerhousefilms.com>'),(90543,9847,'to_header','admin@flowerhousefilms.com'),(90544,9847,'reply_to_header','elvera.soderlund49@gmail.com'),(90545,9847,'transport_uri','smtp:none:none://localhost:25'),(90546,9847,'original_to','admin@flowerhousefilms.com'),(90547,9847,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"'),(90548,9847,'original_message','Elvera Soderlund <elvera.soderlund49@gmail.com>\nDear flowerhousefilms.com Admin!\n\nClaim Your $32,222 SETC Tax Credit Before It’s Too Late!\r\n\r\nAre you self-employed, a gig worker, or run a sole proprietor business? Have you filed a 1099 form between 2019 and 2023? If you answered \"yes,\" you may qualify for up to $32,222 with the SETC (Self-Employed Tax Credit) without the need to repay it.\r\n\r\nThis is not a PPP (Paycheck Protection Program) loan, and it\'s completely repayable-free. Discover if you qualify before time runs out. The deadline to claim your tax credit is April 15, 2024.\r\n\r\nClick the link below to see if you qualify\r\n https://aluzzion.com/go/setc\r\n\r\nWhat is the SETC?\r\nThe Self-Employed Tax Credit (SETC) was established by Congress to offer financial relief to sole proprietors, 1099 contractors, freelancers, single-member LLCs, gig workers, and other self-employed individuals. This groundbreaking legislation was designed to mitigate the economic impact experienced by self-employed Americans due to government-ordered shutdowns, quarantine, illness, caregiving, or other events that reduced income. Don’t miss out on this opportunity – the deadline to claim your tax credit is April 15, 2024.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90549,9847,'original_headers','From: Elvera Soderlund <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: elvera.soderlund49@gmail.com\n'),(90550,9847,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 26 Apr 2024 22:30:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Elvera Soderlund <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: elvera.soderlund49@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"\r\nDate: Sat, 27 Apr 2024 05:30:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nElvera Soderlund <elvera.soderlund49@gmail.com>=0ADear flowerhousefilms.=\r\ncom Admin!=0A=0AClaim Your $32,222 SETC Tax Credit Before It=E2=80=99s T=\r\noo Late!=0D=0A=0D=0AAre you self-employed, a gig worker, or run a sole p=\r\nroprietor business? Have you filed a 1099 form between 2019 and 2023? If=\r\n you answered \"yes,\" you may qualify for up to $32,222 with the SETC (Se=\r\nlf-Employed Tax Credit) without the need to repay it.=0D=0A=0D=0AThis is=\r\n not a PPP (Paycheck Protection Program) loan, and it\'s completely repay=\r\nable-free. Discover if you qualify before time runs out. The deadline to=\r\n claim your tax credit is April 15, 2024.=0D=0A=0D=0AClick the link belo=\r\nw to see if you qualify=0D=0A https://aluzzion.com/go/setc=0D=0A=0D=0AWh=\r\nat is the SETC?=0D=0AThe Self-Employed Tax Credit (SETC) was established=\r\n by Congress to offer financial relief to sole proprietors, 1099 contrac=\r\ntors, freelancers, single-member LLCs, gig workers, and other self-emplo=\r\nyed individuals. This groundbreaking legislation was designed to mitigat=\r\ne the economic impact experienced by self-employed Americans due to gove=\r\nrnment-ordered shutdowns, quarantine, illness, caregiving, or other even=\r\nts that reduced income. Don=E2=80=99t miss out on this opportunity =E2=\r\n=80=93 the deadline to claim your tax credit is April 15, 2024.=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s0adi-005zom-37\r\n'),(90558,9848,'original_message','Eula Briggs <briggseula06@gmail.com>\nShape Your Brand\'s Digital Destiny with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital destiny? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEula Briggs\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90559,9848,'original_headers','From: Eula Briggs <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: briggseula06@gmail.com\n'),(90560,9848,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 27 Apr 2024 02:16:10 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Eula Briggs <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: briggseula06@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions\"\r\nDate: Sat, 27 Apr 2024 09:16:10 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEula Briggs <briggseula06@gmail.com>=0AShape Your Brand\'s Digital Destin=\r\ny with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0ALooking to shape=\r\n your brand\'s digital destiny? Our Web Design solutions offer strategic=\r\n guidance and creative brilliance to help your brand thrive online. Let\'=\r\ns collaborate to create a website that drives growth and success for you=\r\nr brand.=0D=0A=0D=0ABest regards,=0A=0AEula Briggs=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s0eAE-00B59J-1B\r\n'),(91499,9942,'original_headers','From: Devin Gilchrist <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: gilchrist.devin95@googlemail.com\n'),(91500,9942,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 20 May 2024 07:17:12 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Devin Gilchrist <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: gilchrist.devin95@googlemail.com\r\nSubject: Flowerhouse Films \"Don\'t Miss Key Messages with This Solution\"\r\nDate: Mon, 20 May 2024 14:17:12 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDevin Gilchrist <gilchrist.devin95@googlemail.com>=0ADon\'t Miss Key Mess=\r\nages with This Solution=0A=0AYou have a issue with your form! You didn\'t=\r\n configure it properly to block spam like this one. I have a no-cost gui=\r\nde to show you resolve this in about five minutes. If you don=E2=80=99t=\r\n think you are tech-savvy, I\'ll even update it for you at no charge.=0D=\r\n=0A=0D=0Ahttps://perp.us/ff=0D=0A=0D=0AI\'ve been helping people create m=\r\nore revenue with less effort for over two decades!=0D=0A=0D=0A=0D=0A=0D=\r\n=0AUnsubscribe here if you don\'t want to get these awesome offers: https=\r\n://form.jotform.com/241362853020447=0D=0AVia Del Viminale 116, Lockport,=\r\n NY, US, 9025=0A=0A--=0AThis e-mail was sent from a contact form on Inoc=\r\nente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s93pA-007gVl-2N\r\n'),(90638,9856,'original_message','Lynwood Chang <lynwood.chang@gmail.com>\nflowerhousefilms.com is listed in 9/2,500 directories\n\nHi flowerhousefilms.com\r\n\r\nWe noticed your website flowerhousefilms.com is only listed in 9/2,500 directories.\r\n\r\nWe have a service that lists your company in all the directories globally.\r\n\r\nIt supports all countries, all services, to boost your SEO and get you those high quality back links that directories offer.\r\n\r\nWe have a promo running for a one time fee of $99\r\n\r\nVisit us on https://flowerhousefilms.companyregistar.org/flowerhousefilms.com to get listed.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(9696,1610,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ec2ff0e7-8ab4-4826-900e-4b44d5e8528b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:157:\"<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e35f9b5ab07d\";s:19:\"_sow_form_timestamp\";s:13:\"1580595649890\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"02a5dad3-ad5c-4b49-bc11-f460dfb65d1a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8c0a2318-f025-448b-b176-bd84e5aae3bd\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b5b46ebe-ddd4-40a9-9a33-8329bc325cf2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(17800,2507,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250710001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250710002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250710003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(17798,2505,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250510002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250510003\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19785,2758,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/569919634\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e166ec9f-229c-4180-a6ab-dee04a1ec39c\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:129:\"<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1625968097922\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(91401,9933,'success','1'),(91402,9933,'from_header','Brent Angel <admin@flowerhousefilms.com>'),(91403,9933,'to_header','admin@flowerhousefilms.com'),(91404,9933,'reply_to_header','brent.angel@gmail.com'),(91405,9933,'transport_uri','smtp:none:none://localhost:25'),(91406,9933,'original_to','admin@flowerhousefilms.com'),(91407,9933,'original_subject','Flowerhouse Films \"Safe SEO Techniques for Long-Term Success|Boost Your Website’s Authority|Improve Your SEO with High DA Links|Achieve Top Rankings Now|Top-Rated Fiverr Pro SEO Services|Enhance Your SEO Rankings|Effective SEO Strategies for Higher Rankings|Boost Your Internet Presence|Exclusive Guest Post and Link Building Services}\"'),(91408,9933,'original_message','Brent Angel <brent.angel@gmail.com>\nSafe SEO Techniques for Long-Term Success|Boost Your Website’s Authority|Improve Your SEO with High DA Links|Achieve Top Rankings Now|Top-Rated Fiverr Pro SEO Services|Enhance Your SEO Rankings|Effective SEO Strategies for Higher Rankings|Boost Your Internet Presence|Exclusive Guest Post and Link Building Services}\n\nElevate Your Visibility with High-Quality Guest Posts & High DA Link Building!**\r\n\r\nLeverage premium SEO assistance with our highly-rated Fiverr Pro gig!\r\n\r\n**What We Offer:**\r\n- Whitehat Content Links\r\n- High DA, High Traffic Link Building\r\n- Proven Results, Even After Google\'s Latest Updates\r\n\r\n**Perks:**\r\n- Elevate Your Search Engine Rankings\r\n- Enhance Visibility and Natural Traffic\r\n- Overwhelmingly Positive 5-Star Reviews\r\n\r\nDon’t miss out on this chance to enhance your SEO plan with a expert professional.\r\n\r\n=> Visit our Fiverr Pro Service! https://go.fiverr.com/visit/?bta=570412&brand=fp&landingPage=https252F%252Fwww.fiverr.com252Fdo-seo-analysis-of-your-website  <= **\r\n\r\nYour path to better visibility starts here!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91431,9936,'success','1'),(91432,9936,'from_header','Donna Lee <admin@flowerhousefilms.com>'),(91433,9936,'to_header','admin@flowerhousefilms.com'),(91434,9936,'reply_to_header','donna.lee2514@gmail.com'),(91435,9936,'transport_uri','smtp:none:none://localhost:25'),(91461,9939,'success','1'),(91462,9939,'from_header','CharlesPlelo <admin@flowerhousefilms.com>'),(91463,9939,'to_header','admin@flowerhousefilms.com'),(91464,9939,'reply_to_header','wo.o.d.b.n54.4@gmail.com'),(91465,9939,'transport_uri','smtp:none:none://localhost:25'),(91466,9939,'original_to','admin@flowerhousefilms.com'),(91467,9939,'original_subject','Flowerhouse Films \"Catizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\"'),(91468,9939,'original_message','CharlesPlelo <wo.o.d.b.n54.4@gmail.com>\nCatizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\n\nCatizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91469,9939,'original_headers','From: CharlesPlelo <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: wo.o.d.b.n54.4@gmail.com\n'),(91470,9939,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 19 May 2024 17:25:11 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: CharlesPlelo <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: wo.o.d.b.n54.4@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Catizen:=20=C2=A1Libera=2C=20?=\r\n =?UTF-8?Q?Juega=2C=20Gana=2C=20Donde=20Cada=20Juego=20Conduce=20a=20?=\r\n =?UTF-8?Q?una=20Aventura=20de=20Lanzamiento=20A=C3=A9reo!=20?=\r\n =?UTF-8?Q?=C2=A1Deja=20que=20play-to-earn=20airdrop=20se=20lance=20?=\r\n =?UTF-8?Q?ahora=20mismo!=20=20=20https://tinyurl.com/3f6af6hh\"?=\r\nDate: Mon, 20 May 2024 00:25:11 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCharlesPlelo <wo.o.d.b.n54.4@gmail.com>=0ACatizen: =C2=A1Libera, Juega,=\r\n Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento A=C3=A9reo=\r\n! =C2=A1Deja que play-to-earn airdrop se lance ahora mismo!   https://ti=\r\nnyurl.com/3f6af6hh=0A=0ACatizen: =C2=A1Libera, Juega, Gana, Donde Cada J=\r\nuego Conduce a una Aventura de Lanzamiento A=C3=A9reo! =C2=A1Deja que pl=\r\nay-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s8qpz-006u0K-06\r\n'),(91429,9935,'original_headers','From: Scott Repin <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: repin.scott@gmail.com\n'),(91430,9935,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 18 May 2024 16:28:34 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Scott Repin <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: repin.scott@gmail.com\r\nSubject: Flowerhouse Films \"Direct Massive Traffic: Reach 1 Million Businesses in One Click\"\r\nDate: Sat, 18 May 2024 23:28:34 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nScott Repin <repin.scott@gmail.com>=0ADirect Massive Traffic: Reach 1 Mi=\r\nllion Businesses in One Click=0A=0AGrowing your business outreach has ne=\r\nver been simpler or more cost-effective. With our bulk message sending s=\r\nervice, you can send your message to 1 million businesses for just 47 do=\r\nllars. This is a great way to boost your marketing efforts without overs=\r\npending.=0D=0A=0D=0ABy taking advantage of our service, you can increase=\r\n your exposure, attract more leads, and ultimately grow your business. I=\r\nt=E2=80=99s a affordable method to make sure that your message gets in f=\r\nront of a wide audience of potential clients.=0D=0A=0D=0AReady to take y=\r\nour marketing to the next level?=0D=0A=0D=0ADiscover more: https://bit.l=\r\ny/bulkforms=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t want to=\r\n get these amazing emails: https://form.jotform.com/241362853020447=0D=\r\n=0ABreidamork 63, Hverager?I, NA, Iceland, 810=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1s8TTe-00AjDl-22\r\n'),(91071,9900,'success','1'),(91072,9900,'from_header','Randall Rose <admin@flowerhousefilms.com>'),(91073,9900,'to_header','admin@flowerhousefilms.com'),(91074,9900,'reply_to_header','highranks4ursite@gmail.com'),(91075,9900,'transport_uri','smtp:none:none://localhost:25'),(91076,9900,'original_to','admin@flowerhousefilms.com'),(91077,9900,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"'),(91078,9900,'original_message','Randall Rose <highranks4ursite@gmail.com>\nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\r\n\n\nRandall Rose\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91079,9900,'original_headers','From: Randall Rose <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: highranks4ursite@gmail.com\n'),(91080,9900,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 10 May 2024 21:16:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Randall Rose <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: highranks4ursite@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"\r\nDate: Sat, 11 May 2024 04:16:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRandall Rose <highranks4ursite@gmail.com>=0AShape Your Brand\'s Digital F=\r\nuture with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0ALooking to sh=\r\nape your brand\'s digital future? Our Web Design solutions offer strategi=\r\nc guidance and creative brilliance to help your brand thrive online. Let=\r\n\'s collaborate to create a website that drives growth and success for yo=\r\nur brand.=0D=0A=0D=0ABest regards,=0D=0A=0A=0ARandall Rose=0A=0A--=0AThi=\r\ns e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:=\r\n//www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5eA6-00APQ5-2T\r\n'),(89391,9732,'success','1'),(89392,9732,'from_header','Danyl Covington <admin@flowerhousefilms.com>'),(89393,9732,'to_header','admin@flowerhousefilms.com'),(89394,9732,'reply_to_header','santos.covington17@outlook.com'),(91145,9907,'transport_uri','smtp:none:none://localhost:25'),(91146,9907,'original_to','admin@flowerhousefilms.com'),(91147,9907,'original_subject','Flowerhouse Films \"XVbSJoemKB qfZGhNlnFL sFsWjXoXxr giMBbRJgXu goudWEQrij\"'),(91148,9907,'original_message','IjlNYuDvXB <mitaxebandilis@gmail.com>\nXVbSJoemKB qfZGhNlnFL sFsWjXoXxr giMBbRJgXu goudWEQrij\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(10886,1754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2020/06/Dance-Quarantine-Soon.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Dance-Quarantine-Soon-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:34:\"Dance-Quarantine-Soon-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:33:\"Dance-Quarantine-Soon-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10885,1754,'_wp_attached_file','2020/06/Dance-Quarantine-Soon.png'),(89451,9738,'success','1'),(89452,9738,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(89453,9738,'to_header','admin@flowerhousefilms.com'),(89454,9738,'reply_to_header','myairanker@gmail.com'),(89333,9726,'to_header','admin@flowerhousefilms.com'),(89334,9726,'reply_to_header','jude.midgett@yahoo.com'),(89335,9726,'transport_uri','smtp:none:none://localhost:25'),(89336,9726,'original_to','admin@flowerhousefilms.com'),(89337,9726,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Owner.\"'),(89338,9726,'original_message','Jude Midgett <jude.midgett@yahoo.com>\nDear flowerhousefilms.com Owner.\n\nAre rising business expenses making you wonder how you’ll keep your businesses afloat? I can fix that, let me show you how. Send me an email below now.\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89971,9790,'success','1'),(89972,9790,'from_header','Tommy Tanner <admin@flowerhousefilms.com>'),(89973,9790,'to_header','admin@flowerhousefilms.com'),(89974,9790,'reply_to_header','hire@5cvas.com'),(89975,9790,'transport_uri','smtp:none:none://localhost:25'),(89976,9790,'original_to','admin@flowerhousefilms.com'),(89977,9790,'original_subject','Flowerhouse Films \"Deliver Powerful Results with 5C Virtual Assistance!\"'),(89978,9790,'original_message','Tommy Tanner <hire@5cvas.com>\nDeliver Powerful Results with 5C Virtual Assistance!\n\nGreetings team\r\n\r\nIn the fast-paced landscape of modern business, staying ahead often means delegating tasks efficiently. That\'s where 5C Virtual Support steps in – your partner for exceptional, highly skilled, and experienced virtual support across any industry. At an unbeatable rate of just $9/hour, our virtual assistants will transform your operational workflow, allowing you to focus on core business strategies while we handle the rest.\r\n\r\nFrom taking care of your emails, customer support, call answering, and scheduling, to handling complex data management tasks, our team is ready to support your business needs with precision and professionalism. Envision the growth potential when your time is spent on what truly matters, powered by the support of a dedicated virtual assistant who comprehends your business inside out.\r\n\r\nLet 5C Virtual Support be the key to unleashing your business\'s full potential. Get in touch with us today to find out how our tailored solutions can boost your productivity and efficiency.\r\n\r\nRegards\r\n\r\nTommy Tanner\r\n5C Virtual Assistance\r\nsales@5cvas.com\r\n904-685-6366\r\nwww.5cvas.com/?refid=200\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89979,9790,'original_headers','From: Tommy Tanner <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hire@5cvas.com\n'),(89980,9790,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 15 Apr 2024 17:19:30 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Tommy Tanner <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hire@5cvas.com\r\nSubject: Flowerhouse Films \"Deliver Powerful Results with 5C Virtual Assistance!\"\r\nDate: Tue, 16 Apr 2024 00:19:30 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTommy Tanner <hire@5cvas.com>=0ADeliver Powerful Results with 5C Virtual=\r\n Assistance!=0A=0AGreetings team=0D=0A=0D=0AIn the fast-paced landscape=\r\n of modern business, staying ahead often means delegating tasks efficien=\r\ntly. That\'s where 5C Virtual Support steps in =E2=80=93 your partner for=\r\n exceptional, highly skilled, and experienced virtual support across any=\r\n industry. At an unbeatable rate of just $9/hour, our virtual assistants=\r\n will transform your operational workflow, allowing you to focus on core=\r\n business strategies while we handle the rest.=0D=0A=0D=0AFrom taking ca=\r\nre of your emails, customer support, call answering, and scheduling, to=\r\n handling complex data management tasks, our team is ready to support yo=\r\nur business needs with precision and professionalism. Envision the growt=\r\nh potential when your time is spent on what truly matters, powered by th=\r\ne support of a dedicated virtual assistant who comprehends your business=\r\n inside out.=0D=0A=0D=0ALet 5C Virtual Support be the key to unleashing=\r\n your business\'s full potential. Get in touch with us today to find out=\r\n how our tailored solutions can boost your productivity and efficiency.=\r\n=0D=0A=0D=0ARegards=0D=0A=0D=0ATommy Tanner=0D=0A5C Virtual Assistance=\r\n=0D=0Asales@5cvas.com=0D=0A904-685-6366=0D=0Awww.5cvas.com/?refid=3D200=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwWXq-0077P4-2x\r\n'),(12177,1939,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-193910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch it on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092145062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-193910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-193910002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-193910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-193910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(8344,1305,'_wp_attached_file','2019/11/Banner-Prueba.png'),(8345,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:25:\"2019/11/Banner-Prueba.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-768x401.png\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Banner-Prueba-1024x535.png\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Banner-Prueba-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:26:\"Banner-Prueba-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"Banner-Prueba-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8375,1361,'_edit_lock','1591887586:2'),(8376,1361,'_edit_last','2'),(8377,1361,'wptr_hide_title','1'),(8378,1361,'_wp_page_template','full-width-page.php'),(9630,1564,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:250:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1580249017020\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}}}'),(19780,2754,'_wp_attached_file','2021/07/Palabra.png'),(19781,2754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2021/07/Palabra.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Palabra-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Palabra-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Palabra-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Palabra-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Palabra-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:20:\"Palabra-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:19:\"Palabra-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:19:\"Palabra-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"Palabra-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9408,1475,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1240:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9409,1477,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ec2ff0e7-8ab4-4826-900e-4b44d5e8528b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:159:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><p>[spacer height=\"10px\"]</p><hr><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"02a5dad3-ad5c-4b49-bc11-f460dfb65d1a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8c0a2318-f025-448b-b176-bd84e5aae3bd\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b5b46ebe-ddd4-40a9-9a33-8329bc325cf2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(9410,1479,'panels_data','a:3:{s:7:\"widgets\";a:18:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:213:\"<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e3d92425-4107-44e3-bf05-ea0337ffc7db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"d54e8854-fa8d-4aad-8825-76a4e3471a5f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b596665b-c3d0-45a0-9385-cca9e144caac\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"72ed162f-358f-4b8b-a905-3686556c9cfe\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:258:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8cfbe59c-fd01-47ee-ae71-374d2693b4d5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6672b7c3-d12b-4cbe-baa0-a8b938a5166c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:268:\"<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"3d4f39ea-e66e-4823-95b1-fa5d5a673496\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:264:\"<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"a69f6270-1456-4194-981c-8da00cafaf01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:8;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"74da5e03-6a95-4adb-a52a-219e4571e9b2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:9;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b415c8f0-1ec0-4c6f-b4ee-f4361603cabc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:10;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"f09d58ef-bfe4-418c-90fa-9abe19a0c013\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:11;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:274:\"<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"32c9b327-3f87-47b3-9036-4c1baa26b4c1\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:12;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:273:\"<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"6ddc84ec-fc2e-42da-90fe-04647fb5dc83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:13;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:383:\"<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"1e318cd9-12f1-44ba-aa55-3f9496898c47\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:14;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:359:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"0e10b569-547a-4099-9d35-d506d9736f1b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:15;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:354:\"<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:2;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"b614de43-440e-45cb-9721-b8a00575a456\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:16;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:271:\"<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\">\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:16;s:9:\"widget_id\";s:36:\"f8ab0f55-c23c-4bb9-9a2d-78cec58decaf\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:17;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:17;s:9:\"widget_id\";s:36:\"1c5846f6-7650-4557-b63b-13dbacead7c9\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";s:3:\"378\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:6:\"gutter\";s:4:\"20px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:7;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:20:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:14;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:15;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:16;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:17;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:18;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:19;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9439,1486,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:550:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580240978221\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(19409,2697,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(9449,1489,'_edit_last','2'),(10157,1660,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:422:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></h1><p style=\"text-align: center;\"><br><span class=\"home-sub\">A Little Jig</span><br> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(10200,1675,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409648019\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10224,1684,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-168410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-168410001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-168410002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-168410003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-168410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-168410005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10887,1755,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:278:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10897,1764,'_edit_last','2'),(19329,2684,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268410001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-268410002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1624584961346\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268410003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268410004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19779,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:2304;s:4:\"file\";s:39:\"2021/07/Poster-En-Una-Palabra-negro.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Poster-En-Una-Palabra-negro-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Poster-En-Una-Palabra-negro-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Poster-En-Una-Palabra-negro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Poster-En-Una-Palabra-negro-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Poster-En-Una-Palabra-negro-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"Poster-En-Una-Palabra-negro-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Poster-En-Una-Palabra-negro-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:40:\"Poster-En-Una-Palabra-negro-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:39:\"Poster-En-Una-Palabra-negro-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:39:\"Poster-En-Una-Palabra-negro-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"Poster-En-Una-Palabra-negro-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9406,1471,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9407,1473,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5838442c-a03f-4f9b-b73a-d7de13840f89\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"628a2760-f9e5-4b56-a380-9f556d4e7884\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"83f869b3-3aa0-4720-bae4-e99079b1b51c\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"2e9fe25c-e823-48a4-bf26-e82455d752ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"235cfbe1-aa47-4bed-8c73-5e384cc4d999\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-15px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333329984160542380777769722044467926025390625;s:5:\"style\";a:0:{}}}}'),(9411,98,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:1254:\"Flowerhouse graphics, logos and color palette by <a href=\"http://www.instagram.com/alfonsoruiz.book/\">Alfonso Ruiz</a>.\n\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bcd6cae1-3baa-4bc5-8897-89d3e39bd019\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(91319,9924,'original_headers','From: Renel Segura <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: bizwinteam@gmail.com\n'),(91320,9924,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 00:32:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Renel Segura <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: bizwinteam@gmail.com\r\nSubject: Flowerhouse Films \"New Government Stimulus for Self-Employed 1099 Individuals Inside!\"\r\nDate: Fri, 17 May 2024 07:32:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRenel Segura <bizwinteam@gmail.com>=0ANew Government Stimulus for Self-E=\r\nmployed 1099 Individuals Inside!=0A=0ANew Government Stimulus - Self-Emp=\r\nloyed Tax Credits (SETC)=0D=0A=0D=0AThe easiest and fastest way to apply=\r\n for your entitled benefits.=0D=0A=0D=0AHere\'s what you need to know:=0D=\r\n=0A=0D=0AUp to $32,220 per self-employed individual available=0D=0A=0D=\r\n=0AApply for quarters Q2 (2020) through Q3 (2021)=0D=0A=0D=0ARetroactive=\r\n claims allowed for a limited time=0D=0A=0D=0ADon\'t miss out on this new=\r\n opportunity to receive reimbursement for COVID-related issues that kept=\r\n you from working.=0D=0A=0D=0AApply today before government stimulus fun=\r\nds run out.=0D=0A=0D=0Aapply-for-setc.com=0D=0A=0D=0ABest regards,=0D=0A=\r\n=0D=0ARene Segura=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AThank you for your interest in our communi=\r\ncations. =0D=0AWe understand that everyone\'s preferences are different=\r\n=0D=0Aand we respect your decision to opt out of our messages.=0D=0AI ma=\r\ny receive a commission if you apply and qualify.=0D=0ARene Segura 836 So=\r\nuthampton Road Step B# 146 Benicia Ca 94510=0D=0A=0D=0AYou can unsubscri=\r\nbe from our promotional offers with the link below.=0D=0Ahttps://www.rew=\r\nardocity.com/?info=3Dflowerhousefilms.com=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1s7s5H-00BNYL-2v\r\n'),(91311,9924,'success','1'),(91312,9924,'from_header','Renel Segura <admin@flowerhousefilms.com>'),(91313,9924,'to_header','admin@flowerhousefilms.com'),(91314,9924,'reply_to_header','bizwinteam@gmail.com'),(91315,9924,'transport_uri','smtp:none:none://localhost:25'),(91316,9924,'original_to','admin@flowerhousefilms.com'),(91317,9924,'original_subject','Flowerhouse Films \"New Government Stimulus for Self-Employed 1099 Individuals Inside!\"'),(91318,9924,'original_message','Renel Segura <bizwinteam@gmail.com>\nNew Government Stimulus for Self-Employed 1099 Individuals Inside!\n\nNew Government Stimulus - Self-Employed Tax Credits (SETC)\r\n\r\nThe easiest and fastest way to apply for your entitled benefits.\r\n\r\nHere\'s what you need to know:\r\n\r\nUp to $32,220 per self-employed individual available\r\n\r\nApply for quarters Q2 (2020) through Q3 (2021)\r\n\r\nRetroactive claims allowed for a limited time\r\n\r\nDon\'t miss out on this new opportunity to receive reimbursement for COVID-related issues that kept you from working.\r\n\r\nApply today before government stimulus funds run out.\r\n\r\napply-for-setc.com\r\n\r\nBest regards,\r\n\r\nRene Segura\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you for your interest in our communications. \r\nWe understand that everyone\'s preferences are different\r\nand we respect your decision to opt out of our messages.\r\nI may receive a commission if you apply and qualify.\r\nRene Segura 836 Southampton Road Step B# 146 Benicia Ca 94510\r\n\r\nYou can unsubscribe from our promotional offers with the link below.\r\nhttps://www.rewardocity.com/?info=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89196,9712,'original_to','admin@flowerhousefilms.com'),(89193,9712,'to_header','admin@flowerhousefilms.com'),(89194,9712,'reply_to_header','james231watts@gmail.com'),(89195,9712,'transport_uri','smtp:none:none://localhost:25'),(89192,9712,'from_header','James <admin@flowerhousefilms.com>'),(10916,1775,'_edit_last','2'),(10917,1775,'_wp_page_template','full-width-page.php'),(9494,1517,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580243213422\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:429:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 200 people have made our projects possible. Learn more about us.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1580243302193\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1580243332438\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:583:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1580243365959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9495,1520,'_wp_attached_file','2020/01/Podcast_Art.png'),(9496,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2020/01/Podcast_Art.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Podcast_Art-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Podcast_Art-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:24:\"Podcast_Art-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"Podcast_Art-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9503,1519,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"ac0b8151-73e3-4a53-8c2d-bb834a965dae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-151910007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9502,1522,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:19:\"DSC08334-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"DSC08334-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:22:\"DSC08334-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:22:\"DSC08334-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"DSC08334-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tesseract-large-orig\";a:4:{s:4:\"file\";s:21:\"DSC08334-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"tesseract-site-logo-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"DSC08334-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(9500,1522,'_wp_attached_file','2020/01/DSC08334-scaled-e1580244187228.jpg'),(9501,1522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1708;s:6:\"height\";i:1708;s:4:\"file\";s:42:\"2020/01/DSC08334-scaled-e1580244187228.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"DSC08334-scaled-e1580244187228-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"DSC08334-scaled-e1580244187228-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"DSC08334-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"DSC08334-scaled-e1580244187228-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:43:\"DSC08334-scaled-e1580244187228-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"DSC08334-scaled-e1580244187228-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578765334\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC08334.jpg\";}'),(9504,1523,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:106:\"<p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROYECTOS</h1><p>[spacer height=\"100px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#425e47\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:196:\"<p><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:178:\"<p><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:192:\"<img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1522\" />\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(9505,1492,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"ac0b8151-73e3-4a53-8c2d-bb834a965dae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-149210007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9506,1525,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:105:\"<p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><p>[spacer height=\"100px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#425e47\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:228:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:197:\"<p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:271:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}}}'),(9510,1528,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"<p>[spacer height=\"20px\"]</p><h1 style=\"text-align: center;\">Coming soon...</h1><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1522\";s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#425e47\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9511,1530,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"<p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:197:\"<p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9514,1533,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-153310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092196840\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-153310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-153310002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-153310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-153310004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9655,1581,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580315715797\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9515,1534,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580245835342\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241380392\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9519,1537,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:743:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580245835342\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241380392\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9520,1516,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1591884226205\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1591884247838\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Proyectos</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591884324966\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/about/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591884378229\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contact/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591884470473\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23abbf1b1e\";s:19:\"_sow_form_timestamp\";s:13:\"1591884511250\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:349:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/about/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23ae5d9155\";s:19:\"_sow_form_timestamp\";s:13:\"1591884563211\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9521,1539,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580243213422\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1580246156590\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1580243332438\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:583:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1580243365959\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9522,1541,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580246620380\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1580246156590\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:473:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1580243332438\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:583:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1580243365959\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9531,1546,'_wp_attached_file','2020/01/Flowerhouse_Logos-01.png'),(9532,1546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:32:\"2020/01/Flowerhouse_Logos-01.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-01-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-01-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-01-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-01-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-01-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-01-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9683,1606,'_wp_attached_file','2020/01/1-1.png'),(9533,1547,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:210:\"<p style=\"text-align: left;\">[spacer height=\"100px\"]</p><h1 style=\"text-align: left;\">PROYECTOS</h1><h2><em>los viejos. los nuevos. los actuales.</em></h2><p style=\"text-align: left;\">[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:197:\"<p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:10:\"background\";s:7:\"#442f36\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10212,1682,'_menu_item_url',''),(10211,1682,'_menu_item_xfn',''),(10210,1682,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10209,1682,'_menu_item_target',''),(10208,1682,'_menu_item_object','page'),(10207,1682,'_menu_item_object_id','1660'),(10206,1682,'_menu_item_menu_item_parent','1499'),(10205,1682,'_menu_item_type','post_type'),(9579,1555,'_menu_item_type','post_type'),(9580,1555,'_menu_item_menu_item_parent','1499'),(9581,1555,'_menu_item_object_id','1489'),(9582,1555,'_menu_item_object','page'),(9583,1555,'_menu_item_target',''),(9584,1555,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9585,1555,'_menu_item_xfn',''),(9586,1555,'_menu_item_url',''),(9629,1563,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1183:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1591887643408\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1186:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee243a0ede32\";s:19:\"_sow_form_timestamp\";s:13:\"1591887687435\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6d304fbb-50f3-4e6a-bc23-76e45ed8603b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"395b3376-77b3-4e1a-a7e7-c4ecb827df40\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1796\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.57577972709600000467133895654114894568920135498046875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.42422027290399999532866104345885105431079864501953125;s:5:\"style\";a:0:{}}}}'),(9597,1557,'_menu_item_type','post_type'),(9598,1557,'_menu_item_menu_item_parent','1555'),(9599,1557,'_menu_item_object_id','377'),(9600,1557,'_menu_item_object','page'),(9601,1557,'_menu_item_target',''),(9602,1557,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9603,1557,'_menu_item_xfn',''),(9604,1557,'_menu_item_url',''),(9624,1560,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5838442c-a03f-4f9b-b73a-d7de13840f89\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:542:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"628a2760-f9e5-4b56-a380-9f556d4e7884\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30aca8b7b93\";s:19:\"_sow_form_timestamp\";s:13:\"1580248258443\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6d39443c-e853-4d25-930a-4f8d2f883f4f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30ac83c08b6\";s:19:\"_sow_form_timestamp\";s:13:\"1580248198210\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"7d871d84-c3e3-4e15-9a68-5406184b68f5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83f869b3-3aa0-4720-bae4-e99079b1b51c\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2e9fe25c-e823-48a4-bf26-e82455d752ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"235cfbe1-aa47-4bed-8c73-5e384cc4d999\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"363\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-15px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}}}'),(9606,1558,'_menu_item_type','post_type'),(9607,1558,'_menu_item_menu_item_parent','1555'),(9608,1558,'_menu_item_object_id','39'),(9609,1558,'_menu_item_object','page'),(9610,1558,'_menu_item_target',''),(9611,1558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9612,1558,'_menu_item_xfn',''),(9613,1558,'_menu_item_url',''),(9615,1559,'_menu_item_type','post_type'),(9616,1559,'_menu_item_menu_item_parent','1555'),(9617,1559,'_menu_item_object_id','35'),(9618,1559,'_menu_item_object','page'),(9619,1559,'_menu_item_target',''),(9620,1559,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9621,1559,'_menu_item_xfn',''),(9622,1559,'_menu_item_url',''),(9625,1561,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:195:\"<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5838442c-a03f-4f9b-b73a-d7de13840f89\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:541:\"<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30acd9d6114\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"628a2760-f9e5-4b56-a380-9f556d4e7884\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30aca8b7b93\";s:19:\"_sow_form_timestamp\";s:13:\"1580248258443\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"27e5bbbe-802c-47f9-b7c2-9aa574af022e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30ac83c08b6\";s:19:\"_sow_form_timestamp\";s:13:\"1580248198210\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"62d5fdb4-70e4-4a3f-bf55-de8cab445b12\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"83f869b3-3aa0-4720-bae4-e99079b1b51c\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";s:3:\"359\";s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2e9fe25c-e823-48a4-bf26-e82455d752ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"360\";s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"230px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"235cfbe1-aa47-4bed-8c73-5e384cc4d999\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:3:\"361\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"358\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:28:\"background-position:100% 0%;\";s:27:\"background_image_attachment\";s:3:\"363\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:4;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:5:{s:18:\"background_display\";s:5:\"cover\";s:13:\"bottom_margin\";s:5:\"-15px\";s:6:\"gutter\";s:3:\"0px\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:11:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}}}'),(9634,1569,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:250:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1580249239576\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}}}'),(9631,1361,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1183:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1591887643408\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1186:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee243a0ede32\";s:19:\"_sow_form_timestamp\";s:13:\"1591887687435\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6d304fbb-50f3-4e6a-bc23-76e45ed8603b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"395b3376-77b3-4e1a-a7e7-c4ecb827df40\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1796\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.57577972709600000467133895654114894568920135498046875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.42422027290399999532866104345885105431079864501953125;s:5:\"style\";a:0:{}}}}'),(9635,1571,'_menu_item_type','post_type'),(9636,1571,'_menu_item_menu_item_parent','1499'),(9637,1571,'_menu_item_object_id','1361'),(9638,1571,'_menu_item_object','page'),(9639,1571,'_menu_item_target',''),(9640,1571,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9641,1571,'_menu_item_xfn',''),(9642,1571,'_menu_item_url',''),(9647,1573,'control_id','tt-font-36'),(9648,1573,'control_selectors','a:0:{}'),(9649,1573,'control_description',''),(9650,1573,'force_styles',''),(9652,1575,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:302:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:197:\"<p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b6dee4ba-56df-4f5c-b524-d1e15bae18c4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9653,1577,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:854:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580251349681\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241380392\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(9654,1579,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:854:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580251349681\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241380392\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:496:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:510:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:622:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}}}'),(9657,1586,'_edit_last','2'),(9658,1586,'_wp_page_template','full-width-page.php'),(9659,1587,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c5a64bdb-6371-4d27-836f-bdc57c06b62b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9660,1586,'wptr_hide_title','1'),(9661,1586,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:261:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"aaf43ade-7e05-4ba9-926d-f6a8984ae3bf\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9662,1586,'_edit_lock','1591887759:2'),(9663,1589,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"93530f21-eb39-4902-a808-8174947acb66\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9664,1591,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"238a25a9-fa98-46cd-bd29-591b9f4aecf2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9665,1593,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"700px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"28afc068-61c7-4373-afba-5be0585c62cc\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9666,1595,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:137:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">Coming soon...</span><br>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f5cf6936-016f-4854-937c-2ae639954dc8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9667,1597,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:158:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">&nbsp; &nbsp; &nbsp; Coming soon...</span><br>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9e285d32-1adb-45e3-b2f2-118077183cae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9670,1600,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:152:\"<h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7f37f969-1866-4d9e-b531-f40643d82db1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9671,1602,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:152:\"<h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"aaf43ade-7e05-4ba9-926d-f6a8984ae3bf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(9672,1604,'_menu_item_type','post_type'),(9673,1604,'_menu_item_menu_item_parent','1499'),(9674,1604,'_menu_item_object_id','1586'),(9675,1604,'_menu_item_object','page'),(9676,1604,'_menu_item_target',''),(9677,1604,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9678,1604,'_menu_item_xfn',''),(9679,1604,'_menu_item_url',''),(9681,1605,'_wp_attached_file','2020/01/1.png'),(9682,1605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2020/01/1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:14:\"1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:13:\"1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:13:\"1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:13:\"1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9684,1606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2020/01/1-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"1-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"1-1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:16:\"1-1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:15:\"1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:15:\"1-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9685,1607,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:259:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1605\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"c17f8015-a0fe-44b0-a01a-db12105707bf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(17801,2508,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(17799,2506,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:6:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:5;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(17802,2509,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250910002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-250910003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-250910005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(17803,2510,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89520,9744,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 05:17:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: William Yuen <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: williammakevideos@gmail.com\r\nSubject: Flowerhouse Films \"Free video?\"\r\nDate: Thu, 04 Apr 2024 12:17:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nWilliam Yuen <williammakevideos@gmail.com>=0AFree video?=0A=0AHi, =0D=0A=\r\nI have made a totally free video for flowerhousefilms.com I just wanted=\r\n your permission before I send it over :)=0D=0ASo let me know if you wan=\r\nt it?=0D=0A=0D=0ARegards, =0D=0AWilliam=0A=0A--=0AThis e-mail was sent f=\r\nrom a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefi=\r\nlms.com)\r\n.\r\n250 OK id=1rsM2V-0021et-0N\r\n'),(89533,9746,'to_header','admin@flowerhousefilms.com'),(89534,9746,'reply_to_header','danafsilva12@gmail.com'),(89535,9746,'transport_uri','smtp:none:none://localhost:25'),(89536,9746,'original_to','admin@flowerhousefilms.com'),(89537,9746,'original_subject','Flowerhouse Films \"Redefine Your Online Presence with Our Web Design Expertise\"'),(89461,9739,'success','1'),(89462,9739,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(89463,9739,'to_header','admin@flowerhousefilms.com'),(89464,9739,'reply_to_header','myairanker@gmail.com'),(89465,9739,'transport_uri','smtp:none:none://localhost:25'),(89466,9739,'original_to','admin@flowerhousefilms.com'),(89467,9739,'original_subject','Flowerhouse Films \"Re: One In A Lifetime Opportunity\"'),(89468,9739,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: One In A Lifetime Opportunity\n\nWatch this free training video if you\'re  interested in using A.i. to help make thousands of dollars every month...\r\n\r\nThis is a once in a lifetime opportunity... \r\n\r\nThe internet is going insane trying to get their hands on this exactr A.I. tool...\r\n\r\nClick Here To Watch Your 100% Free Training Video (No Credit Card Required)\r\n>> https://200hourly.com <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89469,9739,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(89470,9739,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 02 Apr 2024 09:07:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: One In A Lifetime Opportunity\"\r\nDate: Tue, 02 Apr 2024 16:07:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: One In A Lifetime Opportunit=\r\ny=0A=0AWatch this free training video if you\'re  interested in using A.i=\r\n.. to help make thousands of dollars every month...=0D=0A=0D=0AThis is a=\r\n once in a lifetime opportunity... =0D=0A=0D=0AThe internet is going ins=\r\nane trying to get their hands on this exactr A.I. tool...=0D=0A=0D=0ACli=\r\nck Here To Watch Your 100% Free Training Video (No Credit Card Required)=\r\n=0D=0A>> https://200hourly.com <<=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AIf you wo=\r\nuld  like to opt-out of communication with us, visit:=0D=0Ahttps://urlop=\r\ntout.com/optout1/?site=3Dflowerhousefilms.com=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1rrgfy-0090DL-1q\r\n'),(90013,9794,'to_header','admin@flowerhousefilms.com'),(90014,9794,'reply_to_header','mclain.sherrill@gmail.com'),(90015,9794,'transport_uri','smtp:none:none://localhost:25'),(90016,9794,'original_to','admin@flowerhousefilms.com'),(90017,9794,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"'),(90018,9794,'original_message','Mark Mclain <mclain.sherrill@gmail.com>\nTo the flowerhousefilms.com Administrator!\n\nHi,\r\n\r\nIf you are reading this message, That means my marketing is working. I can make your ad message reach 5 million sites in the same manner for just $50 and Bigger package 15 Million forms for Just $125. It\'s the most affordable way to market your business or services. Contact me by email virgo.t3@gmail.com or skype me at live:.cid.dbb061d1dcb9127a\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90019,9794,'original_headers','From: Mark Mclain <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mclain.sherrill@gmail.com\n'),(90020,9794,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 05:55:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Mclain <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mclain.sherrill@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"\r\nDate: Tue, 16 Apr 2024 12:55:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Mclain <mclain.sherrill@gmail.com>=0ATo the flowerhousefilms.com Ad=\r\nministrator!=0A=0AHi,=0D=0A=0D=0AIf you are reading this message, That m=\r\neans my marketing is working. I can make your ad message reach 5 million=\r\n sites in the same manner for just $50 and Bigger package 15 Million for=\r\nms for Just $125. It\'s the most affordable way to market your business o=\r\nr services. Contact me by email virgo.t3@gmail.com or skype me at live:.=\r\ncid.dbb061d1dcb9127a=0A=0A--=0AThis e-mail was sent from a contact form=\r\n on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwiLY-009Wfc-14\r\n'),(90198,9812,'original_message','Kelly Davis <kellyknowspayments@gmail.com>\n60% of eligible businesses have not registered.   Have you?\n\nThe deadline to file for a return on the Visa Mastercard 5.5 billion dollar settlement is only 45 days away. \r\n\r\nYou are owed part of the settlement if you accepted credit cards between 2004 and 2019.\r\n\r\nGo here  It takes about 3 minuites\r\n\r\nhttps://visa-mastercard-claim.com/\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90199,9812,'original_headers','From: Kelly Davis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kellyknowspayments@gmail.com\n'),(90200,9812,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 20 Apr 2024 09:32:00 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kelly Davis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kellyknowspayments@gmail.com\r\nSubject: Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"\r\nDate: Sat, 20 Apr 2024 16:32:00 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKelly Davis <kellyknowspayments@gmail.com>=0A60% of eligible businesses=\r\n have not registered.   Have you?=0A=0AThe deadline to file for a return=\r\n on the Visa Mastercard 5.5 billion dollar settlement is only 45 days aw=\r\nay. =0D=0A=0D=0AYou are owed part of the settlement if you accepted cred=\r\nit cards between 2004 and 2019.=0D=0A=0D=0AGo here  It takes about 3 min=\r\nuites=0D=0A=0D=0Ahttps://visa-mastercard-claim.com/=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe =0D=0AClick her=\r\ne  =0D=0Ahttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hL=\r\nH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=3Dsf_link=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1ryDdA-00DBqP-0g\r\n'),(89944,9787,'reply_to_header','noreplyhere@aol.com'),(89945,9787,'transport_uri','smtp:none:none://localhost:25'),(89946,9787,'original_to','admin@flowerhousefilms.com'),(89947,9787,'original_subject','Flowerhouse Films \"??\"'),(89948,9787,'original_message','Phil Stewart <noreplyhere@aol.com>\n??\n\nInterested in maximizing your reach? You\'re reading this message and I can get others to read your ad the exact same way! Drop me an email below to learn more about our services and start spreading your message effectively!\r\n\r\nP. Stewart\r\nEmail: wml0rq@mail-to-form.xyz\r\nSkype: form-blasting\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89949,9787,'original_headers','From: Phil Stewart <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreplyhere@aol.com\n'),(89950,9787,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 14 Apr 2024 17:18:04 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Phil Stewart <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: noreplyhere@aol.com\r\nSubject: Flowerhouse Films \"??\"\r\nDate: Mon, 15 Apr 2024 00:18:04 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPhil Stewart <noreplyhere@aol.com>=0A??=0A=0AInterested in maximizing yo=\r\nur reach? You\'re reading this message and I can get others to read your=\r\n ad the exact same way! Drop me an email below to learn more about our s=\r\nervices and start spreading your message effectively!=0D=0A=0D=0AP. Stew=\r\nart=0D=0AEmail: wml0rq@mail-to-form.xyz=0D=0ASkype: form-blasting=0A=0A-=\r\n-=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwA2u-007ERf-10\r\n'),(89161,9709,'success','1'),(89162,9709,'from_header','Brian And Dee Curtiss <admin@flowerhousefilms.com>'),(89171,9710,'success','1'),(89172,9710,'from_header','James <admin@flowerhousefilms.com>'),(89173,9710,'to_header','admin@flowerhousefilms.com'),(89174,9710,'reply_to_header','james231watts@gmail.com'),(89175,9710,'transport_uri','smtp:none:none://localhost:25'),(89176,9710,'original_to','admin@flowerhousefilms.com'),(89177,9710,'original_subject','Flowerhouse Films \"Hard Working Employees?\"'),(89178,9710,'original_message','James <james231watts@gmail.com>\nHard Working Employees?\n\nAre you concerned that your employees are not getting enough work done?\r\n\r\nNow you can finally put your mind at rest with a new breakthrough technology that might surprise you to find out \r\nwhat everybody is spending their time on.\r\n\r\nIt might also allow you to instantly save a lot of money in lost productivity.\r\n\r\nhttps://bit.ly/4asFyiK\r\n\r\nClick the link above and sign up for the free trial.  I guarantee you will learn a ton about what is really going on.\r\n\r\nTo your success,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nNOTE: We are not Spammers and are against spamming of any kind. We are only \r\nlooking to help businesses in these difficult times. \r\n\r\nIf forwarding this email has made an offence to you or to your business, then we apologize \r\nfor the same. \r\n\r\nIn order to stop receiving such emails from us, simply reply with “NO” in the subject line.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89179,9710,'original_headers','From: James <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: james231watts@gmail.com\n'),(89197,9712,'original_subject','Flowerhouse Films \"Are Your Employees Hard Working?\"'),(89198,9712,'original_message','James <james231watts@gmail.com>\nAre Your Employees Hard Working?\n\nAre you concerned that your employees are not getting enough work done?\r\n\r\nNow you can finally put your mind at rest with a new breakthrough technology that might surprise you to find out \r\nwhat everybody is spending their time on.\r\n\r\nIt might also allow you to instantly save a lot of money in lost productivity.\r\n\r\nhttps:www.cloudwatchxl.com\r\n\r\nClick the link above and sign up for the free trial.  I guarantee you will learn a ton about what is really going on.\r\n\r\nTo your success,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nNOTE: We are not Spammers and are against spamming of any kind. We are only \r\nlooking to help businesses in these difficult times. \r\n\r\nIf forwarding this email has made an offence to you or to your business, then we apologize \r\nfor the same. \r\n\r\nIn order to stop receiving such emails from us, simply reply with “NO” in the subject line.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89203,9713,'to_header','admin@flowerhousefilms.com'),(89204,9713,'reply_to_header','SebastianScottRp@gmail.com'),(89205,9713,'transport_uri','smtp:none:none://localhost:25'),(89206,9713,'original_to','admin@flowerhousefilms.com'),(89207,9713,'original_subject','Flowerhouse Films \"Web Design: Elevate Your Content Presentation\"'),(89208,9713,'original_message','Sebastian Scott <SebastianScottRp@gmail.com>\nWeb Design: Elevate Your Content Presentation\n\nHello,\r\n\r\nContent is king, and presentation is key. Our Web Design service ensures your content shines with visually appealing layouts. Ready for content elevation? Reply to discuss enhancing your content presentation.\r\n\r\nBest,\n\nSebastian Scott\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90155,9808,'transport_uri','smtp:none:none://localhost:25'),(90156,9808,'original_to','admin@flowerhousefilms.com'),(90157,9808,'original_subject','Flowerhouse Films \"Something new in your life\"'),(90158,9808,'original_message','Davidhax <readytostartcr@gmail.com>\nSomething new in your life\n\nThe best thing in life is freedom. Freedom comes from material independence. \r\n<a href=https://script.google.com/macros/s/AKfycbw_tEHhi4S13hzP1ODkNSTbBASFOKActcKwEcoXSKIvmDNE8RzFTVRuqc0i7WY3Dvp7/exec><b><u>Discover your financial independence now!</b></u></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90159,9808,'original_headers','From: Davidhax <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: readytostartcr@gmail.com\n'),(90160,9808,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 10:57:08 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Davidhax <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: readytostartcr@gmail.com\r\nSubject: Flowerhouse Films \"Something new in your life\"\r\nDate: Fri, 19 Apr 2024 17:57:08 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDavidhax <readytostartcr@gmail.com>=0ASomething new in your life=0A=0ATh=\r\ne best thing in life is freedom. Freedom comes from material independenc=\r\ne. =0D=0A<a href=3Dhttps://script.google.com/macros/s/AKfycbw_tEHhi4S13h=\r\nzP1ODkNSTbBASFOKActcKwEcoXSKIvmDNE8RzFTVRuqc0i7WY3Dvp7/exec><b><u>Discov=\r\ner your financial independence now!</b></u></a>=0A=0A--=0AThis e-mail wa=\r\ns sent from a contact form on Inocente Confusi=C3=B3n (https://www.flowe=\r\nrhousefilms.com)\r\n.\r\n250 OK id=1rxsU0-0002dp-30\r\n'),(91291,9922,'success','1'),(91292,9922,'from_header','Samuel Young <admin@flowerhousefilms.com>'),(91293,9922,'to_header','admin@flowerhousefilms.com'),(91294,9922,'reply_to_header','young.samuel@gmail.com'),(91295,9922,'transport_uri','smtp:none:none://localhost:25'),(91296,9922,'original_to','admin@flowerhousefilms.com'),(91297,9922,'original_subject','Flowerhouse Films \"40 Hours FREE. Kickstart Your Project with Instant Development Help\"'),(91298,9922,'original_message','Samuel Young <young.samuel@gmail.com>\n40 Hours FREE. Kickstart Your Project with Instant Development Help\n\n{Are you facing a {Resource Crunch|Developer Shortage|Talent Gap} in your company?|Looking for an affordable {IT|Web Developer} {service|staff|team} We provide {on-demand developers|instant development teams} with expertise in {ANY technology|various technologies|a wide range of skills}, including JAVA, Dot Net, Node JS, React JS, and Python. \r\n\r\nWe can deliver them to you in {just 1 hour|under 60 minutes}. Our services are {40% more affordable|significantly less expensive} than traditional staffing agencies, and you\'re guaranteed {no developer drop-off|100% project continuity}. {Kickstart your project today with a 40-Hour Risk-Free Trial|Get started now with a risk-free 40-hour trial}: https://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these {awesome|great|amaing|fantastic|great} {offers|messages|deals|newsletters}: https://form.jotform.com/241333524965458\r\n32 Boulevard Albin Durand, {Albany|Buffalo|Rochester|Syracuse|Yonkers|New York City|White Plains|Troy|Schenectady|Niagara Falls|Ithaca|Utica|Long Beach|Mount Vernon|Binghamton|Saratoga Springs|Poughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port Chester|Huntington|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|Amsterdam|Corning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Canandaigua|Jamestown|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Glen Cove|Peekskill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|Ogdensburg|Watertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell|Mount Vernon|Peekskill|Yonkers|White Plains|Lockport|Plattsburgh|Ithaca|Harrison|Utica|Rye|Saratoga Springs|Poughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port Chester|Huntington|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|Amsterdam|Corning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Canandaigua|Jamestown|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Glen Cove|Peekskill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|Ogdensburg|Watertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell}, {New York|NY}, {USA|US}, 51000\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91299,9922,'original_headers','From: Samuel Young <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: young.samuel@gmail.com\n'),(91300,9922,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 16 May 2024 05:07:21 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Samuel Young <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: young.samuel@gmail.com\r\nSubject: Flowerhouse Films \"40 Hours FREE. Kickstart Your Project with Instant Development Help\"\r\nDate: Thu, 16 May 2024 12:07:21 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSamuel Young <young.samuel@gmail.com>=0A40 Hours FREE. Kickstart Your Pr=\r\noject with Instant Development Help=0A=0A{Are you facing a {Resource Cru=\r\nnch|Developer Shortage|Talent Gap} in your company?|Looking for an affor=\r\ndable {IT|Web Developer} {service|staff|team} We provide {on-demand deve=\r\nlopers|instant development teams} with expertise in {ANY technology|vari=\r\nous technologies|a wide range of skills}, including JAVA, Dot Net, Node=\r\n JS, React JS, and Python. =0D=0A=0D=0AWe can deliver them to you in {ju=\r\nst 1 hour|under 60 minutes}. Our services are {40% more affordable|signi=\r\nficantly less expensive} than traditional staffing agencies, and you\'re=\r\n guaranteed {no developer drop-off|100% project continuity}. {Kickstart=\r\n your project today with a 40-Hour Risk-Free Trial|Get started now with=\r\n a risk-free 40-hour trial}: https://bit.ly/3UWNFzw=0D=0A=0D=0A=0D=0AUns=\r\nubscribe here if you don\'t want to get these {awesome|great|amaing|fanta=\r\nstic|great} {offers|messages|deals|newsletters}: https://form.jotform.co=\r\nm/241333524965458=0D=0A32 Boulevard Albin Durand, {Albany|Buffalo|Roches=\r\nter|Syracuse|Yonkers|New York City|White Plains|Troy|Schenectady|Niagara=\r\n Falls|Ithaca|Utica|Long Beach|Mount Vernon|Binghamton|Saratoga Springs|=\r\nPoughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port Chester|Hunti=\r\nngton|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|Amsterdam|Corn=\r\ning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Canandaigua|Jamestown=\r\n|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Glen Cove|Peeksk=\r\nill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|Ogdensburg|Wat=\r\nertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell|Mount Vernon|Peekskill=\r\n|Yonkers|White Plains|Lockport|Plattsburgh|Ithaca|Harrison|Utica|Rye|Sar=\r\natoga Springs|Poughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port=\r\n Chester|Huntington|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|=\r\nAmsterdam|Corning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Cananda=\r\nigua|Jamestown|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Gl=\r\nen Cove|Peekskill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|=\r\nOgdensburg|Watertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell}, {New Y=\r\nork|NY}, {USA|US}, 51000=0A=0A--=0AThis e-mail was sent from a contact f=\r\norm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s7ZtJ-002zAC-2U\r\n'),(90861,9879,'success','1'),(90862,9879,'from_header','Julieta Monahan <admin@flowerhousefilms.com>'),(90841,9877,'success','1'),(90842,9877,'from_header','Antje Swinburne <admin@flowerhousefilms.com>'),(90843,9877,'to_header','admin@flowerhousefilms.com'),(90844,9877,'reply_to_header','antje.swinburne20@msn.com'),(90845,9877,'transport_uri','smtp:none:none://localhost:25'),(90846,9877,'original_to','admin@flowerhousefilms.com'),(90847,9877,'original_subject','Flowerhouse Films \"Join Our Casino for a Chance to Win $9000 plus Free Spins\"'),(90848,9877,'original_message','Antje Swinburne <antje.swinburne20@msn.com>\nJoin Our Casino for a Chance to Win $9000 plus Free Spins\n\nUnleash yourself in the world of thrilling slot games with our Casino! Get ready for non-stop thrills with our incredible $9K Welcome Bonus - that\'s a awesome 900% up to $9,000 and extra 150 FREE SPINS! \r\n\r\nDon\'t let this slip away on your chance to win big! Visit us now at https://bit.ly/slot9000\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90932,9886,'from_header','Madeline Dickinson <admin@flowerhousefilms.com>'),(90933,9886,'to_header','admin@flowerhousefilms.com'),(90934,9886,'reply_to_header','admin@charterunionfin.com'),(90935,9886,'transport_uri','smtp:none:none://localhost:25'),(90936,9886,'original_to','admin@flowerhousefilms.com'),(90937,9886,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"'),(90949,9887,'original_headers','From: Renel Segura <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: bizwinteam@gmail.com\n'),(90950,9887,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 07 May 2024 02:49:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Renel Segura <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: bizwinteam@gmail.com\r\nSubject: Flowerhouse Films \"Exciting News: New Government Stimulus for Self-Employed 1099 Individuals Inside!\"\r\nDate: Tue, 07 May 2024 09:49:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRenel Segura <bizwinteam@gmail.com>=0AExciting News: New Government Stim=\r\nulus for Self-Employed 1099 Individuals Inside!=0A=0AIntroducing a strea=\r\nmlined process for claiming your Self-Employed Tax Credits (SETC)=0D=0A=\r\n=0D=0AThe easiest, fastest, and most secure way to access your entitled=\r\n benefits.=0D=0A=0D=0AHere\'s what you need to know:=0D=0A=0D=0AUp to $32=\r\n,220 per self-employed individual available=0D=0A=0D=0AApply for quarter=\r\ns Q2 (2020) through Q3 (2021)=0D=0A=0D=0ARetroactive claims allowed for=\r\n a limited time=0D=0A=0D=0ADon\'t miss out on this new opportunity to rec=\r\neive reimbursement for COVID-related issues that kept you from working.=\r\n=0D=0A=0D=0ATake our pre-qualification survey now to get started on unlo=\r\ncking your tax credits!=0D=0A=0D=0AApply today before government stimulu=\r\ns funds run out.=0D=0A=0D=0Aapply-for-setc.com=0D=0A=0D=0ABest regards,=\r\n=0D=0A=0D=0ARene Segura=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AThank you fo=\r\nr your interest in our communications. =0D=0AWe understand that everyone=\r\n\'s preferences are different=0D=0Aand we respect your decision to opt ou=\r\nt of our messages.=0D=0AI may receive a commission if you apply and qual=\r\nify.=0D=0ARene Segura 836 Southampton Road Step B# 146 Benicia Ca 94510=\r\n=0D=0A=0D=0AYou can unsubscribe from our promotional offers with the lin=\r\nk below.=0D=0Ahttps://www.rewardocity.com/?info=3Dflowerhousefilms.com=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4HSP-00FDT8-2k\r\n'),(90891,9882,'success','1'),(90892,9882,'from_header','Travi Corrie <admin@flowerhousefilms.com>'),(90893,9882,'to_header','admin@flowerhousefilms.com'),(90894,9882,'reply_to_header','travis.lopez@trychat2leads.com'),(90895,9882,'transport_uri','smtp:none:none://localhost:25'),(90896,9882,'original_to','admin@flowerhousefilms.com'),(90897,9882,'original_subject','Flowerhouse Films \"Put Your Website to Work for You!\"'),(90898,9882,'original_message','Travi Corrie <travis.lopez@trychat2leads.com>\nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website \r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\n\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\n\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come.\r\n\r\nFind out more now at: https://chat2leads.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89371,9730,'success','1'),(89372,9730,'from_header','Mariosaisk <admin@flowerhousefilms.com>'),(89373,9730,'to_header','admin@flowerhousefilms.com'),(89374,9730,'reply_to_header','dediqahqure587@gmail.com'),(89375,9730,'transport_uri','smtp:none:none://localhost:25'),(89378,9730,'original_message','Mariosaisk <dediqahqure587@gmail.com>\nBinance\n\nBitcoin (BTC) might just be the golden opportunity of our era, poised to skyrocket to $200,000 in the upcoming year or the one following. In the past year alone, BTC has witnessed a staggering 20-fold increase, while other cryptocurrencies have surged by an astounding 800 times! Consider this: a mere few years ago, Bitcoin was valued at just $2. Now is the time to seize this unparalleled chance in life. \r\nJoin Binance, the world\'s largest and most secure digital currency exchange, and unlock free rewards. Don\'t let this pivotal moment slip through your fingers! \r\n﻿Click the link below to enjoy a lifetime 10% discount on all your trades. \r\nhttps://swiy.co/LgSv\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89376,9730,'original_to','admin@flowerhousefilms.com'),(89377,9730,'original_subject','Flowerhouse Films \"Binance\"'),(91009,9893,'original_headers','From: Jerrold Doran <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: jerrold.doran@outlook.com\n'),(91010,9893,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 08 May 2024 12:04:56 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jerrold Doran <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: jerrold.doran@outlook.com\r\nSubject: Flowerhouse Films \"Important Reminder: Claim Your $32,222 Tax Credit Before May 17th!\"\r\nDate: Wed, 08 May 2024 19:04:56 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJerrold Doran <jerrold.doran@outlook.com>=0AImportant Reminder: Claim Yo=\r\nur $32,222 Tax Credit Before May 17th!=0A=0AMay 17th is almost here - ha=\r\nve you filed for your USD32K SETC Tax Credit yet?, you may be eligible f=\r\nor up to =0D=0A$32K SETC Tax Credit! It is valid until May 17th.=0D=0A=\r\n=0D=0AWatch a brief youtube video by clicking the link ( https://www.you=\r\ntube.com/watch?v=3DWCe0W8a_oag )=0D=0A=0D=0Aand if you qualify, fill out=\r\n the form https://bit.ly/3WDGWvg=0D=0A=0D=0ASETC Pros boasts a 90% succe=\r\nss rate in helping individuals to get the Tax Credits they rightfully de=\r\nserve. You won\'t have to return anything; it\'s money from COVID-19 tax c=\r\nredits that\'s still available.=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe here i=\r\nf you don\'t want to get these amaing offers: https://form.jotform.com/24=\r\n1243363091449=0D=0A94 Austin Road, Saratoga Springs, New York, USA, 846=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4mb2-006boK-1q\r\n'),(90991,9892,'success','1'),(90992,9892,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(90993,9892,'to_header','admin@flowerhousefilms.com'),(90994,9892,'reply_to_header','lucido.leinteract@gmail.com'),(90995,9892,'transport_uri','smtp:none:none://localhost:25'),(90996,9892,'original_to','admin@flowerhousefilms.com'),(90997,9892,'original_subject','Flowerhouse Films \"Hallo, i writing about your the prices\"'),(90998,9892,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nHallo, i writing about your the prices\n\nহাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90999,9892,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(91000,9892,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 08 May 2024 07:59:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Hallo, i writing about your the prices\"\r\nDate: Wed, 08 May 2024 14:59:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AHallo, i writing about your=\r\n the prices=0A=0A=E0=A6=B9=E0=A6=BE=E0=A6=87, =E0=A6=86=E0=A6=AE=E0=A6=\r\n=BF =E0=A6=86=E0=A6=AA=E0=A6=A8=E0=A6=BE=E0=A6=B0 =E0=A6=AE=E0=A7=82=E0=\r\n=A6=B2=E0=A7=8D=E0=A6=AF =E0=A6=9C=E0=A6=BE=E0=A6=A8=E0=A6=A4=E0=A7=87=\r\n =E0=A6=9A=E0=A7=87=E0=A6=AF=E0=A6=BC=E0=A7=87=E0=A6=9B=E0=A6=BF=E0=A6=\r\n=B2=E0=A6=BE=E0=A6=AE.=0A=0A--=0AThis e-mail was sent from a contact for=\r\nm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4ilF-0017qY-28\r\n'),(89061,9699,'success','1'),(89062,9699,'from_header','Ed Frez <admin@flowerhousefilms.com>'),(89063,9699,'to_header','admin@flowerhousefilms.com'),(89064,9699,'reply_to_header','EdwardFrez824@gmail.com'),(89065,9699,'transport_uri','smtp:none:none://localhost:25'),(89066,9699,'original_to','admin@flowerhousefilms.com'),(89067,9699,'original_subject','Flowerhouse Films \"Elevate Your Online Game with Expert Web Design\"'),(89068,9699,'original_message','Ed Frez <EdwardFrez824@gmail.com>\nElevate Your Online Game with Expert Web Design\n\nHello,\r\n\r\nLooking to boost your internet presence? Our Web Design service provides cutting-edge solutions that will help you stand out in the digital arena. Let\'s work together to improve your online performance.\r\n\r\nWarm regards,\n\nEd Frez - Web Design Specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89069,9699,'original_headers','From: Ed Frez <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: EdwardFrez824@gmail.com\n'),(89070,9699,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 19:53:43 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ed Frez <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: EdwardFrez824@gmail.com\r\nSubject: Flowerhouse Films \"Elevate Your Online Game with Expert Web Design\"\r\nDate: Fri, 22 Mar 2024 02:53:43 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEd Frez <EdwardFrez824@gmail.com>=0AElevate Your Online Game with Expert=\r\n Web Design=0A=0AHello,=0D=0A=0D=0ALooking to boost your internet presen=\r\nce? Our Web Design service provides cutting-edge solutions that will hel=\r\np you stand out in the digital arena. Let\'s work together to improve you=\r\nr online performance.=0D=0A=0D=0AWarm regards,=0A=0AEd Frez - Web Design=\r\n Specialist=0A=0A--=0AThis e-mail was sent from a contact form on Inocen=\r\nte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnV2N-006pVV-2u\r\n'),(89071,9700,'success','1'),(89072,9700,'from_header','James Watts <admin@flowerhousefilms.com>'),(89073,9700,'to_header','admin@flowerhousefilms.com'),(89074,9700,'reply_to_header','james231watts@gmail.com'),(89075,9700,'transport_uri','smtp:none:none://localhost:25'),(89076,9700,'original_to','admin@flowerhousefilms.com'),(89077,9700,'original_subject','Flowerhouse Films \"Website Admin or Business Owner, Only\"'),(89078,9700,'original_message','James Watts <james231watts@gmail.com>\nWebsite Admin or Business Owner, Only\n\nThis has NOTHING to do with:\r\n\r\n- SEO\r\n\r\n- Website Audits\r\n\r\n- Bitcoin\r\n\r\n- The Latest Weight Loss Fad\r\n\r\n- Or How Slow Your Website is Running :-)\r\n\r\nThis has EVERYTHING to do with YOU.\r\n\r\nThe hard-working, and sometimes stressed out, Website Admin or Business Owner.\r\n\r\nWith the Big Man in the White House experiencing his own “Senior Moments”, YOU need to take steps to prevent this from happening to you!\r\n\r\nAs more than one in ten Americans suffer from Dementia, these “Senior Moments” can easily turn into full-blown Alzheimer’s.\r\n\r\nIf you are an adult or know any adults looking to enjoy Sharper Focus and Crystal-Clear Memory way into your Senior Years, and in only 7 seconds a day.\r\n\r\nQuickly take the 1-Word Dementia Test that over 32,477 adults have already taken, before it’s too late: https://bit.ly/3uTtnwE\r\n\r\nMy best wishes,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nReply with the word Unsubscribe, in the email subject line to opt out.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89079,9700,'original_headers','From: James Watts <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: james231watts@gmail.com\n'),(89080,9700,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 22:49:12 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: James Watts <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: james231watts@gmail.com\r\nSubject: Flowerhouse Films \"Website Admin or Business Owner, Only\"\r\nDate: Fri, 22 Mar 2024 05:49:12 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJames Watts <james231watts@gmail.com>=0AWebsite Admin or Business Owner,=\r\n Only=0A=0AThis has NOTHING to do with:=0D=0A=0D=0A- SEO=0D=0A=0D=0A- We=\r\nbsite Audits=0D=0A=0D=0A- Bitcoin=0D=0A=0D=0A- The Latest Weight Loss Fa=\r\nd=0D=0A=0D=0A- Or How Slow Your Website is Running :-)=0D=0A=0D=0AThis h=\r\nas EVERYTHING to do with YOU.=0D=0A=0D=0AThe hard-working, and sometimes=\r\n stressed out, Website Admin or Business Owner.=0D=0A=0D=0AWith the Big=\r\n Man in the White House experiencing his own =E2=80=9CSenior Moments=E2=\r\n=80=9D, YOU need to take steps to prevent this from happening to you!=0D=\r\n=0A=0D=0AAs more than one in ten Americans suffer from Dementia, these=\r\n =E2=80=9CSenior Moments=E2=80=9D can easily turn into full-blown Alzhei=\r\nmer=E2=80=99s.=0D=0A=0D=0AIf you are an adult or know any adults looking=\r\n to enjoy Sharper Focus and Crystal-Clear Memory way into your Senior Ye=\r\nars, and in only 7 seconds a day.=0D=0A=0D=0AQuickly take the 1-Word Dem=\r\nentia Test that over 32,477 adults have already taken, before it=E2=80=\r\n=99s too late: https://bit.ly/3uTtnwE=0D=0A=0D=0AMy best wishes,=0D=0AJa=\r\nmes=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A102 W 91st St=0D=0ANew York, NY =0D=0A10024, United States=0D=\r\n=0A=0D=0AReply with the word Unsubscribe, in the email subject line to o=\r\npt out.=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnXmC-00B4on-1v\r\n'),(89218,9714,'original_message','Jeannette Byard <byard.jeannette@googlemail.com>\nTo the flowerhousefilms.com Administrator.\n\nWe transform your 5 Star Reviews into SEO videos that rank high on Google when people search for your Online Reputation. The best part? It\'s free! http://free-review-videos.info\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89219,9714,'original_headers','From: Jeannette Byard <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: byard.jeannette@googlemail.com\n'),(89220,9714,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 13:16:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jeannette Byard <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: byard.jeannette@googlemail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"\r\nDate: Wed, 27 Mar 2024 20:16:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJeannette Byard <byard.jeannette@googlemail.com>=0ATo the flowerhousefil=\r\nms.com Administrator.=0A=0AWe transform your 5 Star Reviews into SEO vid=\r\neos that rank high on Google when people search for your Online Reputati=\r\non. The best part? It\'s free! http://free-review-videos.info=0A=0A--=0AT=\r\nhis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (http=\r\ns://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpZhF-002olc-18\r\n'),(89231,9716,'success','1'),(89232,9716,'from_header','Will Blackmore <admin@flowerhousefilms.com>'),(89233,9716,'to_header','admin@flowerhousefilms.com'),(89234,9716,'reply_to_header','blackmore.wm+gbf2403@gmail.com'),(89235,9716,'transport_uri','smtp:none:none://localhost:25'),(89236,9716,'original_to','admin@flowerhousefilms.com'),(89237,9716,'original_subject','Flowerhouse Films \"Could you use some funding to grow / expand your biz?\"'),(89238,9716,'original_message','Will Blackmore <blackmore.wm+gbf2403@gmail.com>\nCould you use some funding to grow / expand your biz?\n\nBusiness Growth & Expansion is an EXCITING phase! \r\n\r\nIt often requires a variety of investments to be made into your business to keep up with growing demand… \r\n\r\n- bigger premises \r\n- new locations \r\n- more stock \r\n- more staff \r\n- new technology \r\n- more equipment \r\n\r\n\r\nYou might be thinking that you could just tap into your internal cash reserves to cover these expenses. \r\n\r\nThat\'s a good idea …sometimes but not always. \r\n⁣\r\nThe moment you lock up your cash in something tangible… \r\n…like equipment, staff, inventory, property, etc. \r\n…it is no longer liquid. \r\n\r\nYou no longer have EASY access to that cash. \r\n\r\nYou have to wait for more cash to flow in to cover your day-to-day operations. \r\n\r\n\r\nBut … there is an alternative… \r\n…leverage OPM - other people\'s money. \r\n\r\nThat\'s where we come in. \r\n\r\nOur lending networks consist of a wide range of alternative lending sources who provide access to fast capital so that you can quickly take advantage of growth opportunities that come your way. \r\n\r\nAvailable Funding Products include: \r\n> Business Term Loans from $10K - $10M \r\n> Short Term Business Loans from $5K - $750K \r\n> Revenue Lending from $10K - $20M \r\n> Working Capital Loans from $10K - $750K \r\n> Consolidation Loans from $25K - $750K \r\n> Business Lines of Credit from $10K - $20M \r\n> SBA Loans from $100K - $5M \r\n> Purchase Order Financing from $10K - $20M \r\n> Inventory Financing from $250K - $500K \r\n> Book of Business Financing from $25K - $50M \r\n> 401K or IRA Financing from $10K - $1M \r\n> Securities-Based Financing from $50K and up \r\n> Equipment Financing / Leasing from $10K - $20M \r\n> Invoice Financing up to $10M per month \r\n> Account Receivable Financing from $10K - $20M \r\n> Commercial Real Estate Loans up to $150M \r\n> Business Acquisition Financing up to $25M \r\n> Unsecured Business Credit Cards from $10K - $150K \r\n\r\nWhen it comes to business capital, we\'ve got you covered from all angles. \r\n\r\n\r\n*** Your Next Step *** \r\nIf you\'re interested in getting funds to grow or expand your business, complete our super simple form to get matched with the best lending network for your circumstances: \r\n>> https://GrowBizFunds.click/ \r\n\r\nLooking forward to helping you make 2024 your best year yet!!! \r\n\r\nWarm Regards, \r\nWill \r\n\r\n*** MINIMUM FUNDING CRITERIA *** \r\n✔️ Business Must Be Based in USA \r\n✔️ Must Be Registered and in Good Standing \r\n✔️ Must Have Business Bank Account \r\n✔️ 12+ Months Generating Revenue \r\n✔️ $25,000+ Monthly Revenue \r\n***************************************\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n2000 S Colorado Blvd\r\nDenver CO 80222\r\n\r\nIf you\'d rather not find out more about business funding, simply reply to this email with the word REMOVE and your wish will be promptly granted.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89239,9716,'original_headers','From: Will Blackmore <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: blackmore.wm+gbf2403@gmail.com\n'),(89240,9716,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 14:55:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Will Blackmore <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: blackmore.wm+gbf2403@gmail.com\r\nSubject: Flowerhouse Films \"Could you use some funding to grow / expand your biz?\"\r\nDate: Wed, 27 Mar 2024 21:55:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nWill Blackmore <blackmore.wm+gbf2403@gmail.com>=0ACould you use some fun=\r\nding to grow / expand your biz?=0A=0ABusiness Growth & Expansion is an E=\r\nXCITING phase! =0D=0A=0D=0AIt often requires a variety of investments to=\r\n be made into your business to keep up with growing demand=E2=80=A6 =0D=\r\n=0A=0D=0A- bigger premises =0D=0A- new locations =0D=0A- more stock =0D=\r\n=0A- more staff =0D=0A- new technology =0D=0A- more equipment =0D=0A=0D=\r\n=0A=0D=0AYou might be thinking that you could just tap into your interna=\r\nl cash reserves to cover these expenses. =0D=0A=0D=0AThat\'s a good idea=\r\n =E2=80=A6sometimes but not always. =0D=0A=E2=81=A3=0D=0AThe moment you=\r\n lock up your cash in something tangible=E2=80=A6 =0D=0A=E2=80=A6like eq=\r\nuipment, staff, inventory, property, etc. =0D=0A=E2=80=A6it is no longer=\r\n liquid. =0D=0A=0D=0AYou no longer have EASY access to that cash. =0D=0A=\r\n=0D=0AYou have to wait for more cash to flow in to cover your day-to-day=\r\n operations. =0D=0A=0D=0A=0D=0ABut =E2=80=A6 there is an alternative=E2=\r\n=80=A6 =0D=0A=E2=80=A6leverage OPM - other people\'s money. =0D=0A=0D=0AT=\r\nhat\'s where we come in. =0D=0A=0D=0AOur lending networks consist of a wi=\r\nde range of alternative lending sources who provide access to fast capit=\r\nal so that you can quickly take advantage of growth opportunities that c=\r\nome your way. =0D=0A=0D=0AAvailable Funding Products include: =0D=0A> Bu=\r\nsiness Term Loans from $10K - $10M =0D=0A> Short Term Business Loans fro=\r\nm $5K - $750K =0D=0A> Revenue Lending from $10K - $20M =0D=0A> Working C=\r\napital Loans from $10K - $750K =0D=0A> Consolidation Loans from $25K - $=\r\n750K =0D=0A> Business Lines of Credit from $10K - $20M =0D=0A> SBA Loans=\r\n from $100K - $5M =0D=0A> Purchase Order Financing from $10K - $20M =0D=\r\n=0A> Inventory Financing from $250K - $500K =0D=0A> Book of Business Fin=\r\nancing from $25K - $50M =0D=0A> 401K or IRA Financing from $10K - $1M=\r\n =0D=0A> Securities-Based Financing from $50K and up =0D=0A> Equipment F=\r\ninancing / Leasing from $10K - $20M =0D=0A> Invoice Financing up to $10M=\r\n per month =0D=0A> Account Receivable Financing from $10K - $20M =0D=0A>=\r\n Commercial Real Estate Loans up to $150M =0D=0A> Business Acquisition F=\r\ninancing up to $25M =0D=0A> Unsecured Business Credit Cards from $10K -=\r\n $150K =0D=0A=0D=0AWhen it comes to business capital, we\'ve got you cove=\r\nred from all angles. =0D=0A=0D=0A=0D=0A*** Your Next Step *** =0D=0AIf y=\r\nou\'re interested in getting funds to grow or expand your business, compl=\r\nete our super simple form to get matched with the best lending network f=\r\nor your circumstances: =0D=0A>> https://GrowBizFunds.click/ =0D=0A=0D=0A=\r\nLooking forward to helping you make 2024 your best year yet!!! =0D=0A=0D=\r\n=0AWarm Regards, =0D=0AWill =0D=0A=0D=0A*** MINIMUM FUNDING CRITERIA ***=\r\n =0D=0A=E2=9C=94=EF=B8=8F Business Must Be Based in USA =0D=0A=E2=9C=94=\r\n=EF=B8=8F Must Be Registered and in Good Standing =0D=0A=E2=9C=94=EF=B8=\r\n=8F Must Have Business Bank Account =0D=0A=E2=9C=94=EF=B8=8F 12+ Months=\r\n Generating Revenue =0D=0A=E2=9C=94=EF=B8=8F $25,000+ Monthly Revenue=\r\n =0D=0A***************************************=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A2000 S Colorado Blvd=0D=0ADenver CO=\r\n 80222=0D=0A=0D=0AIf you\'d rather not find out more about business fundi=\r\nng, simply reply to this email with the word REMOVE and your wish will b=\r\ne promptly granted.=0A=0A--=0AThis e-mail was sent from a contact form o=\r\nn Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpbFP-0053HZ-2N\r\n'),(89671,9760,'success','1'),(89672,9760,'from_header','Ravi Huntley <admin@flowerhousefilms.com>'),(89673,9760,'to_header','admin@flowerhousefilms.com'),(89674,9760,'reply_to_header','cornell.huntley@gmail.com'),(89675,9760,'transport_uri','smtp:none:none://localhost:25'),(89676,9760,'original_to','admin@flowerhousefilms.com'),(89677,9760,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(89427,9735,'original_subject','Flowerhouse Films \"Sports Analytics Software - How to Profit from randomness\"'),(89428,9735,'original_message','Eduardo Wannemaker <wannemaker.eduardo@gmail.com>\nSports Analytics Software - How to Profit from randomness\n\nSports Analytics software is based on pattern identification over historical data. This is designed in such a way so it can identify from only random events. This takes out emotional & human control and creates a long term profitable opportunity.\r\n\r\nMust try for a month & see the potential yourself - https://bit.ly/3vyZUrY\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89429,9735,'original_headers','From: Eduardo Wannemaker <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: wannemaker.eduardo@gmail.com\n'),(89430,9735,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 01 Apr 2024 18:16:19 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Eduardo Wannemaker <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: wannemaker.eduardo@gmail.com\r\nSubject: Flowerhouse Films \"Sports Analytics Software - How to Profit from randomness\"\r\nDate: Tue, 02 Apr 2024 01:16:19 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEduardo Wannemaker <wannemaker.eduardo@gmail.com>=0ASports Analytics Sof=\r\ntware - How to Profit from randomness=0A=0ASports Analytics software is=\r\n based on pattern identification over historical data. This is designed=\r\n in such a way so it can identify from only random events. This takes ou=\r\nt emotional & human control and creates a long term profitable opportuni=\r\nty.=0D=0A=0D=0AMust try for a month & see the potential yourself - https=\r\n://bit.ly/3vyZUrY=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rrSl9-003lmh-0x\r\n'),(89529,9745,'original_headers','From: Graig Phifer <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: phifer.graig@gmail.com\n'),(89530,9745,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 05:20:25 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Graig Phifer <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: phifer.graig@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Owner.\"\r\nDate: Thu, 04 Apr 2024 12:20:25 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nGraig Phifer <phifer.graig@gmail.com>=0AHi flowerhousefilms.com Owner.=\r\n=0A=0AThink you might need business working capital but unsure how it wo=\r\nrks? I can fix that, let me show you how. Send me an email below now.=0D=\r\n=0A=0D=0AElizabeth Miller=0D=0AWorking Capital Loan Specialist=0D=0A295=\r\n Seven Farms Drive=0D=0ASuite C- 201=0D=0ACharleston, SC 29492=0D=0Awww.=\r\nHelloRatesFastFunding.com=0D=0Aelizabeth.miller@helloratesfastfunding.co=\r\nm=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rsM4v-0025M1-2v\r\n'),(91339,9926,'original_headers','From: Hassie Odriscoll <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hassie.odriscoll@msn.com\n'),(91331,9926,'success','1'),(91332,9926,'from_header','Hassie Odriscoll <admin@flowerhousefilms.com>'),(91333,9926,'to_header','admin@flowerhousefilms.com'),(91334,9926,'reply_to_header','hassie.odriscoll@msn.com'),(91335,9926,'transport_uri','smtp:none:none://localhost:25'),(91336,9926,'original_to','admin@flowerhousefilms.com'),(91337,9926,'original_subject','Flowerhouse Films \"Considerable Exposure Awaits: Reach 1 Million Businesses Now\"'),(91338,9926,'original_message','Hassie Odriscoll <hassie.odriscoll@msn.com>\nConsiderable Exposure Awaits: Reach 1 Million Businesses Now\n\nStart now and see the difference it makes!\r\n\r\nDo you want to expand your business reach without breaking the bank? Our bulk message submission service is the ideal solution. For just $47 USD, you can have your message delivered to one million businesses through their website contact forms. This is an fantastic way to enhance your visibility, drive more traffic to your site, and potentially gain new customers.\r\n\r\nThink about the impact of having your message get to a wide network of businesses, all for the cost of a single ad campaign. Whether you’re promoting a new product, offering a service, or simply wanting to increase brand awareness, this service can help you achieve your goals.\r\n\r\nLearn more at: https://bit.ly/bulkforms\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome emails: https://form.jotform.com/241362853020447\r\n99 Route De Lyon, Joue-Les-Tours, CENTRE, France, 37300\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91261,9919,'success','1'),(91262,9919,'from_header','Allison Bowers <admin@flowerhousefilms.com>'),(91263,9919,'to_header','admin@flowerhousefilms.com'),(91264,9919,'reply_to_header','lucilleparker124@gmail.com'),(91265,9919,'transport_uri','smtp:none:none://localhost:25'),(91266,9919,'original_to','admin@flowerhousefilms.com'),(91267,9919,'original_subject','Flowerhouse Films \"Attention Owner!\"'),(91268,9919,'original_message','Allison Bowers <lucilleparker124@gmail.com>\nAttention Owner!\n\nhey, I did a free marketing book for your website, is this a good place to send it?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91269,9919,'original_headers','From: Allison Bowers <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucilleparker124@gmail.com\n'),(91270,9919,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 15 May 2024 22:10:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Allison Bowers <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucilleparker124@gmail.com\r\nSubject: Flowerhouse Films \"Attention Owner!\"\r\nDate: Thu, 16 May 2024 05:10:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAllison Bowers <lucilleparker124@gmail.com>=0AAttention Owner!=0A=0Ahey,=\r\n I did a free marketing book for your website, is this a good place to s=\r\nend it?=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s7TNZ-00AvLr-1T\r\n'),(91439,9936,'original_headers','From: Donna Lee <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: donna.lee2514@gmail.com\n'),(91440,9936,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 19 May 2024 09:23:48 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Donna Lee <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: donna.lee2514@gmail.com\r\nSubject: Flowerhouse Films \"Elevate Your Brand\'s Online Presence with Our Web Design Solutions!\"\r\nDate: Sun, 19 May 2024 16:23:48 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDonna Lee <donna.lee2514@gmail.com>=0AElevate Your Brand\'s Online Presen=\r\nce with Our Web Design Solutions!=0A=0AHello,=0D=0A=0D=0AReady to elevat=\r\ne your brand online? Our Web Design solutions are tailored to empower yo=\r\nur brand\'s digital journey. Let\'s collaborate to create a captivating we=\r\nbsite that reflects your brand\'s identity and engages your audience effe=\r\nctively.=0D=0A=0D=0ABest regards,=0A=0ADonna Lee=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1s8jK8-00ENsh-2R\r\n'),(91418,9934,'original_message','Charlietaf <matipe.s.m.i.t.h@gmail.com>\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91419,9934,'original_headers','From: Charlietaf <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: matipe.s.m.i.t.h@gmail.com\n'),(91420,9934,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 18 May 2024 14:55:26 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Charlietaf <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: matipe.s.m.i.t.h@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Desea=20ganar=20criptomonedas=20?=\r\n =?UTF-8?Q?gratis=20;=20es=20f=C3=A1cil=20de=20hacer=20simplemente=20?=\r\n =?UTF-8?Q?haciendo=20clic=20en=20la=20pantalla=20de=20su=20?=\r\n =?UTF-8?Q?tel=C3=A9fono=2C=20siguiendo=20el=20enlace=20y=20?=\r\n =?UTF-8?Q?uni=C3=A9ndose=20a=20millones=20de=20usuarios=20https://tinyurl.com/3u45x2kw\"?=\r\nDate: Sat, 18 May 2024 21:55:26 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCharlietaf <matipe.s.m.i.t.h@gmail.com>=0ADesea ganar criptomonedas grat=\r\nis ; es f=C3=A1cil de hacer simplemente haciendo clic en la pantalla de=\r\n su tel=C3=A9fono, siguiendo el enlace y uni=C3=A9ndose a millones de us=\r\nuarios https://tinyurl.com/3u45x2kw=0A=0ADesea ganar criptomonedas grati=\r\ns ; es f=C3=A1cil de hacer simplemente haciendo clic en la pantalla de s=\r\nu tel=C3=A9fono, siguiendo el enlace y uni=C3=A9ndose a millones de usua=\r\nrios https://tinyurl.com/3u45x2kw=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1s8S1W-008gzi-1W\r\n'),(90959,9888,'original_headers','From: RobertVulge <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: maski8palge@hotmail.com\n'),(90960,9888,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 07 May 2024 11:04:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: RobertVulge <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: maski8palge@hotmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Te=20invitamos=20a=20un=20?=\r\n =?UTF-8?Q?intercambio=20criptogr=C3=A1fico=20privado\"?=\r\nDate: Tue, 07 May 2024 18:04:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertVulge <maski8palge@hotmail.com>=0ATe invitamos a un intercambio cr=\r\niptogr=C3=A1fico privado=0A=0A=C2=A1Buenas tardes! Te damos un c=C3=B3di=\r\ngo promocional - ZBXM777 =0D=0AAct=C3=ADvelo en su cuenta personal despu=\r\n=C3=A9s de registrarse en www.cexasia.pro =0D=0AY recibir=C3=A1 hasta 10=\r\n00 USDT en su dep=C3=B3sito. =C2=A1Feliz trading!=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s4PAl-0099Hu-1H\r\n'),(90921,9885,'success','1'),(90922,9885,'from_header','RaymondDup <admin@flowerhousefilms.com>'),(90923,9885,'to_header','admin@flowerhousefilms.com'),(90924,9885,'reply_to_header','mindenergyopenyour@gmail.com'),(90925,9885,'transport_uri','smtp:none:none://localhost:25'),(90926,9885,'original_to','admin@flowerhousefilms.com'),(90927,9885,'original_subject','Flowerhouse Films \"Energy&Vitality\"'),(90928,9885,'original_message','RaymondDup <mindenergyopenyour@gmail.com>\nEnergy&Vitality\n\n<b>I present</b> to your attention an effective working tool for <u>stimulating your brain</u>, especially relevant for computer scientists - <b>Neuroprime!</b> \r\n<b>Neuroprime</b> - tablets that give you energy and vitality in simple way: \r\n<b>- Natural Energy</b> \r\n<b>- Optimises Cellular Function</b> \r\n<b>- Promotes Mental Vitality</b> \r\n<b>- Boosts Exercises Perfomance</b> \r\nDoes not contain caffeine and is <u>absolutely safe</u> for your health! \r\n<a href=https://bit.ly/49ZlVPi><b><u>Buy your Neuroprime right now!</u></b></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90929,9885,'original_headers','From: RaymondDup <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mindenergyopenyour@gmail.com\n'),(90930,9885,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 06 May 2024 20:20:40 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: RaymondDup <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mindenergyopenyour@gmail.com\r\nSubject: Flowerhouse Films \"Energy&Vitality\"\r\nDate: Tue, 07 May 2024 03:20:40 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRaymondDup <mindenergyopenyour@gmail.com>=0AEnergy&Vitality=0A=0A<b>I pr=\r\nesent</b> to your attention an effective working tool for <u>stimulating=\r\n your brain</u>, especially relevant for computer scientists - <b>Neurop=\r\nrime!</b> =0D=0A<b>Neuroprime</b> - tablets that give you energy and vit=\r\nality in simple way: =0D=0A<b>- Natural Energy</b> =0D=0A<b>- Optimises=\r\n Cellular Function</b> =0D=0A<b>- Promotes Mental Vitality</b> =0D=0A<b>=\r\n- Boosts Exercises Perfomance</b> =0D=0ADoes not contain caffeine and is=\r\n <u>absolutely safe</u> for your health! =0D=0A<a href=3Dhttps://bit.ly/=\r\n49ZlVPi><b><u>Buy your Neuroprime right now!</u></b></a>=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4BNg-006Rnx-1e\r\n'),(10158,1660,'_wp_page_template','full-width-page.php'),(10159,1660,'_edit_lock','1690158277:2'),(10160,1660,'wptr_hide_title','1'),(10161,1660,'_edit_last','2'),(10162,1660,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:38:\"https://vimeo.com/846575120?share=copy\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/846579124\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(75039,8295,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:182:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:38:\"https://vimeo.com/846575120?share=copy\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/846579124\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-166010003\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"d34a4b11-65ab-4b7a-8ae9-919ddce3f2d9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:151:\"<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1620068016456\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-166010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10167,1666,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"400px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260969982\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10166,1664,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"250px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260950454\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10163,1661,'_wp_attached_file','2020/04/credits-para-siempre.png'),(10164,1661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2020/04/credits-para-siempre.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10165,1662,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10168,1668,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10169,1670,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1661\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10201,1677,'_wp_attached_file','2020/04/credits-para-siempre.jpg'),(10202,1677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2020/04/credits-para-siempre.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"credits-para-siempre-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"credits-para-siempre-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10203,1678,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409648019\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10204,1680,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409648019\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10225,1685,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19783,2756,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"38f316b1-b9d2-476f-be88-e7f2fdf639a1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:247:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275610007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89918,9784,'original_message','Mellissa Strom <sskreibizmrktg@gmail.com>\nOnline Competition Winning?\n\nHi,\r\n\r\nOur Services Include:\r\n\r\n1.      Strategic SEO: Get noticed by the right people at the right time.\r\n\r\n2.      Eye-Catching Web Design: Impress visitors and convert them into loyal customers.\r\n\r\n3.      Targeted Social Media Campaigns: Reach your audience where they hang out.\r\n\r\n4.      Data-Driven Analytics: Understand what works and optimize your strategy.\r\n\r\nWhy Choose Us?\r\n\r\n-          Expertise: Our team of digital wizards knows the game inside out.\r\n\r\n-          Results-Driven: We measure success by your success.\r\n\r\n-          Affordable: Quality services without breaking the bank.\r\n\r\nReady to Dominate Your Niche?\r\n\r\nVisit: https://invite.hotjar.com/si16fp63y8tb\r\n\r\n \r\n\r\nRegards,\r\n\r\nMellissa Strom\r\n\r\nDigital Marketing Specialist\r\n\r\n \r\n\r\nOpt-out of future messages by completing the form via the link provided or replying to this message and saying opt-out.\r\n\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89871,9780,'success','1'),(89872,9780,'from_header','Marianne Waters <admin@flowerhousefilms.com>'),(89089,9701,'original_headers','From: Maurine Thow <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hacked@flowerhousefilms.com\n'),(89090,9701,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 22 Mar 2024 07:36:03 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Maurine Thow <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hacked@flowerhousefilms.com\r\nSubject: Flowerhouse Films \"Your WebSite Has Been Hacked\"\r\nDate: Fri, 22 Mar 2024 14:36:03 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMaurine Thow <hacked@flowerhousefilms.com>=0AYour WebSite Has Been Hacke=\r\nd=0A=0AWe have hacked your website https://flowerhousefilms.com and extr=\r\nacted your databases.=0D=0A=0D=0AHow did this happen?=0D=0A=0D=0AOur tea=\r\nm has found a vulnerability within your site that we were able to exploi=\r\nt. After finding the vulnerability we were able to get your database cre=\r\ndentials and extract your entire database and move the information to an=\r\n offshore server.=0D=0A=0D=0AWhat does this mean?=0D=0A=0D=0AWe will sys=\r\ntematically go through a series of steps of totally damaging your reputa=\r\ntion. First your database will be leaked or sold to the highest bidder w=\r\nhich they will use with whatever their intentions are. Next if there are=\r\n e-mails found they will be e-mailed that their information has been sol=\r\nd or leaked and your site https://flowerhousefilms.com was at fault thus=\r\nly damaging your reputation and having angry customers/associates with w=\r\nhatever angry customers/associates do. Lastly any links that you have in=\r\ndexed in the search engines will be de-indexed based off of blackhat tec=\r\nhniques that we used in the past to de-index Our targets.=0D=0A=0D=0AHow=\r\n do i stop this?=0D=0A=0D=0AWe are willing to refrain from destroying yo=\r\nur site\'s reputation for a small fee. The current fee is $3000 in bitcoi=\r\nns (0.044 BTC).=0D=0A=0D=0ASend the bitcoin to the following Bitcoin add=\r\nress (Make sure to copy and paste):=0D=0A=0D=0A3A7GDA5g5QujPHe21fm9PAVxD=\r\nG4Dz9EhxQ =0D=0A=0D=0AOnce you have paid we will automatically get infor=\r\nmed that it was your payment. Please note that you have to make payment=\r\n within 5 days after receiving this e-mail or the database leak, e-mails=\r\n dispatched, and de-index of your site WiLL start!=0D=0A=0D=0AHow do i g=\r\net Bitcoins?=0D=0A=0D=0AYou can easily buy bitcoins via several websites=\r\n or even offline from a Bitcoin-ATM.=0D=0A=0D=0AWhat if i don\'t pay?=0D=\r\n=0A=0D=0AWe will start the attack at the indicated date and uphold it un=\r\ntil you do, there\'s no counter measure to this, you will Only end up was=\r\nting more money trying to find a solution. We will completely destroy yo=\r\nur reputation amongst google and your customers.=0D=0A=0D=0AThis is not=\r\n a hoax, do not reply to this email, don\'t try to reason or negotiate, w=\r\ne will not read any replies. Once you have paid we will stop what we wer=\r\ne doing and you will never hear from us again!=0D=0A=0D=0APlease note th=\r\nat Bitcoin is anonymous and no one will find out that you have complied.=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rng03-005GWE-2Q\r\n'),(89081,9701,'success','1'),(89082,9701,'from_header','Maurine Thow <admin@flowerhousefilms.com>'),(89083,9701,'to_header','admin@flowerhousefilms.com'),(89084,9701,'reply_to_header','hacked@flowerhousefilms.com'),(89085,9701,'transport_uri','smtp:none:none://localhost:25'),(89086,9701,'original_to','admin@flowerhousefilms.com'),(89087,9701,'original_subject','Flowerhouse Films \"Your WebSite Has Been Hacked\"'),(89088,9701,'original_message','Maurine Thow <hacked@flowerhousefilms.com>\nYour WebSite Has Been Hacked\n\nWe have hacked your website https://flowerhousefilms.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that we were able to exploit. After finding the vulnerability we were able to get your database credentials and extract your entire database and move the information to an offshore server.\r\n\r\nWhat does this mean?\r\n\r\nWe will systematically go through a series of steps of totally damaging your reputation. First your database will be leaked or sold to the highest bidder which they will use with whatever their intentions are. Next if there are e-mails found they will be e-mailed that their information has been sold or leaked and your site https://flowerhousefilms.com was at fault thusly damaging your reputation and having angry customers/associates with whatever angry customers/associates do. Lastly any links that you have indexed in the search engines will be de-indexed based off of blackhat techniques that we used in the past to de-index Our targets.\r\n\r\nHow do i stop this?\r\n\r\nWe are willing to refrain from destroying your site\'s reputation for a small fee. The current fee is $3000 in bitcoins (0.044 BTC).\r\n\r\nSend the bitcoin to the following Bitcoin address (Make sure to copy and paste):\r\n\r\n3A7GDA5g5QujPHe21fm9PAVxDG4Dz9EhxQ \r\n\r\nOnce you have paid we will automatically get informed that it was your payment. Please note that you have to make payment within 5 days after receiving this e-mail or the database leak, e-mails dispatched, and de-index of your site WiLL start!\r\n\r\nHow do i get Bitcoins?\r\n\r\nYou can easily buy bitcoins via several websites or even offline from a Bitcoin-ATM.\r\n\r\nWhat if i don\'t pay?\r\n\r\nWe will start the attack at the indicated date and uphold it until you do, there\'s no counter measure to this, you will Only end up wasting more money trying to find a solution. We will completely destroy your reputation amongst google and your customers.\r\n\r\nThis is not a hoax, do not reply to this email, don\'t try to reason or negotiate, we will not read any replies. Once you have paid we will stop what we were doing and you will never hear from us again!\r\n\r\nPlease note that Bitcoin is anonymous and no one will find out that you have complied.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89312,9724,'from_header','Rene Pontius <admin@flowerhousefilms.com>'),(89313,9724,'to_header','admin@flowerhousefilms.com'),(89314,9724,'reply_to_header','rene.pontius@gmail.com'),(89315,9724,'transport_uri','smtp:none:none://localhost:25'),(89316,9724,'original_to','admin@flowerhousefilms.com'),(89317,9724,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"'),(89318,9724,'original_message','Rene Pontius <rene.pontius@gmail.com>\nTo the flowerhousefilms.com Admin.\n\nIs the thought of making payroll every two weeks causing you undue stress? I can help, reply to me below and I\'ll show you how\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89319,9724,'original_headers','From: Rene Pontius <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: rene.pontius@gmail.com\n'),(89320,9724,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 19:57:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Rene Pontius <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: rene.pontius@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Admin.\"\r\nDate: Fri, 29 Mar 2024 02:57:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRene Pontius <rene.pontius@gmail.com>=0ATo the flowerhousefilms.com Admi=\r\nn.=0A=0AIs the thought of making payroll every two weeks causing you und=\r\nue stress? I can help, reply to me below and I\'ll show you how=0D=0A=0D=\r\n=0AElizabeth Miller=0D=0AWorking Capital Loan Specialist=0D=0A295 Seven=\r\n Farms Drive=0D=0ASuite C- 201=0D=0ACharleston, SC 29492=0D=0Awww.HelloR=\r\natesFastFunding.com=0D=0Aelizabeth.miller@helloratesfastfunding.com=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rq2RJ-00D8Uc-2s\r\n'),(91349,9927,'original_headers','From: Harrison Lapointe <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: harrison.lapointe@msn.com\n'),(91350,9927,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 05:40:58 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Harrison Lapointe <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: harrison.lapointe@msn.com\r\nSubject: Flowerhouse Films \"Cost-Effective Virtual Private Server Packages: Perfect suitable for use in Challenging Projects\"\r\nDate: Fri, 17 May 2024 12:40:58 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHarrison Lapointe <harrison.lapointe@msn.com>=0ACost-Effective Virtual P=\r\nrivate Server Packages: Perfect suitable for use in Challenging Projects=\r\n=0A=0AOur high-performance VPSs, available from =E2=82=AC3.90 per month,=\r\n offer up to 5 Gbit/s connectivity and 50TB of monthly traffic. Perfect=\r\n for demanding applications and seamless connectivity.=0D=0A=0D=0AChoose=\r\n Your Plan:=0D=0ABasic: 1x AMD Ryzen vCore, 4GB RAM, 120GB NVMe Disk spa=\r\nce - =E2=82=AC3.90/month=0D=0AIntermediate: 2x AMD Ryzen vCore, 8GB RAM,=\r\n 240GB NVMe Disk space - =E2=82=AC7.90/month=0D=0AEnhanced: 3x AMD Ryzen=\r\n vCore, 12GB RAM, 320GB NVMe Disk space - =E2=82=AC11.90/month=0D=0APro:=\r\n 6x AMD Ryzen vCore, 12GB RAM, 640GB NVMe Disk space - =E2=82=AC16.90/mo=\r\nnth=0D=0A=0D=0AHighlights:=0D=0A5 Gbit/s Connectivity=0D=0A50TB Traffic=\r\n included per month=0D=0AKVM / ISO mount=0D=0ALinux/Windows/BSD OS ready=\r\n=0D=0AUI-based upgrades and downgrades=0D=0A5 snapshots and 1 backup slo=\r\nt included=0D=0A=0D=0AEnhance your network performance today: https://bi=\r\nt.ly/vps4euro=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t want=\r\n to get these awesome deals: https://docs.google.com/forms/d/e/1FAIpQLSf=\r\nqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform=0D=0ADoornenbur=\r\ng 31, Jamestown, NY, USA, 2402 Kk=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1s7wtO-0014sm-0X\r\n'),(89051,9698,'success','1'),(89052,9698,'from_header','Allen Vaysberg <admin@flowerhousefilms.com>'),(89053,9698,'to_header','admin@flowerhousefilms.com'),(89054,9698,'reply_to_header','allen@homelocalseo.com'),(89055,9698,'transport_uri','smtp:none:none://localhost:25'),(89056,9698,'original_to','admin@flowerhousefilms.com'),(89057,9698,'original_subject','Flowerhouse Films \"Maps issue?\"'),(89058,9698,'original_message','Allen Vaysberg <allen@homelocalseo.com>\nMaps issue?\n\nHey, I saw an issue with your Google Maps, can I  send a screenshot here?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89059,9698,'original_headers','From: Allen Vaysberg <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: allen@homelocalseo.com\n'),(89060,9698,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 18:47:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Allen Vaysberg <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: allen@homelocalseo.com\r\nSubject: Flowerhouse Films \"Maps issue?\"\r\nDate: Fri, 22 Mar 2024 01:47:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAllen Vaysberg <allen@homelocalseo.com>=0AMaps issue?=0A=0AHey, I saw an=\r\n issue with your Google Maps, can I  send a screenshot here?=0A=0A--=0AT=\r\nhis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (http=\r\ns://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnU0A-005RBR-2K\r\n'),(89091,9702,'success','1'),(89092,9702,'from_header','Bernie McGeorge <admin@flowerhousefilms.com>'),(89093,9702,'to_header','admin@flowerhousefilms.com'),(89094,9702,'reply_to_header','bernie.mcgeorge@msn.com'),(89095,9702,'transport_uri','smtp:none:none://localhost:25'),(89096,9702,'original_to','admin@flowerhousefilms.com'),(89097,9702,'original_subject','Flowerhouse Films \"Casinos are controlled? what\'s the way out?\"'),(89098,9702,'original_message','Bernie McGeorge <bernie.mcgeorge@msn.com>\nCasinos are controlled? what\'s the way out?\n\nThe casinos are totally controlled to maintain the RTP parameter. Since Casino industry is part of Entertainment category, the controlling the game in such a way that it maintains the RTP not to exceed for a particular table.\r\n\r\nThere can be casinos that are not bound with RTP requirements, these casino are called as true and fair casinos(Not sure if they exit in this world or not). But most of the casinos including land based and Online are controlled.\r\n\r\nThe software that control the ball and everything for example in roulette table are designed very smartly to take care of each and everything.\r\n\r\nSo question is can we make regular money with casinos? Answer is NO because they are RTP bound and can\'t let you go beyond certain RTP % of tha game or table.\r\n\r\nWhere we can find the best Possibility to make regular and long term profits? Well, no one can guarantee it but if you able to find out a truely random betting event that is beyond human(Player\'s) contol then it has probability of 50-50.This is very good probability because no one can control the game againts you as it is beyond human control. But these events are just few if you include all the games.\r\n\r\nTo generate profit out of 50-50 probability you need to make sure the odds are around 2.0 and you need to use soft progression(explained in our strategy & Tutorial).  \r\n\r\nOnce you have control over these 2 things, there is a very high chance that with no one going aginst you and you are making profits.\r\n\r\nThe Complete Strategy, identified events & Soft progression is explained in our Sports Analytics software (24 Hrs Money Back Guarantee) - https://ocwsoftware.com/sports-analytics/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89100,9702,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 22 Mar 2024 11:11:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Bernie McGeorge <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: bernie.mcgeorge@msn.com\r\nSubject: Flowerhouse Films \"Casinos are controlled? what\'s the way out?\"\r\nDate: Fri, 22 Mar 2024 18:11:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBernie McGeorge <bernie.mcgeorge@msn.com>=0ACasinos are controlled? what=\r\n\'s the way out?=0A=0AThe casinos are totally controlled to maintain the=\r\n RTP parameter. Since Casino industry is part of Entertainment category,=\r\n the controlling the game in such a way that it maintains the RTP not to=\r\n exceed for a particular table.=0D=0A=0D=0AThere can be casinos that are=\r\n not bound with RTP requirements, these casino are called as true and fa=\r\nir casinos(Not sure if they exit in this world or not). But most of the=\r\n casinos including land based and Online are controlled.=0D=0A=0D=0AThe=\r\n software that control the ball and everything for example in roulette t=\r\nable are designed very smartly to take care of each and everything.=0D=\r\n=0A=0D=0ASo question is can we make regular money with casinos? Answer i=\r\ns NO because they are RTP bound and can\'t let you go beyond certain RTP=\r\n % of tha game or table.=0D=0A=0D=0AWhere we can find the best Possibili=\r\nty to make regular and long term profits? Well, no one can guarantee it=\r\n but if you able to find out a truely random betting event that is beyon=\r\nd human(Player\'s) contol then it has probability of 50-50.This is very g=\r\nood probability because no one can control the game againts you as it is=\r\n beyond human control. But these events are just few if you include all=\r\n the games.=0D=0A=0D=0ATo generate profit out of 50-50 probability you n=\r\need to make sure the odds are around 2.0 and you need to use soft progre=\r\nssion(explained in our strategy & Tutorial).  =0D=0A=0D=0AOnce you have=\r\n control over these 2 things, there is a very high chance that with no o=\r\nne going aginst you and you are making profits.=0D=0A=0D=0AThe Complete=\r\n Strategy, identified events & Soft progression is explained in our Spor=\r\nts Analytics software (24 Hrs Money Back Guarantee) - https://ocwsoftwar=\r\ne.com/sports-analytics/=0A=0A--=0AThis e-mail was sent from a contact fo=\r\nrm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnjMg-00A7tY-1B\r\n'),(89099,9702,'original_headers','From: Bernie McGeorge <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: bernie.mcgeorge@msn.com\n'),(89180,9710,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 24 Mar 2024 23:23:14 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: James <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: james231watts@gmail.com\r\nSubject: Flowerhouse Films \"Hard Working Employees?\"\r\nDate: Mon, 25 Mar 2024 06:23:14 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJames <james231watts@gmail.com>=0AHard Working Employees?=0A=0AAre you c=\r\noncerned that your employees are not getting enough work done?=0D=0A=0D=\r\n=0ANow you can finally put your mind at rest with a new breakthrough tec=\r\nhnology that might surprise you to find out =0D=0Awhat everybody is spen=\r\nding their time on.=0D=0A=0D=0AIt might also allow you to instantly save=\r\n a lot of money in lost productivity.=0D=0A=0D=0Ahttps://bit.ly/4asFyiK=\r\n=0D=0A=0D=0AClick the link above and sign up for the free trial.  I guar=\r\nantee you will learn a ton about what is really going on.=0D=0A=0D=0ATo=\r\n your success,=0D=0AJames=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A102 W 91st St=0D=0ANew York, NY =0D=0A10024, United States=0D=\r\n=0A=0D=0ANOTE: We are not Spammers and are against spamming of any kind.=\r\n We are only =0D=0Alooking to help businesses in these difficult times.=\r\n =0D=0A=0D=0AIf forwarding this email has made an offence to you or to y=\r\nour business, then we apologize =0D=0Afor the same. =0D=0A=0D=0AIn order=\r\n to stop receiving such emails from us, simply reply with =E2=80=9CNO=E2=\r\n=80=9D in the subject line.=0A=0A--=0AThis e-mail was sent from a contac=\r\nt form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rodjm-000wXz-2U\r\n'),(89781,9771,'success','1'),(89782,9771,'from_header','Kenneth White <admin@flowerhousefilms.com>'),(89783,9771,'to_header','admin@flowerhousefilms.com'),(89784,9771,'reply_to_header','kenneth@adamhustle.com'),(89785,9771,'transport_uri','smtp:none:none://localhost:25'),(89786,9771,'original_to','admin@flowerhousefilms.com'),(89787,9771,'original_subject','Flowerhouse Films \"Sell your Instagram account?\"'),(89788,9771,'original_message','Kenneth White <kenneth@adamhustle.com>\nSell your Instagram account?\n\nMay I purchase your Instagram account and your Facebook page?\r\nPlease let me know here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89789,9771,'original_headers','From: Kenneth White <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kenneth@adamhustle.com\n'),(89790,9771,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 10 Apr 2024 14:18:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kenneth White <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kenneth@adamhustle.com\r\nSubject: Flowerhouse Films \"Sell your Instagram account?\"\r\nDate: Wed, 10 Apr 2024 21:18:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKenneth White <kenneth@adamhustle.com>=0ASell your Instagram account?=0A=\r\n=0AMay I purchase your Instagram account and your Facebook page?=0D=0APl=\r\nease let me know here=0D=0Ahttps://sellyourfbpage.com/=0A=0A--=0AThis e-=\r\nmail was sent from a contact form on Inocente Confusi=C3=B3n (https://ww=\r\nw.flowerhousefilms.com)\r\n.\r\n250 OK id=1rufLN-002Iqy-09\r\n'),(89791,9772,'success','1'),(89792,9772,'from_header','Richard Thomas <admin@flowerhousefilms.com>'),(89793,9772,'to_header','admin@flowerhousefilms.com'),(89794,9772,'reply_to_header','matthewm@aibestsuite.com'),(89795,9772,'transport_uri','smtp:none:none://localhost:25'),(89796,9772,'original_to','admin@flowerhousefilms.com'),(89797,9772,'original_subject','Flowerhouse Films \"Your Instagram\"'),(89798,9772,'original_message','Richard Thomas <matthewm@aibestsuite.com>\nYour Instagram\n\nInterested in acquiring your Facebook page and Instagram.  Are you interested in selling it?\r\nIf so I just need a little info here please\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89799,9772,'original_headers','From: Richard Thomas <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: matthewm@aibestsuite.com\n'),(89800,9772,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 10 Apr 2024 14:59:53 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Richard Thomas <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: matthewm@aibestsuite.com\r\nSubject: Flowerhouse Films \"Your Instagram\"\r\nDate: Wed, 10 Apr 2024 21:59:53 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRichard Thomas <matthewm@aibestsuite.com>=0AYour Instagram=0A=0AInterest=\r\ned in acquiring your Facebook page and Instagram.  Are you interested in=\r\n selling it?=0D=0AIf so I just need a little info here please=0D=0Ahttps=\r\n://sellyourfbpage.com/=0A=0A--=0AThis e-mail was sent from a contact for=\r\nm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rufyz-003Cf7-1b\r\n'),(89441,9737,'success','1'),(89442,9737,'from_header','Edward Freedman <admin@flowerhousefilms.com>'),(89443,9737,'to_header','admin@flowerhousefilms.com'),(89444,9737,'reply_to_header','edwardfreedman793@gmail.com'),(89445,9737,'transport_uri','smtp:none:none://localhost:25'),(89446,9737,'original_to','admin@flowerhousefilms.com'),(89447,9737,'original_subject','Flowerhouse Films \"Redesign Your Digital Landscape with Our Web Design Service\"'),(89448,9737,'original_message','Edward Freedman <edwardfreedman793@gmail.com>\nRedesign Your Digital Landscape with Our Web Design Service\n\nHello,\r\n\r\nAll set to revamp your online presence? We revitalize your online presence with our web design service. We carefully and creatively redesign your website to match the development of your brand. Together, let\'s develop an online environment that motivates and captivates your viewers.\r\n\r\nBest regards,\n\nEdward Freedman\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89449,9737,'original_headers','From: Edward Freedman <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: edwardfreedman793@gmail.com\n'),(89450,9737,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 02 Apr 2024 01:25:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edward Freedman <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: edwardfreedman793@gmail.com\r\nSubject: Flowerhouse Films \"Redesign Your Digital Landscape with Our Web Design Service\"\r\nDate: Tue, 02 Apr 2024 08:25:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdward Freedman <edwardfreedman793@gmail.com>=0ARedesign Your Digital La=\r\nndscape with Our Web Design Service=0A=0AHello,=0D=0A=0D=0AAll set to re=\r\nvamp your online presence? We revitalize your online presence with our w=\r\neb design service. We carefully and creatively redesign your website to=\r\n match the development of your brand. Together, let\'s develop an online=\r\n environment that motivates and captivates your viewers.=0D=0A=0D=0ABest=\r\n regards,=0A=0AEdward Freedman=0A=0A--=0AThis e-mail was sent from a con=\r\ntact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rrZSv-00Ev50-13\r\n'),(89426,9735,'original_to','admin@flowerhousefilms.com'),(89425,9735,'transport_uri','smtp:none:none://localhost:25'),(89424,9735,'reply_to_header','wannemaker.eduardo@gmail.com'),(89423,9735,'to_header','admin@flowerhousefilms.com'),(89421,9735,'success','1'),(89422,9735,'from_header','Eduardo Wannemaker <admin@flowerhousefilms.com>'),(19297,2669,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266910002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"79448a29-a99d-4395-b043-1f08172cfba8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19298,2670,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"79448a29-a99d-4395-b043-1f08172cfba8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(91481,9941,'success','1'),(91482,9941,'from_header','Caleb Hargrove <admin@flowerhousefilms.com>'),(91483,9941,'to_header','admin@flowerhousefilms.com'),(91484,9941,'reply_to_header','outreachpro.canal748@passinbox.com'),(91485,9941,'transport_uri','smtp:none:none://localhost:25'),(91486,9941,'original_to','admin@flowerhousefilms.com'),(91487,9941,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"'),(91488,9941,'original_message','Caleb Hargrove <outreachpro.canal748@passinbox.com>\nHello flowerhousefilms.com Admin.\n\nDid you know that reaching out via contact forms is both legal and incredibly cost-effective? We offer an unbeatable solution for sending your business offers through contact forms.\r\n\r\nContact form messages are often prioritized, so they rarely end up in spam.\r\n\r\nImagine sending messages just like the one you’re reading now to thousands of potential customers.\r\n\r\nThe cost is just starting from $19 for every 100,000 messages. It’s an offer you can’t afford to miss.\r\n\r\nPlease use the contact details below to get started.\r\n\r\nContact us:\r\nTelegram - https://t.me/outreachpro\r\nSkype- https://join.skype.com/invite/vsp1sngtk2H8\r\nWebsite - https://shinyleads.net/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91471,9940,'success','1'),(91472,9940,'from_header','AubreysuntY <admin@flowerhousefilms.com>'),(91473,9940,'to_header','admin@flowerhousefilms.com'),(91474,9940,'reply_to_header','neslon.pau.slo.n.56.4@gmail.com'),(91475,9940,'transport_uri','smtp:none:none://localhost:25'),(91476,9940,'original_to','admin@flowerhousefilms.com'),(91477,9940,'original_subject','Flowerhouse Films \"Juega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\"'),(91478,9940,'original_message','AubreysuntY <neslon.pau.slo.n.56.4@gmail.com>\nJuega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\n\nJuega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91479,9940,'original_headers','From: AubreysuntY <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: neslon.pau.slo.n.56.4@gmail.com\n'),(91480,9940,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 20 May 2024 03:32:16 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: AubreysuntY <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: neslon.pau.slo.n.56.4@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Juega=20a=20este=20juego=20en=20?=\r\n =?UTF-8?Q?telegram=2C=20solo=20haz=20clic=20en=20la=20pantalla=20y=20?=\r\n =?UTF-8?Q?obt=C3=A9n=20dinero=20real=20por=20ello=2C=20en=20tokens=20?=\r\n =?UTF-8?Q?y=20criptomonedas=20=20=20=20https://tinyurl.com/yjscxddz\"?=\r\nDate: Mon, 20 May 2024 10:32:16 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAubreysuntY <neslon.pau.slo.n.56.4@gmail.com>=0AJuega a este juego en te=\r\nlegram, solo haz clic en la pantalla y obt=C3=A9n dinero real por ello,=\r\n en tokens y criptomonedas    https://tinyurl.com/yjscxddz=0A=0AJuega a=\r\n este juego en telegram, solo haz clic en la pantalla y obt=C3=A9n diner=\r\no real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxd=\r\ndz=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confus=\r\ni=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s90JU-002TCv-0I\r\n'),(91489,9941,'original_headers','From: Caleb Hargrove <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: outreachpro.canal748@passinbox.com\n'),(91490,9941,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 20 May 2024 04:32:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Caleb Hargrove <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: outreachpro.canal748@passinbox.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"\r\nDate: Mon, 20 May 2024 11:32:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCaleb Hargrove <outreachpro.canal748@passinbox.com>=0AHello flowerhousef=\r\nilms.com Admin.=0A=0ADid you know that reaching out via contact forms is=\r\n both legal and incredibly cost-effective? We offer an unbeatable soluti=\r\non for sending your business offers through contact forms.=0D=0A=0D=0ACo=\r\nntact form messages are often prioritized, so they rarely end up in spam=\r\n..=0D=0A=0D=0AImagine sending messages just like the one you=E2=80=99re r=\r\neading now to thousands of potential customers.=0D=0A=0D=0AThe cost is j=\r\nust starting from $19 for every 100,000 messages. It=E2=80=99s an offer=\r\n you can=E2=80=99t afford to miss.=0D=0A=0D=0APlease use the contact det=\r\nails below to get started.=0D=0A=0D=0AContact us:=0D=0ATelegram - https:=\r\n//t.me/outreachpro=0D=0ASkype- https://join.skype.com/invite/vsp1sngtk2H=\r\n8=0D=0AWebsite - https://shinyleads.net/=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1s91Fv-003lHY-2c\r\n'),(89118,9704,'original_message','Oren <alexstrose15897@gmail.com>\nCosmetics\n\nBeauty Be Me - Where Quality Meets Affordability. At Beauty Be Me, our mission is to provide high-quality cosmetic supplies at affordable prices. We believe that beauty should be accessible to everyone, and we’re here to make that happen. With a wide range of products and competitive prices, we’re the one-stop-shop for all your cosmetic needs.\r\n\r\nIf you are interested pleae respond to this message with a yes, or view our business website here  https://beautybeme.10web.cloud/\r\n\r\nThanks, \r\nOren\r\n\r\nAddress:\r\n444 Alaska Avenue\r\nSuite #BUK132\r\nTorrance, CA 90503\r\nUSA\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89117,9704,'original_subject','Flowerhouse Films \"Cosmetics\"'),(89116,9704,'original_to','admin@flowerhousefilms.com'),(89111,9704,'success','1'),(89112,9704,'from_header','Oren <admin@flowerhousefilms.com>'),(89113,9704,'to_header','admin@flowerhousefilms.com'),(89114,9704,'reply_to_header','alexstrose15897@gmail.com'),(89115,9704,'transport_uri','smtp:none:none://localhost:25'),(89209,9713,'original_headers','From: Sebastian Scott <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: SebastianScottRp@gmail.com\n'),(89210,9713,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 08:12:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sebastian Scott <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: SebastianScottRp@gmail.com\r\nSubject: Flowerhouse Films \"Web Design: Elevate Your Content Presentation\"\r\nDate: Wed, 27 Mar 2024 15:12:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSebastian Scott <SebastianScottRp@gmail.com>=0AWeb Design: Elevate Your=\r\n Content Presentation=0A=0AHello,=0D=0A=0D=0AContent is king, and presen=\r\ntation is key. Our Web Design service ensures your content shines with v=\r\nisually appealing layouts. Ready for content elevation? Reply to discuss=\r\n enhancing your content presentation.=0D=0A=0D=0ABest,=0A=0ASebastian Sc=\r\nott=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confu=\r\nsi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpUxS-00D21s-3A\r\n'),(19302,2674,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19301,2673,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267310002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267310004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19299,2671,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567137488\";s:5:\"title\";s:27:\"https://vimeo.com/567137488\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267110002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89549,9747,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(89545,9747,'transport_uri','smtp:none:none://localhost:25'),(89544,9747,'reply_to_header','lucido.leinteract@gmail.com'),(89543,9747,'to_header','admin@flowerhousefilms.com'),(89542,9747,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(89541,9747,'success','1'),(90417,9834,'original_subject','Flowerhouse Films \"Re: Can\'t find you\"'),(90418,9834,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: Can\'t find you\n\nI\'m struggling to find out you Google Maps\r\n\r\nThis is the EXACT software helping businesses rank on Google Maps in less than 3 weeks...\r\n\r\nClick here to see where you rank for FREE >>  https://cutt.ly/nw6pmn5P <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(10987,1813,'_wp_attached_file','2020/06/Para-Siempre-Insta.png'),(10988,1813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2020/06/Para-Siempre-Insta.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Para-Siempre-Insta-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Para-Siempre-Insta-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:31:\"Para-Siempre-Insta-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"Para-Siempre-Insta-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89359,9728,'original_headers','From: Megan Atkinson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: meganatkinson149@gmail.com\n'),(89360,9728,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 14:51:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Megan Atkinson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: meganatkinson149@gmail.com\r\nSubject: Flowerhouse Films \"Instagram Promotion: 300-1000 new followers each month\"\r\nDate: Sat, 30 Mar 2024 21:51:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMegan Atkinson <meganatkinson149@gmail.com>=0AInstagram Promotion: 300-1=\r\n000 new followers each month=0A=0AHi there,=0D=0A=0D=0AWe run an Instagr=\r\nam growth service, which increases your number of followers both safely=\r\n and practically. =0D=0A=0D=0A- Guaranteed: We guarantee to gain you 300=\r\n-1000+ followers per month.=0D=0A- Real, human followers: People follow=\r\n you because they are interested in your business or niche.=0D=0A- Safe:=\r\n All actions are made manually. We do not use any bots.=0D=0A=0D=0AThe p=\r\nrice is just $60 (USD) per month, and we can start immediately.=0D=0A=0D=\r\n=0AIf you are interested, and would like to see some of our previous wor=\r\nk, let me know and we can discuss further.=0D=0A=0D=0AKind Regards,=0D=\r\n=0AMegan=0D=0A=0D=0AUnsubscribe here: https://removeme.click/unsubscribe=\r\n..php?d=3Dflowerhousefilms.com=0A=0A--=0AThis e-mail was sent from a cont=\r\nact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rqgby-0024ZZ-2j\r\n'),(10902,1764,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:422:\"<p style=\"text-align: center;\">[spacer height=\"220px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span></h1><p style=\"text-align: center;\"><br><span class=\"home-sub\">A Little Jig</span><br> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db5f5227-8ced-4d78-8c64-615cd5f110ae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:108:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6d24e715-b983-400e-8867-b3f65175c900\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:498:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"91b0c569-104b-4171-8b04-9b0df4992b7b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:512:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6edb7985-e69a-4719-b0ea-4c8083ea31ed\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:681:\"<p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8721148b-f45d-4ab2-87cd-f2329865d29a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:116:\"<p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b502ee8b-86ef-443c-8748-29ed47362ea6\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:324:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79d94fb0-6600-485b-b726-32f5d2aaf0bd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"row_css\";s:28:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:357;s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";i:1;}i:2;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:3;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.5;}}}'),(10903,1766,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1591884226205\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1591884247838\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Proyectos</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591884324966\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:531:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/about/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591884378229\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:670:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contact/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591884470473\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23abbf1b1e\";s:19:\"_sow_form_timestamp\";s:13:\"1591884511250\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:349:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/about/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23ae5d9155\";s:19:\"_sow_form_timestamp\";s:13:\"1591884563211\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(10904,1769,'_edit_last','2'),(10905,1769,'_wp_page_template','full-width-page.php'),(10906,1769,'_edit_lock','1591885142:2'),(10907,1769,'wptr_hide_title','1'),(10908,1769,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:331:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096e23205a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242665046\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"604bbc43-4248-4154-acbd-92281daa8c43\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1580242702524\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6fbc16a3-0ad3-4d08-b021-d7d46897a8b5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1580242713000\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:3:\"364\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10931,1783,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:278:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10909,1769,'_panels_data_preview','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:330:\"<p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78c94655-aa78-4c55-a6ee-3d584282fc61\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:103:\"<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"36e50145-981e-451e-b2e5-579e3108a883\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"12dc0e6a-b2cc-4606-9e06-aeeeae5c9dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:301:\"<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"176396ad-d943-4ee3-afad-82adb3517adc\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"55648ca3-94f1-4039-80de-0e39925b49bb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:4:\"html\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"b5ed8c43-4ad7-426f-8349-cf5cd9f578b7\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"fadc37c7-dca9-41a1-b3c5-8c61a5533a6b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:129;s:18:\"background_display\";s:5:\"cover\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:132;s:18:\"background_display\";s:5:\"cover\";}}i:5;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:0:{}}i:6;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:11:\"row_stretch\";s:4:\"full\";s:27:\"background_image_attachment\";i:177;s:18:\"background_display\";s:5:\"cover\";}}}s:10:\"grid_cells\";a:13:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:4;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:5;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:8;a:2:{s:4:\"grid\";i:4;s:6:\"weight\";i:1;}i:9;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:10;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:11;a:2:{s:4:\"grid\";i:5;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;}i:12;a:2:{s:4:\"grid\";i:6;s:6:\"weight\";i:1;}}}'),(10910,1771,'_edit_last','2'),(10911,1771,'_edit_lock','1625967503:2'),(10912,1771,'_wp_page_template','full-width-page.php'),(10913,1771,'wptr_hide_title','1'),(10914,1771,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"38f316b1-b9d2-476f-be88-e7f2fdf639a1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:247:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-177110007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10984,1810,'_wp_attached_file','2020/06/Coming-Soon....png'),(10932,1785,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580246620380\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1580241024181\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:481:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/projects/\">Projects</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591885475934\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:549:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/about/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591885493378\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:659:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/contact/\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591885511599\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:118:\"<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:365:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/english/about/\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23eceadb9b\";s:19:\"_sow_form_timestamp\";s:13:\"1591885528928\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(10918,1775,'_edit_lock','1591885214:2'),(10919,1775,'wptr_hide_title','1'),(10920,1775,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ec2ff0e7-8ab4-4826-900e-4b44d5e8528b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:157:\"<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e35f9b5ab07d\";s:19:\"_sow_form_timestamp\";s:13:\"1580595649890\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"02a5dad3-ad5c-4b49-bc11-f460dfb65d1a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8c0a2318-f025-448b-b176-bd84e5aae3bd\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b5b46ebe-ddd4-40a9-9a33-8329bc325cf2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(10921,1775,'_panels_data_preview','a:3:{s:7:\"widgets\";a:4:{i:0;a:8:{s:10:\"map_center\";s:19:\"Mexico City, Mexico\";s:8:\"settings\";a:9:{s:8:\"map_type\";s:11:\"interactive\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"200\";s:4:\"zoom\";i:12;s:9:\"draggable\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";s:11:\"scroll_zoom\";b:0;s:18:\"disable_default_ui\";b:0;s:13:\"keep_centered\";b:0;}s:7:\"markers\";a:6:{s:16:\"marker_at_center\";b:1;s:11:\"marker_icon\";i:0;s:12:\"info_display\";s:5:\"click\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"markers_draggable\";b:0;s:16:\"marker_positions\";a:0:{}}s:6:\"styles\";a:5:{s:12:\"style_method\";s:6:\"normal\";s:15:\"styled_map_name\";s:0:\"\";s:19:\"raw_json_map_styles\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"custom_map_styles\";a:0:{}}s:10:\"directions\";a:8:{s:6:\"origin\";s:0:\"\";s:11:\"destination\";s:0:\"\";s:11:\"travel_mode\";s:7:\"driving\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"avoid_highways\";b:0;s:11:\"avoid_tolls\";b:0;s:9:\"waypoints\";a:0:{}s:18:\"optimize_waypoints\";b:0;}s:15:\"api_key_section\";a:2:{s:7:\"api_key\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"574495d0654a9\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"951cceb4-dc4e-424b-b564-06d02089367a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"45c41324-3979-4209-bf21-351b8b9d764e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fd311271-1d51-4f76-a3f6-e78b33660906\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";i:348;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c5eab396-373e-4b25-b985-af81b94bee33\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:11:\"row_stretch\";s:14:\"full-stretched\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(10922,1777,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ec2ff0e7-8ab4-4826-900e-4b44d5e8528b\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:157:\"<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Dirección:</strong> Ciudad de México, México </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e35f9b5ab07d\";s:19:\"_sow_form_timestamp\";s:13:\"1591885006516\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"02a5dad3-ad5c-4b49-bc11-f460dfb65d1a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"350px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"8c0a2318-f025-448b-b176-bd84e5aae3bd\";s:5:\"style\";a:4:{s:10:\"widget_css\";s:27:\"background-position:50% 0%;\";s:7:\"padding\";s:5:\"-20px\";s:27:\"background_image_attachment\";s:3:\"365\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:54:\"<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b5b46ebe-ddd4-40a9-9a33-8329bc325cf2\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}}}'),(10933,1787,'_menu_item_type','post_type'),(10934,1787,'_menu_item_menu_item_parent','0'),(10935,1787,'_menu_item_object_id','1764'),(10936,1787,'_menu_item_object','page'),(10937,1787,'_menu_item_target',''),(10938,1787,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10939,1787,'_menu_item_xfn',''),(10940,1787,'_menu_item_url',''),(10942,1788,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:520:\"<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1591884226205\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1591884247838\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:502:\"<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/proyectos/\">Proyectos</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e309917a1480\";s:19:\"_sow_form_timestamp\";s:13:\"1591885674806\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3c512424-a6d4-4d46-b405-263da37a3c97\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/nosotras/\">Flowerhouse</a></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30996ff416f\";s:19:\"_sow_form_timestamp\";s:13:\"1591885691788\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"8ab526f7-3462-45c6-a9d6-032f3ee25bdb\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:671:\"<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contacto/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30998bee0a2\";s:19:\"_sow_form_timestamp\";s:13:\"1591885707248\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"aefdfd0b-6da5-4cf6-b667-5d32b2924639\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23abbf1b1e\";s:19:\"_sow_form_timestamp\";s:13:\"1591884511250\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2dfc990f-4e12-4adb-bdb0-63b2a11d847e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:352:\"<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/nosotras/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee23ae5d9155\";s:19:\"_sow_form_timestamp\";s:13:\"1591885728088\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b80996e9-08df-4be7-99da-abd3f64f9041\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#f4d5c6\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:14:\"full-stretched\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333000025877623784253955818712711334228515625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(10945,1791,'_menu_item_type','post_type'),(10946,1791,'_menu_item_menu_item_parent','1787'),(10947,1791,'_menu_item_object_id','1775'),(10948,1791,'_menu_item_object','page'),(10949,1791,'_menu_item_target',''),(10950,1791,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10951,1791,'_menu_item_xfn',''),(10952,1791,'_menu_item_url',''),(10954,1792,'_menu_item_type','post_type'),(10955,1792,'_menu_item_menu_item_parent','1787'),(10956,1792,'_menu_item_object_id','1771'),(10957,1792,'_menu_item_object','page'),(10958,1792,'_menu_item_target',''),(10959,1792,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10960,1792,'_menu_item_xfn',''),(10961,1792,'_menu_item_url',''),(10963,1793,'_menu_item_type','post_type'),(10964,1793,'_menu_item_menu_item_parent','1787'),(10965,1793,'_menu_item_object_id','1769'),(10966,1793,'_menu_item_object','page'),(10967,1793,'_menu_item_target',''),(10968,1793,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10969,1793,'_menu_item_xfn',''),(10970,1793,'_menu_item_url',''),(10972,1794,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:58:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1587260995774\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:181:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1587260837583\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:12:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/409907260\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:2:{s:10:\"background\";s:7:\"#ffffff\";s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:147:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\">the story of a love as common as it is extraordinary</p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee242a5bc5ad\";s:19:\"_sow_form_timestamp\";s:13:\"1591886660450\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ff6a5c66-a1ac-465d-8b38-7b4b312e3fb7\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"1677\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10975,1797,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1063:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1580249239576\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1070:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">Listen Here!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee243a0ede32\";s:19:\"_sow_form_timestamp\";s:13:\"1591886937310\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6d304fbb-50f3-4e6a-bc23-76e45ed8603b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"395b3376-77b3-4e1a-a7e7-c4ecb827df40\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1796\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.575779727095516502544114700867794454097747802734375;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.424220272904483441944734067874378524720668792724609375;s:5:\"style\";a:0:{}}}}'),(10973,1796,'_wp_attached_file','2020/06/austin-distel-VCFxt2yT1eQ-unsplash-scaled.jpg'),(10974,1796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:53:\"2020/06/austin-distel-VCFxt2yT1eQ-unsplash-scaled.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"austin-distel-VCFxt2yT1eQ-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"austin-distel-VCFxt2yT1eQ-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"austin-distel-VCFxt2yT1eQ-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"austin-distel-VCFxt2yT1eQ-unsplash-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:47:\"austin-distel-VCFxt2yT1eQ-unsplash-1580x480.jpg\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-210x150.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:46:\"austin-distel-VCFxt2yT1eQ-unsplash-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"austin-distel-VCFxt2yT1eQ-unsplash.jpg\";}'),(10976,1799,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:234:\"<p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8609c353-b099-4058-af2c-0eaf4e19fdf5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1183:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30adfcabd58\";s:19:\"_sow_form_timestamp\";s:13:\"1591887643408\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"2fa40450-4563-407a-aa72-5dd8a36f121d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1186:\"<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5ee243a0ede32\";s:19:\"_sow_form_timestamp\";s:13:\"1591887687435\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"6d304fbb-50f3-4e6a-bc23-76e45ed8603b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"400px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"395b3376-77b3-4e1a-a7e7-c4ecb827df40\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";s:4:\"1796\";s:18:\"background_display\";s:5:\"cover\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.75;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.57577972709600000467133895654114894568920135498046875;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.42422027290399999532866104345885105431079864501953125;s:5:\"style\";a:0:{}}}}'),(10977,1801,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:261:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"aaf43ade-7e05-4ba9-926d-f6a8984ae3bf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10978,1802,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:261:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"aaf43ade-7e05-4ba9-926d-f6a8984ae3bf\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10979,1804,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:261:\"<h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"aaf43ade-7e05-4ba9-926d-f6a8984ae3bf\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";s:4:\"1513\";s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10980,1806,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:280:\"<a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"38f316b1-b9d2-476f-be88-e7f2fdf639a1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:247:\"<a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-180610007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10983,1808,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:286:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10981,1807,'_wp_attached_file','2020/06/Dance-Quarantine-Soon-1.png'),(10982,1807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2020/06/Dance-Quarantine-Soon-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Dance-Quarantine-Soon-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Dance-Quarantine-Soon-1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:36:\"Dance-Quarantine-Soon-1-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"Dance-Quarantine-Soon-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10985,1810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2020/06/Coming-Soon....png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Coming-Soon...-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Coming-Soon...-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:27:\"Coming-Soon...-1080x480.png\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"Coming-Soon...-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10989,1814,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ac0b8151-73e3-4a53-8c2d-bb834a965dae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:266:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<p><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:288:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(10990,1816,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:240:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}i:2;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"38f316b1-b9d2-476f-be88-e7f2fdf639a1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:4;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:253:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:5;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:6;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:288:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:7;a:5:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(11009,435,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJfZXJyb3JzIjpbXX0='),(11027,436,'id_field','ID'),(11028,436,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsImF1dG9wbGF5IjoxLCJwYXVzZW9uaG92ZXIiOjEsImFycm93cyI6MCwiaW50ZXJ2YWwiOjMwMDAsInRyYW5zaXRpb25fc3BlZWQiOjMwMCwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUiLCJfZXJyb3JzIjpbXX0='),(11045,437,'id_field','ID'),(11046,437,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0IiwiYWpheF9wYWdpbmF0aW9uIjoiMSIsIl9lcnJvcnMiOltdfQ=='),(11063,438,'id_field','ID'),(11064,438,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),(11078,439,'__defaults_set','1'),(11079,439,'entity_types','WyJpbWFnZSJd'),(11080,439,'aliases','WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),(11081,439,'id_field','ID'),(11082,439,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),(11100,440,'id_field','ID'),(11101,440,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0Iiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoxLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwiX2Vycm9ycyI6W119'),(11120,441,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0IiwiX2Vycm9ycyI6W119'),(11121,1818,'wptr_hide_title','0'),(11122,1818,'_fl_builder_draft','a:18:{s:13:\"584890510aa0c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aa0c\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1594\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"999999\";s:10:\"bg_opacity\";s:2:\"70\";s:16:\"bg_overlay_color\";s:6:\"999999\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07224146/blueprint-964629_1920.jpg\";}}s:13:\"584890510ac70\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510ac70\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584890510aa0c\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584890510acaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510acaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584890510ac70\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584890510aceb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aceb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584890510acaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"Contact Us Today\";s:4:\"size\";s:2:\"70\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:27:\"For your free consultation!\";s:8:\"sub_size\";s:2:\"25\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"584891005881f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005881f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"e0e0e0\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584891005a372\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a372\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584891005881f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584891005a54c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a54c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"584891005a58f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a58f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"584891005a5cd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a5cd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5848910b3885e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848910b3885e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a54c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:51:\"<h2 style=\"text-align: center;\">(310) 743-3190</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848911b473ff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848911b473ff\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a58f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:64:\"<h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"58489152bb714\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58489152bb714\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a5cd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:62:\"<h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848919fad50f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919fad50f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5848919faf620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf620\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5848919fad50f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5848919faf827\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf827\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"44.95\";}}s:13:\"5848919faf86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"55.05\";}}s:13:\"584891a70ee77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891a70ee77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"500\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:1:\"8\";s:3:\"lat\";s:10:\"34.0259216\";s:3:\"lng\";s:19:\"-118.77975709999998\";s:5:\"query\";s:10:\"Mailbu, Ca\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}s:13:\"5848935d1d336\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848935d1d336\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf827\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:48:\"[contact-form-7 id=\"255\" title=\"Contact form 1\"]\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11123,1818,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11124,1818,'_fl_builder_data','a:18:{s:13:\"584890510aa0c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aa0c\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1594\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"999999\";s:10:\"bg_opacity\";s:2:\"70\";s:16:\"bg_overlay_color\";s:6:\"999999\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07224146/blueprint-964629_1920.jpg\";}}s:13:\"584890510ac70\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510ac70\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584890510aa0c\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584890510acaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510acaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584890510ac70\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:0:\"\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:0:\"\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584890510aceb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584890510aceb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584890510acaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"Contact Us Today\";s:4:\"size\";s:2:\"70\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:27:\"For your free consultation!\";s:8:\"sub_size\";s:2:\"25\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"584891005881f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005881f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"e0e0e0\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584891005a372\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a372\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"584891005881f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584891005a54c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a54c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"584891005a58f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a58f\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"584891005a5cd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891005a5cd\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584891005a372\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5848910b3885e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848910b3885e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a54c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:51:\"<h2 style=\"text-align: center;\">(310) 743-3190</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848911b473ff\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848911b473ff\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a58f\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:64:\"<h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"58489152bb714\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58489152bb714\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584891005a5cd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:62:\"<h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5848919fad50f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919fad50f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5848919faf620\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf620\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5848919fad50f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5848919faf827\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf827\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"44.95\";}}s:13:\"5848919faf86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848919faf86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5848919faf620\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:5:\"55.05\";}}s:13:\"584891a70ee77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584891a70ee77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:9:\"fullwidth\";s:3:\"yes\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"500\";s:5:\"float\";s:4:\"none\";s:4:\"zoom\";s:1:\"8\";s:3:\"lat\";s:10:\"34.0259216\";s:3:\"lng\";s:19:\"-118.77975709999998\";s:5:\"query\";s:10:\"Mailbu, Ca\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:2:\"60\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:10:\"map-module\";}}s:13:\"5848935d1d336\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5848935d1d336\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5848919faf827\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:48:\"[contact-form-7 id=\"255\" title=\"Contact form 1\"]\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:2:\"60\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11125,1818,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11126,1818,'_fl_builder_enabled','1'),(11127,1818,'_imported_content_block','1'),(11128,1818,'_imported_by_tesseract_package','contact-3'),(11129,1819,'wptr_hide_title','0'),(11130,1819,'_fl_builder_draft','a:18:{s:13:\"5847bc7dbf747\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dbf747\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1589\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:11:\"left center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f9eff9\";s:10:\"bg_opacity\";s:2:\"50\";s:16:\"bg_overlay_color\";s:6:\"f3c4ff\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07080001/cqosqqhhsui-roman-kraft.jpg\";}}s:13:\"5847bc7dc0830\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc0830\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bc7dbf747\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bc7dc09f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc09f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bc7dc0830\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847bd050dc5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bd050dc5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"-60\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cb14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cb14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bd050dc5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bdf48cd5a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd5a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";s:5:\"32.84\";s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cd9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd9d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.8299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cddc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cddc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847be21e86eb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be21e86eb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:278:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea &amp; small spider veins while stimulating collagen growth for a more youthful look.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847be9d5adf7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be9d5adf7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:196:\"<p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bf13e064a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bf13e064a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:274:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bfb0a9e7e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfb0a9e7e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$200\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1c1c1c\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847bfd327020\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfd327020\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$100\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1e1e1e\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c003c2c14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c003c2c14\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$250\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"191919\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c05931db6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c05931db6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"Chemical Peel\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c0c06b321\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c0c06b321\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:17:\"Microdermabrasion\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c13c83efa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c13c83efa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:12:\"Photo Facial\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c305378b9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c305378b9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bc7dc09f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:10:\"Treatments\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"f2f2f2\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11131,1819,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11132,1819,'_fl_builder_data','a:18:{s:13:\"5847bc7dbf747\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dbf747\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1589\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:11:\"left center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"f9eff9\";s:10:\"bg_opacity\";s:2:\"50\";s:16:\"bg_overlay_color\";s:6:\"f3c4ff\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07080001/cqosqqhhsui-roman-kraft.jpg\";}}s:13:\"5847bc7dc0830\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc0830\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bc7dbf747\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bc7dc09f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bc7dc09f2\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bc7dc0830\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847bd050dc5f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bd050dc5f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"-60\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cb14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cb14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847bd050dc5f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847bdf48cd5a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd5a\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";s:5:\"32.84\";s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cd9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cd9d\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.8299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847bdf48cddc\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bdf48cddc\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847bdf48cb14\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;s:12:\"equal_height\";s:3:\"yes\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847be21e86eb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be21e86eb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:279:\"\n<p style=\"text-align: center;\"><span style=\"color: #333333;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea &amp; small spider veins while stimulating collagen growth for a more youthful look.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847be9d5adf7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847be9d5adf7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:196:\"<p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bf13e064a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bf13e064a\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:274:\"<p style=\"text-align: center;\"><span style=\"color: #333333;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</span></p>\n\n<h2 style=\"text-align: center;\"></h2>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847bfb0a9e7e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfb0a9e7e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$200\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1c1c1c\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847bfd327020\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847bfd327020\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$100\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"1e1e1e\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c003c2c14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c003c2c14\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:4:\"$250\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"191919\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c05931db6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c05931db6\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"Chemical Peel\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c0c06b321\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c0c06b321\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cddc\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:17:\"Microdermabrasion\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c13c83efa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c13c83efa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bdf48cd5a\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:12:\"Photo Facial\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847c305378b9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847c305378b9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847bc7dc09f2\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:10:\"Treatments\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"f2f2f2\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11133,1819,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11134,1819,'_fl_builder_enabled','1'),(11135,1819,'_imported_content_block','1'),(11136,1819,'_imported_by_tesseract_package','treatments'),(11137,1820,'wptr_hide_title','0'),(11138,1820,'_fl_builder_draft','a:18:{s:13:\"5847b692693be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b692693be\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b6926a609\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a609\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b6926a7e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a7e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b6926a82c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a82c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b6926a86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d7dd0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d7dd0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b699d8000\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8000\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d8045\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8045\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d8085\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8085\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b7027bebf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7027bebf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a7e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1585\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1585;s:5:\"title\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:8:\"filename\";s:38:\"5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:4:\"link\";s:103:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/5ufn4ly4jwq-eduardo-espinoza-raggi/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094976000;s:8:\"modified\";i:1481094976000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"69a5d9f7a6\";s:6:\"delete\";s:10:\"69f41d20c9\";s:4:\"edit\";s:10:\"8495e31f12\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1585&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:704802;s:21:\"filesizeHumanReadable\";s:6:\"688 KB\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:394;s:5:\"width\";i:700;s:3:\"url\";s:132:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-1024x576.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b752ab381\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b752ab381\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a82c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1584\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1584;s:5:\"title\";s:22:\"zx5uks3zc60-laura-aziz\";s:8:\"filename\";s:26:\"zx5uks3zc60-laura-aziz.jpg\";s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:4:\"link\";s:91:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zx5uks3zc60-laura-aziz/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"zx5uks3zc60-laura-aziz\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094967000;s:8:\"modified\";i:1481095074000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"ed89985ed4\";s:6:\"delete\";s:10:\"5bf1b83be9\";s:4:\"edit\";s:10:\"b3e22840e7\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1584&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2466658;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7693a15b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7693a15b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1583\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1583;s:5:\"title\";s:26:\"bo5bswjwgui-dana-critchlow\";s:8:\"filename\";s:30:\"bo5bswjwgui-dana-critchlow.jpg\";s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/bo5bswjwgui-dana-critchlow/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"bo5bswjwgui-dana-critchlow\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094959000;s:8:\"modified\";i:1481094959000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dcfbc591d9\";s:6:\"delete\";s:10:\"62f25ffa83\";s:4:\"edit\";s:10:\"9f3ab39196\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1583&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:876998;s:21:\"filesizeHumanReadable\";s:6:\"856 KB\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:166;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-300x166.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:388;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-1024x568.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7db08ec1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7db08ec1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8000\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1582\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1582;s:5:\"title\";s:27:\"zsivhindnsq-oskar-vertetics\";s:8:\"filename\";s:31:\"zsivhindnsq-oskar-vertetics.jpg\";s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:4:\"link\";s:96:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zsivhindnsq-oskar-vertetics/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:27:\"zsivhindnsq-oskar-vertetics\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094950000;s:8:\"modified\";i:1481094950000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35500215dc\";s:6:\"delete\";s:10:\"962d61be67\";s:4:\"edit\";s:10:\"e7907ba1a2\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1582&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2455478;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7e8dd361\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7e8dd361\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8045\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1581\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1581;s:5:\"title\";s:19:\"1prq2mhw-fo-micah-h\";s:8:\"filename\";s:23:\"1prq2mhw-fo-micah-h.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:4:\"link\";s:88:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/1prq2mhw-fo-micah-h/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"1prq2mhw-fo-micah-h\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094940000;s:8:\"modified\";i:1481094940000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"89b0cbad17\";s:6:\"delete\";s:10:\"55bf7dd691\";s:4:\"edit\";s:10:\"867950832a\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1581&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:1045738;s:21:\"filesizeHumanReadable\";s:8:\"1,021 KB\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7f807cdd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7f807cdd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8085\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1580\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1580;s:5:\"title\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:8:\"filename\";s:45:\"wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/wjkc3xzjsxw-geran-de-klerk/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094931000;s:8:\"modified\";i:1481095239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"9552427af3\";s:6:\"delete\";s:10:\"5ef9444420\";s:4:\"edit\";s:10:\"4d09e35bf5\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1580&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2000452;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b91c4d4fa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d4fa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b91c4d6d0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d6d0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b91c4d4fa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b91c4d39e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d39e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b91c4d6d0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:9:\"Be You...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:11:\"Be Creative\";s:8:\"sub_size\";s:2:\"60\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11139,1820,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11140,1820,'_fl_builder_data','a:18:{s:13:\"5847b692693be\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b692693be\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b6926a609\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a609\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b6926a7e6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a7e6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b6926a82c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a82c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b6926a86b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b6926a86b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b6926a609\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d7dd0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d7dd0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b699d8000\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8000\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d8045\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8045\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b699d8085\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b699d8085\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b699d7dd0\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b7027bebf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7027bebf\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a7e6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1585\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1585;s:5:\"title\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:8:\"filename\";s:38:\"5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:4:\"link\";s:103:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/5ufn4ly4jwq-eduardo-espinoza-raggi/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:34:\"5ufn4ly4jwq-eduardo-espinoza-raggi\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094976000;s:8:\"modified\";i:1481094976000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"69a5d9f7a6\";s:6:\"delete\";s:10:\"69f41d20c9\";s:4:\"edit\";s:10:\"8495e31f12\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1585&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:704802;s:21:\"filesizeHumanReadable\";s:6:\"688 KB\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:169;s:5:\"width\";i:300;s:3:\"url\";s:131:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-300x169.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:394;s:5:\"width\";i:700;s:3:\"url\";s:132:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi-1024x576.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\";s:6:\"height\";i:1151;s:5:\"width\";i:2048;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b752ab381\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b752ab381\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a82c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1584\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1584;s:5:\"title\";s:22:\"zx5uks3zc60-laura-aziz\";s:8:\"filename\";s:26:\"zx5uks3zc60-laura-aziz.jpg\";s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:4:\"link\";s:91:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zx5uks3zc60-laura-aziz/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:22:\"zx5uks3zc60-laura-aziz\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094967000;s:8:\"modified\";i:1481095074000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"ed89985ed4\";s:6:\"delete\";s:10:\"5bf1b83be9\";s:4:\"edit\";s:10:\"b3e22840e7\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1584&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2466658;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:119:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:120:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz.jpg\";s:6:\"height\";i:2448;s:5:\"width\";i:3264;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7693a15b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7693a15b\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b6926a86b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1583\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1583;s:5:\"title\";s:26:\"bo5bswjwgui-dana-critchlow\";s:8:\"filename\";s:30:\"bo5bswjwgui-dana-critchlow.jpg\";s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/bo5bswjwgui-dana-critchlow/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"bo5bswjwgui-dana-critchlow\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094959000;s:8:\"modified\";i:1481094959000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"dcfbc591d9\";s:6:\"delete\";s:10:\"62f25ffa83\";s:4:\"edit\";s:10:\"9f3ab39196\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1583&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:876998;s:21:\"filesizeHumanReadable\";s:6:\"856 KB\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:166;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-300x166.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:388;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow-1024x568.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:115:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\";s:6:\"height\";i:1065;s:5:\"width\";i:1920;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7db08ec1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7db08ec1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8000\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1582\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1582;s:5:\"title\";s:27:\"zsivhindnsq-oskar-vertetics\";s:8:\"filename\";s:31:\"zsivhindnsq-oskar-vertetics.jpg\";s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:4:\"link\";s:96:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/zsivhindnsq-oskar-vertetics/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:27:\"zsivhindnsq-oskar-vertetics\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094950000;s:8:\"modified\";i:1481094950000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"35500215dc\";s:6:\"delete\";s:10:\"962d61be67\";s:4:\"edit\";s:10:\"e7907ba1a2\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1582&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2455478;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:199;s:5:\"width\";i:300;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-300x199.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:463;s:5:\"width\";i:700;s:3:\"url\";s:125:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics-1024x678.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\";s:6:\"height\";i:3069;s:5:\"width\";i:4633;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7e8dd361\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7e8dd361\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8045\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1581\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"circle\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1581;s:5:\"title\";s:19:\"1prq2mhw-fo-micah-h\";s:8:\"filename\";s:23:\"1prq2mhw-fo-micah-h.jpg\";s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:4:\"link\";s:88:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/1prq2mhw-fo-micah-h/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:19:\"1prq2mhw-fo-micah-h\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094940000;s:8:\"modified\";i:1481094940000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"89b0cbad17\";s:6:\"delete\";s:10:\"55bf7dd691\";s:4:\"edit\";s:10:\"867950832a\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1581&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:1045738;s:21:\"filesizeHumanReadable\";s:8:\"1,021 KB\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:200;s:5:\"width\";i:300;s:3:\"url\";s:116:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-300x200.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:467;s:5:\"width\";i:700;s:3:\"url\";s:117:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h-1024x683.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:108:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\";s:6:\"height\";i:2048;s:5:\"width\";i:3072;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b7f807cdd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b7f807cdd\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b699d8085\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1580\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:6:\"square\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1580;s:5:\"title\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:8:\"filename\";s:45:\"wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:4:\"link\";s:95:\"http://tesseracttheme.com/freecontent/fl-builder-template/gallery-2/wjkc3xzjsxw-geran-de-klerk/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:26:\"wjkc3xzjsxw-geran-de-klerk\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1579;s:4:\"date\";i:1481094931000;s:8:\"modified\";i:1481095239000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"9552427af3\";s:6:\"delete\";s:10:\"5ef9444420\";s:4:\"edit\";s:10:\"4d09e35bf5\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1580&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1579&action=edit\";s:15:\"uploadedToTitle\";s:9:\"gallery 2\";s:15:\"filesizeInBytes\";i:2000452;s:21:\"filesizeHumanReadable\";s:4:\"2 MB\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:225;s:5:\"width\";i:300;s:3:\"url\";s:123:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-300x225.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:525;s:5:\"width\";i:700;s:3:\"url\";s:124:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-1024x768.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:130:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\";s:6:\"height\";i:2550;s:5:\"width\";i:3400;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b91c4d4fa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d4fa\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b692693be\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b91c4d6d0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d6d0\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b91c4d4fa\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b91c4d39e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b91c4d39e\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b91c4d6d0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:9:\"Be You...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:11:\"Be Creative\";s:8:\"sub_size\";s:2:\"60\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11141,1820,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11142,1820,'_fl_builder_enabled','1'),(11143,1820,'_imported_content_block','1'),(11144,1820,'_imported_by_tesseract_package','gallery-2'),(11145,1821,'wptr_hide_title','0'),(11146,1821,'_fl_builder_draft','a:6:{s:13:\"5847b447a4a54\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a4a54\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1576\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07070324/google-contact-1.jpg\";}}s:13:\"5847b447a5c9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5c9d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b447a4a54\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b447a5eb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5eb6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b447a5c9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b4aa99820\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4aa99820\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:6:\"HELLO,\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b4d29802f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4d29802f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"TALK TO US...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b5049e286\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b5049e286\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:367:\"<span style=\"color: #808080;\">You can email us at <a class=\"Xx\" dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or</span>\n<span style=\"color: #808080;\">Call us at (310) 743-3190</span>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11147,1821,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11148,1821,'_fl_builder_data','a:6:{s:13:\"5847b447a4a54\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a4a54\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1576\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:105:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07070324/google-contact-1.jpg\";}}s:13:\"5847b447a5c9d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5c9d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b447a4a54\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b447a5eb6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b447a5eb6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b447a5c9d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b4aa99820\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4aa99820\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:6:\"HELLO,\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b4d29802f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b4d29802f\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:13:\"TALK TO US...\";s:4:\"size\";s:2:\"60\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"6d6d6d\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b5049e286\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b5049e286\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b447a5eb6\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:367:\"<span style=\"color: #808080;\">You can email us at <a class=\"Xx\" dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or</span>\n<span style=\"color: #808080;\">Call us at (310) 743-3190</span>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11149,1821,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11150,1821,'_fl_builder_enabled','1'),(11151,1821,'_imported_content_block','1'),(11152,1821,'_imported_by_tesseract_package','contact-1'),(11153,1822,'wptr_hide_title','0'),(11154,1822,'_fl_builder_draft','a:9:{s:13:\"5847b318b4ba2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b4ba2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b318b5d14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5d14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b318b4ba2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b318b5ec4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5ec4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b318b5d14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b324f05a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b324f05a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"Why we love Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"35\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b35fce275\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b35fce275\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":19:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:10:\"video_webm\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:43:\"https://www.youtube.com/watch?v=eT9vmpE8WcY\";s:10:\"margin_top\";s:2:\"30\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"200\";s:12:\"margin_right\";s:3:\"200\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"5847b381ee6b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381ee6b5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b381efd71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381efd71\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b381ee6b5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b381eff91\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381eff91\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b381efd71\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b3a0c6b6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b3a0c6b6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b381eff91\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:393:\"<p style=\"text-align: center;\"><span style=\"font-size: 24px; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"../about/\"><span style=\"text-decoration: underline;\">We understand</span></a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\"><span style=\"text-decoration: underline;\">Contact us</span></a> to get it.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11155,1822,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11156,1822,'_oembed_3bfd6a6ab28664897e5014cae9c5e0e3','<iframe width=\"700\" height=\"394\" src=\"https://www.youtube.com/embed/eT9vmpE8WcY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11157,1822,'_oembed_time_3bfd6a6ab28664897e5014cae9c5e0e3','1481093989'),(11158,1822,'_fl_builder_data','a:9:{s:13:\"5847b318b4ba2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b4ba2\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b318b5d14\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5d14\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b318b4ba2\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b318b5ec4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b318b5ec4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b318b5d14\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b324f05a3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b324f05a3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"Why we love Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:2:\"35\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b35fce275\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b35fce275\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b318b5ec4\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":19:{s:10:\"video_type\";s:5:\"embed\";s:5:\"video\";s:0:\"\";s:10:\"video_webm\";s:0:\"\";s:6:\"poster\";s:0:\"\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:10:\"embed_code\";s:43:\"https://www.youtube.com/watch?v=eT9vmpE8WcY\";s:10:\"margin_top\";s:2:\"30\";s:13:\"margin_bottom\";s:2:\"50\";s:11:\"margin_left\";s:3:\"200\";s:12:\"margin_right\";s:3:\"200\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"video\";}}s:13:\"5847b381ee6b5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381ee6b5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b381efd71\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381efd71\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b381ee6b5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b381eff91\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b381eff91\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b381efd71\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b3a0c6b6d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b3a0c6b6d\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b381eff91\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:393:\"<p style=\"text-align: center;\"><span style=\"font-size: 24px; color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"../about/\"><span style=\"text-decoration: underline;\">We understand</span></a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\"><span style=\"text-decoration: underline;\">Contact us</span></a> to get it.</span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11159,1822,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11160,1822,'_fl_builder_enabled','1'),(11161,1822,'_imported_content_block','1'),(11162,1822,'_imported_by_tesseract_package','services-3'),(11163,1823,'wptr_hide_title','0'),(11164,1823,'_fl_builder_draft','a:25:{s:13:\"5847b1205623f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1205623f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b120574cb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b120574cb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b12057707\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b12057707\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b120574cb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b138ea3c9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b138ea3c9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b12057707\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:53:\"Have the best time enjoying your new Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b16308fa9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16308fa9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b16309220\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309220\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b16309265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b163092a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b163092a6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e5504\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5504\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b167e5743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5743\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e5786\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5786\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e57c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e57c4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b17986aeb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b17986aeb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309220\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1571\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1571;s:5:\"title\";s:9:\"youtube-1\";s:8:\"filename\";s:13:\"youtube-1.png\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1571\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"youtube-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093515000;s:8:\"modified\";i:1481093515000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e61576780d\";s:6:\"delete\";s:10:\"72937d7d1d\";s:4:\"edit\";s:10:\"14d3a74a4d\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1571&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3035;s:21:\"filesizeHumanReadable\";s:4:\"3 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1b8bbed1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1b8bbed1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b1c55fe20\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1c55fe20\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1570\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1570;s:5:\"title\";s:8:\"wallet-1\";s:8:\"filename\";s:12:\"wallet-1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1570\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"wallet-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093514000;s:8:\"modified\";i:1481093514000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"7253360189\";s:6:\"delete\";s:10:\"6e1c4e6ca5\";s:4:\"edit\";s:10:\"4406d2b7a1\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1570&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:5725;s:21:\"filesizeHumanReadable\";s:4:\"6 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1d336bb7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1d336bb7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b163092a6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1569\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1569;s:5:\"title\";s:11:\"analytics-1\";s:8:\"filename\";s:15:\"analytics-1.png\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1569\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:11:\"analytics-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093513000;s:8:\"modified\";i:1481093513000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"abcbf324de\";s:6:\"delete\";s:10:\"5fb1da1266\";s:4:\"edit\";s:10:\"b7f12314ca\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1569&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3809;s:21:\"filesizeHumanReadable\";s:4:\"4 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b206a07da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b206a07da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5786\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:182:\"<p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b227ecefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b227ecefa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e57c4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:190:\"<p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b248b9289\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9289\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:3;s:8:\"settings\";s:0:\"\";}s:13:\"5847b248b9468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9468\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b248b9289\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b248b9101\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9101\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b248b9468\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:135:\"<p style=\"text-align: center;\"><a href=\"../contact/\"><span style=\"font-size: 20px;\"><strong>Contact Us Today »</strong></span></a></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b262efe2b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262efe2b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b262f3eb9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f3eb9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b262efe2b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b262f4146\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f4146\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b262f3eb9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b2a5934d8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b2a5934d8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b262f4146\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:25:\"DISCOVER WHOLE NEW WORLDS\";s:4:\"size\";s:2:\"28\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11165,1823,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11166,1823,'_fl_builder_data','a:25:{s:13:\"5847b1205623f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1205623f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:5:\"fixed\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:4:\"none\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:4:\"none\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:4:\"fast\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b120574cb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b120574cb\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b12057707\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b12057707\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b120574cb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b138ea3c9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b138ea3c9\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b12057707\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:53:\"Have the best time enjoying your new Google Cardboard\";s:4:\"size\";s:2:\"24\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847b16308fa9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16308fa9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847b16309220\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309220\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b16309265\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b16309265\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b163092a6\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b163092a6\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b16308fa9\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e5504\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5504\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5847b167e5743\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5743\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e5786\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e5786\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b167e57c4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b167e57c4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b167e5504\";s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:33.3299999999999982946974341757595539093017578125;}}s:13:\"5847b17986aeb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b17986aeb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309220\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1571\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1571;s:5:\"title\";s:9:\"youtube-1\";s:8:\"filename\";s:13:\"youtube-1.png\";s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1571\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:9:\"youtube-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093515000;s:8:\"modified\";i:1481093515000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"e61576780d\";s:6:\"delete\";s:10:\"72937d7d1d\";s:4:\"edit\";s:10:\"14d3a74a4d\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1571&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3035;s:21:\"filesizeHumanReadable\";s:4:\"3 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:98:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1b8bbed1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1b8bbed1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5743\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:184:\"<p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b1c55fe20\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1c55fe20\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b16309265\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1570\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1570;s:5:\"title\";s:8:\"wallet-1\";s:8:\"filename\";s:12:\"wallet-1.png\";s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1570\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:8:\"wallet-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093514000;s:8:\"modified\";i:1481093514000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"7253360189\";s:6:\"delete\";s:10:\"6e1c4e6ca5\";s:4:\"edit\";s:10:\"4406d2b7a1\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1570&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:5725;s:21:\"filesizeHumanReadable\";s:4:\"6 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:97:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b1d336bb7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b1d336bb7\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b163092a6\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1569\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1569;s:5:\"title\";s:11:\"analytics-1\";s:8:\"filename\";s:15:\"analytics-1.png\";s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:4:\"link\";s:57:\"http://tesseracttheme.com/freecontent/?attachment_id=1569\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:11:\"analytics-1\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1568;s:4:\"date\";i:1481093513000;s:8:\"modified\";i:1481093513000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:9:\"image/png\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:3:\"png\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 7, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"abcbf324de\";s:6:\"delete\";s:10:\"5fb1da1266\";s:4:\"edit\";s:10:\"b7f12314ca\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1569&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1568&action=edit\";s:15:\"uploadedToTitle\";s:10:\"services 2\";s:15:\"filesizeInBytes\";i:3809;s:21:\"filesizeHumanReadable\";s:4:\"4 KB\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";s:5:\"sizes\";O:8:\"stdClass\":1:{s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\";s:6:\"height\";i:128;s:5:\"width\";i:128;s:11:\"orientation\";s:9:\"landscape\";}}}}}s:13:\"5847b206a07da\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b206a07da\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e5786\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:182:\"<p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b227ecefa\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b227ecefa\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b167e57c4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:190:\"<p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b248b9289\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9289\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b1205623f\";s:8:\"position\";i:3;s:8:\"settings\";s:0:\"\";}s:13:\"5847b248b9468\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9468\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b248b9289\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b248b9101\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b248b9101\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b248b9468\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:135:\"<p style=\"text-align: center;\"><a href=\"../contact/\"><span style=\"font-size: 20px;\"><strong>Contact Us Today »</strong></span></a></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847b262efe2b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262efe2b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847b262f3eb9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f3eb9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847b262efe2b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847b262f4146\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b262f4146\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847b262f3eb9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847b2a5934d8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847b2a5934d8\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847b262f4146\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:25:\"DISCOVER WHOLE NEW WORLDS\";s:4:\"size\";s:2:\"28\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11167,1823,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11168,1823,'_fl_builder_enabled','1'),(11169,1823,'_imported_content_block','1'),(11170,1823,'_imported_by_tesseract_package','services-2'),(11171,1824,'wptr_hide_title','0'),(11172,1824,'_fl_builder_draft','a:8:{s:13:\"5847acb8e2e3e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e2e3e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1566\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07063146/google-about-1.jpg\";}}s:13:\"5847acb8e4082\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4082\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847acb8e2e3e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847acb8e4260\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4260\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847acb8e4082\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:17:\"content_alignment\";s:3:\"top\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:2:\"70\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:3:\"300\";s:13:\"margin_bottom\";s:3:\"-30\";s:11:\"margin_left\";s:3:\"-80\";s:12:\"margin_right\";s:3:\"-80\";s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:2:\"50\";s:12:\"padding_left\";s:3:\"-60\";s:13:\"padding_right\";s:3:\"-60\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:16:\"responsive_order\";s:7:\"default\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847ad0e4d1d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ad0e4d1d1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847acb8e4260\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:14:\"About Our Team\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"333333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:164:\"Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.\";s:8:\"sub_size\";s:2:\"16\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847afabc5648\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc5648\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847afabc6ce5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6ce5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847afabc5648\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847afabc6eaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6eaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847afabc6ce5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847afb0edf82\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afb0edf82\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847afabc6eaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:300:\"<p style=\"text-align: center;\"><span style=\"font-size: 28px;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</span></p>\n<p>&nbsp;</p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11173,1824,'_fl_builder_data','a:8:{s:13:\"5847acb8e2e3e\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e2e3e\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1566\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07063146/google-about-1.jpg\";}}s:13:\"5847acb8e4082\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4082\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847acb8e2e3e\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847acb8e4260\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847acb8e4260\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847acb8e4082\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:4:\"size\";i:100;s:12:\"equal_height\";s:2:\"no\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ffffff\";s:10:\"bg_opacity\";s:2:\"70\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"1\";s:12:\"border_right\";s:1:\"1\";s:10:\"margin_top\";s:3:\"300\";s:13:\"margin_bottom\";s:3:\"-30\";s:11:\"margin_left\";s:3:\"-80\";s:12:\"margin_right\";s:3:\"-80\";s:11:\"padding_top\";s:2:\"50\";s:14:\"padding_bottom\";s:2:\"50\";s:12:\"padding_left\";s:3:\"-60\";s:13:\"padding_right\";s:3:\"-60\";s:18:\"responsive_display\";s:0:\"\";s:11:\"medium_size\";s:7:\"default\";s:18:\"custom_medium_size\";s:3:\"100\";s:15:\"responsive_size\";s:7:\"default\";s:22:\"custom_responsive_size\";s:3:\"100\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847ad0e4d1d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ad0e4d1d1\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847acb8e4260\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:14:\"About Our Team\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:6:\"333333\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:164:\"Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.\";s:8:\"sub_size\";s:2:\"16\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847afabc5648\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc5648\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847afabc6ce5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6ce5\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847afabc5648\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847afabc6eaf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afabc6eaf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847afabc6ce5\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847afb0edf82\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847afb0edf82\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847afabc6eaf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:300:\"<p style=\"text-align: center;\"><span style=\"font-size: 28px;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</span></p>\n<p>&nbsp;</p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11174,1824,'_fl_builder_enabled','1'),(11175,1824,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11176,1824,'_imported_content_block','1'),(11177,1824,'_imported_by_tesseract_package','google-about-1'),(11178,1825,'wptr_hide_title','0'),(11179,1825,'_fl_builder_draft','a:12:{s:13:\"5847a9b153814\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a9b153814\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1562\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061851/got-cardboard-1.jpg\";}}s:13:\"5847aaba9398d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba9398d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a9b153814\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaba93b94\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93b94\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aaba93bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93bd8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aac1c543c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aac1c543c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaba93b94\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:139:\"<h3>GOT CARDBOARD?</h3>\n&nbsp;\n\nVisit new places, play immersive games, fly through space and more.\n\n&nbsp;\n\n<a href=\"about\">LEARN MORE</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847aaf58c47f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58c47f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":55:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847aaf58dafd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dafd\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaf58dcc4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dcc4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaf58dafd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847ab4cb1bf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ab4cb1bf5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaf58dcc4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:28:\"So what are you waiting for?\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:68:\"Check out what we can do for you so you can start on the right foot.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847abe8eca74\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eca74\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847abe8ecc6b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8ecc6b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847abe8eca74\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847abe8eb467\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eb467\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847abe8ecc6b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:171:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"about\"><span style=\"font-size: 20px;\">Learn About Us »</span></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11180,1825,'_fl_builder_data','a:12:{s:13:\"5847a9b153814\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a9b153814\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1562\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:104:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061851/got-cardboard-1.jpg\";}}s:13:\"5847aaba9398d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba9398d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a9b153814\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaba93b94\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93b94\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aaba93bd8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaba93bd8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaba9398d\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847aac1c543c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aac1c543c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaba93b94\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:165:\"<h3>GOT CARDBOARD?</h3>\n<p>&nbsp;</p>\n<p>Visit new places, play immersive games, fly through space and more.</p>\n<p>&nbsp;</p>\n<p><a href=\"about\">LEARN MORE</a></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847aaf58c47f\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58c47f\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"ff6e40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847aaf58dafd\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dafd\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847aaf58dcc4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847aaf58dcc4\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847aaf58dafd\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847ab4cb1bf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847ab4cb1bf5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847aaf58dcc4\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:28:\"So what are you waiting for?\";s:4:\"size\";s:2:\"40\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:6:\"center\";s:15:\"add_subheadline\";s:3:\"yes\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:68:\"Check out what we can do for you so you can start on the right foot.\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:6:\"ffffff\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847abe8eca74\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eca74\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847aaf58c47f\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5847abe8ecc6b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8ecc6b\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847abe8eca74\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847abe8eb467\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847abe8eb467\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847abe8ecc6b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:171:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"about\"><span style=\"font-size: 20px;\">Learn About Us »</span></a></span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11181,1825,'_fl_builder_enabled','1'),(11182,1825,'_imported_content_block','1'),(11183,1825,'_imported_by_tesseract_package','got-cardboard-1'),(11184,1826,'wptr_hide_title','0'),(11185,1826,'_fl_builder_draft','a:5:{s:13:\"5847a8aaccb6a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8aaccb6a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1557\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061049/get-viewer-1.jpg\";}}s:13:\"5847a8c76e572\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e572\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a8aaccb6a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a8c76e777\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e777\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8c76e7ba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e7ba\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8caa1bd5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8caa1bd5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a8c76e7ba\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:297:\"<h3>GET A VIEWER</h3>\n&nbsp;\n\nGet it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.\n\n&nbsp;\n\n<a href=\"services\">GET A VIEWER</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11186,1826,'_fl_builder_data','a:5:{s:13:\"5847a8aaccb6a\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8aaccb6a\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1557\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:3:\"100\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:101:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07061049/get-viewer-1.jpg\";}}s:13:\"5847a8c76e572\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e572\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a8aaccb6a\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a8c76e777\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e777\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8c76e7ba\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8c76e7ba\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a8c76e572\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5847a8caa1bd5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a8caa1bd5\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a8c76e7ba\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:4:\"text\";s:297:\"<h3>GET A VIEWER</h3>\n&nbsp;\n\nGet it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.\n\n&nbsp;\n\n<a href=\"services\">GET A VIEWER</a>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11187,1826,'_fl_builder_enabled','1'),(11188,1826,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11189,1826,'_imported_content_block','1'),(11190,1826,'_imported_by_tesseract_package','get-viewer-1'),(11191,1827,'wptr_hide_title','0'),(11192,1827,'_fl_builder_draft','a:10:{s:13:\"5847326a0eb10\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847326a0eb10\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1550\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"40\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"150\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/06215238/phone-1742833_1920.jpg\";}}s:13:\"584732c2dacf4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584732c2dacf4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847334acec97\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":36:{s:4:\"text\";s:8:\"Schedule\";s:9:\"font_size\";s:2:\"12\";s:4:\"href\";s:0:\"\";s:6:\"target\";s:4:\"_top\";s:4:\"icon\";s:3:\"typ\";s:13:\"icon_position\";s:5:\"right\";s:7:\"fa_icon\";s:8:\"fa-500px\";s:12:\"fa_icon_size\";s:0:\"\";s:8:\"typ_icon\";s:14:\"typcn-calender\";s:13:\"typ_icon_size\";s:3:\"125\";s:10:\"text_color\";s:6:\"ffffff\";s:12:\"button_color\";s:6:\"3855d6\";s:7:\"opacity\";s:2:\"80\";s:16:\"text_color_hover\";s:3:\"333\";s:18:\"button_color_hover\";s:3:\"fff\";s:13:\"opacity_hover\";s:3:\"100\";s:5:\"align\";s:5:\"right\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:2:\"20\";s:13:\"padding_right\";s:2:\"20\";s:6:\"border\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:12:\"border_color\";s:3:\"000\";s:13:\"border_radius\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:18:\"link-button-module\";s:11:\"href-search\";s:0:\"\";}}s:13:\"5847334acea7b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acea7b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847326a0eb10\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847334acec97\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acec97\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847334acea7b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:4:\"50.9\";}}s:13:\"5847334acecdb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acecdb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847334acea7b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:4:\"49.1\";}}s:13:\"58473503efed0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58473503efed0\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847334acecdb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":36:{s:4:\"text\";s:13:\"Call Us Today\";s:9:\"font_size\";s:2:\"12\";s:4:\"href\";s:0:\"\";s:6:\"target\";s:4:\"_top\";s:4:\"icon\";s:3:\"typ\";s:13:\"icon_position\";s:5:\"right\";s:7:\"fa_icon\";s:8:\"fa-500px\";s:12:\"fa_icon_size\";s:0:\"\";s:8:\"typ_icon\";s:11:\"typcn-phone\";s:13:\"typ_icon_size\";s:3:\"125\";s:10:\"text_color\";s:6:\"ffffff\";s:12:\"button_color\";s:6:\"3855d6\";s:7:\"opacity\";s:2:\"80\";s:16:\"text_color_hover\";s:3:\"333\";s:18:\"button_color_hover\";s:3:\"fff\";s:13:\"opacity_hover\";s:3:\"100\";s:5:\"align\";s:4:\"left\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:2:\"20\";s:13:\"padding_right\";s:2:\"20\";s:6:\"border\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:12:\"border_color\";s:3:\"000\";s:13:\"border_radius\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:18:\"link-button-module\";s:11:\"href-search\";s:0:\"\";}}i:5847365252952;O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847365252952\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"9b9b9b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584736a777679\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777679\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847365252952\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584736a777855\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777855\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584736a777679\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"584736a777529\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777529\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584736a777855\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:375:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 18px;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam odio massa, ornare eu pellentesque eget, vestibulum in ligula. Nunc id enim diam. Suspendisse eu mollis sem, dapibus pretium massa. Nullam nec consequat leo, ac blandit libero. Phasellus tempor arcu a tristique vehicula. </span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11193,1827,'_fl_builder_data','a:10:{s:13:\"5847326a0eb10\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847326a0eb10\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1550\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"ffffff\";s:18:\"bg_overlay_opacity\";s:2:\"40\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"150\";s:14:\"padding_bottom\";s:2:\"80\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:107:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/06215238/phone-1742833_1920.jpg\";}}s:13:\"584732c2dacf4\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584732c2dacf4\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847334acec97\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":36:{s:4:\"text\";s:8:\"Schedule\";s:9:\"font_size\";s:2:\"12\";s:4:\"href\";s:0:\"\";s:6:\"target\";s:4:\"_top\";s:4:\"icon\";s:3:\"typ\";s:13:\"icon_position\";s:5:\"right\";s:7:\"fa_icon\";s:8:\"fa-500px\";s:12:\"fa_icon_size\";s:0:\"\";s:8:\"typ_icon\";s:14:\"typcn-calender\";s:13:\"typ_icon_size\";s:3:\"125\";s:10:\"text_color\";s:6:\"ffffff\";s:12:\"button_color\";s:6:\"3855d6\";s:7:\"opacity\";s:2:\"80\";s:16:\"text_color_hover\";s:3:\"333\";s:18:\"button_color_hover\";s:3:\"fff\";s:13:\"opacity_hover\";s:3:\"100\";s:5:\"align\";s:5:\"right\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:2:\"20\";s:13:\"padding_right\";s:2:\"20\";s:6:\"border\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:12:\"border_color\";s:3:\"000\";s:13:\"border_radius\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:18:\"link-button-module\";s:11:\"href-search\";s:0:\"\";}}s:13:\"5847334acea7b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acea7b\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847326a0eb10\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847334acec97\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acec97\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847334acea7b\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:4:\"50.9\";}}s:13:\"5847334acecdb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847334acecdb\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847334acea7b\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";s:4:\"49.1\";}}s:13:\"58473503efed0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58473503efed0\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847334acecdb\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":36:{s:4:\"text\";s:13:\"Call Us Today\";s:9:\"font_size\";s:2:\"12\";s:4:\"href\";s:0:\"\";s:6:\"target\";s:4:\"_top\";s:4:\"icon\";s:3:\"typ\";s:13:\"icon_position\";s:5:\"right\";s:7:\"fa_icon\";s:8:\"fa-500px\";s:12:\"fa_icon_size\";s:0:\"\";s:8:\"typ_icon\";s:11:\"typcn-phone\";s:13:\"typ_icon_size\";s:3:\"125\";s:10:\"text_color\";s:6:\"ffffff\";s:12:\"button_color\";s:6:\"3855d6\";s:7:\"opacity\";s:2:\"80\";s:16:\"text_color_hover\";s:3:\"333\";s:18:\"button_color_hover\";s:3:\"fff\";s:13:\"opacity_hover\";s:3:\"100\";s:5:\"align\";s:4:\"left\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:2:\"20\";s:13:\"padding_right\";s:2:\"20\";s:6:\"border\";s:4:\"none\";s:12:\"border_width\";s:1:\"1\";s:12:\"border_color\";s:3:\"000\";s:13:\"border_radius\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:18:\"link-button-module\";s:11:\"href-search\";s:0:\"\";}}i:5847365252952;O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847365252952\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"9b9b9b\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"584736a777679\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777679\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847365252952\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"584736a777855\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777855\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"584736a777679\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"584736a777529\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"584736a777529\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"584736a777855\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:375:\"<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 18px;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam odio massa, ornare eu pellentesque eget, vestibulum in ligula. Nunc id enim diam. Suspendisse eu mollis sem, dapibus pretium massa. Nullam nec consequat leo, ac blandit libero. Phasellus tempor arcu a tristique vehicula. </span></p>\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}}'),(11194,1827,'_fl_builder_enabled','1'),(11195,1827,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11196,1827,'_imported_content_block','1'),(11197,1827,'_imported_by_tesseract_package','Contact-2'),(11198,1828,'wptr_hide_title','0');
INSERT INTO `wp_postmeta` VALUES (11199,1828,'_fl_builder_draft','a:9:{s:13:\"58479e7fd42c1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd42c1\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:4:\"full\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1552\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:12:\"right bottom\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07053056/hero-home-1.jpg\";}}s:13:\"58479e7fd52e0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd52e0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"58479e7fd42c1\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"58479e7fd54e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd54e7\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"58479e7fd52e0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:100;}}s:13:\"5847a12b81330\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b81330\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"FF6E40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847a12b82728\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b82728\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a12b81330\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a12b828ed\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b828ed\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a12b82728\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847a6314ba36\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6314ba36\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:154:\"<p><span style=\"font-size: 18px;\">Experience virtual reality in a simple,</span><br />\n<span style=\"font-size: 18px;\">fun, and affordable way.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847a6de40d3c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6de40d3c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"GOOGLE CARDBOARD\";s:4:\"size\";s:2:\"42\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847a721ddaf2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a721ddaf2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a12b828ed\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:34:\"IMMERSIVE EXPERIENCES FOR EVERYONE\";s:4:\"size\";s:2:\"30\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11200,1828,'_fl_builder_data','a:9:{s:13:\"58479e7fd42c1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd42c1\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":56:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:4:\"full\";s:17:\"content_alignment\";s:6:\"center\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_image\";s:4:\"1552\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:12:\"right bottom\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:15:\"bg_video_source\";s:9:\"wordpress\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:16:\"bg_video_url_mp4\";s:0:\"\";s:17:\"bg_video_url_webm\";s:0:\"\";s:20:\"bg_video_service_url\";s:0:\"\";s:14:\"bg_video_audio\";s:2:\"no\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:2:\"60\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:100:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07053056/hero-home-1.jpg\";}}s:13:\"58479e7fd52e0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd52e0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"58479e7fd42c1\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"58479e7fd54e7\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"58479e7fd54e7\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"58479e7fd52e0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";d:100;}}s:13:\"5847a12b81330\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b81330\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"FF6E40\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5847a12b82728\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b82728\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5847a12b81330\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5847a12b828ed\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a12b828ed\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5847a12b82728\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5847a6314ba36\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6314ba36\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:154:\"<p><span style=\"font-size: 18px;\">Experience virtual reality in a simple,</span><br />\n<span style=\"font-size: 18px;\">fun, and affordable way.</span></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5847a6de40d3c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a6de40d3c\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"58479e7fd54e7\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:4:\"text\";s:16:\"GOOGLE CARDBOARD\";s:4:\"size\";s:2:\"42\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:3:\"333\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:18:\"visibility_display\";s:0:\"\";s:26:\"visibility_user_capability\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}s:13:\"5847a721ddaf2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5847a721ddaf2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5847a12b828ed\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:4:\"text\";s:34:\"IMMERSIVE EXPERIENCES FOR EVERYONE\";s:4:\"size\";s:2:\"30\";s:6:\"weight\";s:3:\"100\";s:5:\"color\";s:6:\"ffffff\";s:9:\"alignment\";s:4:\"left\";s:15:\"add_subheadline\";s:0:\"\";s:16:\"vertical_spacing\";s:1:\"4\";s:8:\"sub_text\";s:0:\"\";s:8:\"sub_size\";s:2:\"18\";s:10:\"sub_weight\";s:3:\"400\";s:9:\"sub_color\";s:3:\"333\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:14:\"heading-module\";}}}'),(11201,1828,'_fl_builder_enabled','1'),(11202,1828,'_fl_builder_draft_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11203,1828,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11204,1828,'_imported_content_block','1'),(11205,1828,'_imported_by_tesseract_package','hero-home-1'),(11206,1829,'wptr_hide_title','0'),(11207,1829,'_fl_builder_draft','a:21:{s:13:\"5841de685da61\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685da61\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1536\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"57\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"350\";s:14:\"padding_bottom\";s:3:\"300\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02205112/pier-801761_1920-min.jpg\";}}s:13:\"5841de685e945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685e945\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5841de685ead8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685ead8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841de685e945\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3fb1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3fb1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841df45d4145\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d4145\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841df45d3fb1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3e77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3e77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841df45d4145\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:139:\"<p style=\"text-align: center;\"><span style=\"font-size: 60px;\"><strong><span style=\"color: #ffffff;\">Beach Cities</span></strong></span></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:2:\"35\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e2fd0193b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0193b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"bfd9e8\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e2fd02ec9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd02ec9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e2fd0193b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e2fd0308c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0308c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e2fd030cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd030cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e31bcb4f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e31bcb4f2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd0308c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1547\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1547;s:5:\"title\";s:14:\"woman-pointing\";s:8:\"filename\";s:18:\"woman-pointing.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:4:\"link\";s:80:\"http://tesseracttheme.com/freecontent/fl-builder-template/home-1/woman-pointing/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:14:\"woman-pointing\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1534;s:4:\"date\";i:1480718988000;s:8:\"modified\";i:1480718988000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 2, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0e2f8ba91f\";s:6:\"delete\";s:10:\"252083c66b\";s:4:\"edit\";s:10:\"867838e082\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1547&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1534&action=edit\";s:15:\"uploadedToTitle\";s:6:\"Home 1\";s:15:\"filesizeInBytes\";i:705564;s:21:\"filesizeHumanReadable\";s:6:\"689 KB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:215;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-300x215.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:502;s:5:\"width\";i:700;s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-1024x735.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"5841e3ecc43fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e3ecc43fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd030cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:660:\"<p style=\"text-align: center;\"><span style=\"color: #634e5a; font-size: 28px;\"><strong>Sufin\' the web!</strong></span></p><p style=\"text-align: center;\"> </p><p class=\"p1\"><span style=\"color: #634e5a; font-size: 18px;\">The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </span></p>\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e8fcefdf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefdf5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6D5950\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e8fcefe3d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe3d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e8fcefdf5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e8fcefe83\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe83\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e8fcefe3d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841e8fcefec3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefec3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e8fcefe83\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:273:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</span></p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}s:13:\"5841f36ad7736\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ad7736\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1546\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"300\";s:14:\"padding_bottom\";s:3:\"370\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/vw-camper-336606_1920.jpg\";}}s:13:\"5841f36ada5f0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada5f0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841f36ad7736\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841f36ada7d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada7d1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f36ada5f0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841f882cb597\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb597\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5841f882cb7c5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb7c5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f882cb597\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}}'),(11208,1829,'_fl_builder_data','a:21:{s:13:\"5841de685da61\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685da61\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1536\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"57\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"350\";s:14:\"padding_bottom\";s:3:\"300\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:109:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02205112/pier-801761_1920-min.jpg\";}}s:13:\"5841de685e945\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685e945\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:2;s:8:\"settings\";s:0:\"\";}s:13:\"5841de685ead8\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841de685ead8\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841de685e945\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3fb1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3fb1\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841df45d4145\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d4145\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841df45d3fb1\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841df45d3e77\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841df45d3e77\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841df45d4145\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:139:\"<p style=\"text-align: center;\"><span style=\"font-size: 60px;\"><strong><span style=\"color: #ffffff;\">Beach Cities</span></strong></span></p>\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:2:\"35\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e2fd0193b\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0193b\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:4:\"full\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"bfd9e8\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:1:\"0\";s:14:\"padding_bottom\";s:1:\"0\";s:12:\"padding_left\";s:1:\"0\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e2fd02ec9\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd02ec9\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e2fd0193b\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e2fd0308c\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd0308c\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e2fd030cf\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e2fd030cf\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e2fd02ec9\";s:8:\"position\";i:1;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:50;}}s:13:\"5841e31bcb4f2\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e31bcb4f2\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd0308c\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"photo_source\";s:7:\"library\";s:5:\"photo\";s:4:\"1547\";s:9:\"photo_url\";s:0:\"\";s:4:\"crop\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:12:\"show_caption\";s:1:\"0\";s:7:\"caption\";s:0:\"\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:11:\"link_target\";s:5:\"_self\";s:10:\"margin_top\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:5:\"photo\";s:9:\"photo_src\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:15:\"link_url-search\";s:0:\"\";s:4:\"data\";O:8:\"stdClass\":32:{s:2:\"id\";i:1547;s:5:\"title\";s:14:\"woman-pointing\";s:8:\"filename\";s:18:\"woman-pointing.jpg\";s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:4:\"link\";s:80:\"http://tesseracttheme.com/freecontent/fl-builder-template/home-1/woman-pointing/\";s:3:\"alt\";s:0:\"\";s:6:\"author\";s:1:\"1\";s:11:\"description\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:4:\"name\";s:14:\"woman-pointing\";s:6:\"status\";s:7:\"inherit\";s:10:\"uploadedTo\";i:1534;s:4:\"date\";i:1480718988000;s:8:\"modified\";i:1480718988000;s:9:\"menuOrder\";i:0;s:4:\"mime\";s:10:\"image/jpeg\";s:4:\"type\";s:5:\"image\";s:7:\"subtype\";s:4:\"jpeg\";s:4:\"icon\";s:74:\"http://tesseracttheme.com/freecontent/wp-includes/images/media/default.png\";s:13:\"dateFormatted\";s:16:\"December 2, 2016\";s:6:\"nonces\";O:8:\"stdClass\":3:{s:6:\"update\";s:10:\"0e2f8ba91f\";s:6:\"delete\";s:10:\"252083c66b\";s:4:\"edit\";s:10:\"867838e082\";}s:8:\"editLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1547&action=edit\";s:4:\"meta\";b:0;s:10:\"authorName\";s:5:\"Tyler\";s:14:\"uploadedToLink\";s:77:\"http://tesseracttheme.com/freecontent/wp-admin/post.php?post=1534&action=edit\";s:15:\"uploadedToTitle\";s:6:\"Home 1\";s:15:\"filesizeInBytes\";i:705564;s:21:\"filesizeHumanReadable\";s:6:\"689 KB\";s:5:\"sizes\";O:8:\"stdClass\":4:{s:9:\"thumbnail\";O:8:\"stdClass\":4:{s:6:\"height\";i:150;s:5:\"width\";i:150;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-150x150.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:6:\"medium\";O:8:\"stdClass\":4:{s:6:\"height\";i:215;s:5:\"width\";i:300;s:3:\"url\";s:111:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-300x215.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:5:\"large\";O:8:\"stdClass\":4:{s:6:\"height\";i:502;s:5:\"width\";i:700;s:3:\"url\";s:112:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing-1024x735.jpg\";s:11:\"orientation\";s:9:\"landscape\";}s:4:\"full\";O:8:\"stdClass\":4:{s:3:\"url\";s:103:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\";s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}s:6:\"height\";i:1153;s:5:\"width\";i:1607;s:11:\"orientation\";s:9:\"landscape\";}}}s:13:\"5841e3ecc43fb\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e3ecc43fb\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e2fd030cf\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:4:\"text\";s:660:\"<p style=\"text-align: center;\"><span style=\"color: #634e5a; font-size: 28px;\"><strong>Sufin\' the web!</strong></span></p><p style=\"text-align: center;\"> </p><p class=\"p1\"><span style=\"color: #634e5a; font-size: 18px;\">The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </span></p>\";s:10:\"margin_top\";s:2:\"50\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";}}s:13:\"5841e8fcefdf5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefdf5\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:2;s:8:\"settings\";O:8:\"stdClass\":47:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:6:\"ffffff\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"color\";s:8:\"bg_color\";s:6:\"6D5950\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:0:\"\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:0:\"\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:2:\"40\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:3:\"100\";s:13:\"padding_right\";s:3:\"100\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:13:\"5841e8fcefe3d\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe3d\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841e8fcefdf5\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841e8fcefe83\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefe83\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841e8fcefe3d\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841e8fcefec3\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841e8fcefec3\";s:4:\"type\";s:6:\"module\";s:6:\"parent\";s:13:\"5841e8fcefe83\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:4:\"text\";s:273:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</span></p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:9:\"animation\";s:0:\"\";s:15:\"animation_delay\";s:3:\"0.0\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"rich-text\";s:21:\"flrich1439583437_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735085_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 24pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735128_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735169_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p>\n<p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735186_text\";s:263:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>Walt Disney</em></p>\";s:21:\"flrich1441735192_text\";s:264:\"<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</span></p><p style=\"text-align: center;\"><em>-Walt Disney</em></p>\";}}s:13:\"5841f36ad7736\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ad7736\";s:4:\"type\";s:3:\"row\";s:6:\"parent\";N;s:8:\"position\";i:3;s:8:\"settings\";O:8:\"stdClass\":48:{s:5:\"width\";s:4:\"full\";s:13:\"content_width\";s:5:\"fixed\";s:11:\"full_height\";s:7:\"default\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:13:\"heading_color\";s:0:\"\";s:7:\"bg_type\";s:5:\"photo\";s:8:\"bg_color\";s:0:\"\";s:10:\"bg_opacity\";s:3:\"100\";s:8:\"bg_image\";s:4:\"1546\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attachment\";s:6:\"scroll\";s:7:\"bg_size\";s:5:\"cover\";s:8:\"bg_video\";s:0:\"\";s:13:\"bg_video_webm\";s:0:\"\";s:17:\"bg_video_fallback\";s:0:\"\";s:9:\"ss_source\";s:9:\"wordpress\";s:9:\"ss_photos\";s:0:\"\";s:11:\"ss_feed_url\";s:0:\"\";s:8:\"ss_speed\";s:1:\"3\";s:13:\"ss_transition\";s:4:\"fade\";s:21:\"ss_transitionDuration\";s:1:\"1\";s:12:\"ss_randomize\";s:5:\"false\";s:17:\"bg_parallax_image\";s:0:\"\";s:17:\"bg_parallax_speed\";s:1:\"2\";s:16:\"bg_overlay_color\";s:6:\"323238\";s:18:\"bg_overlay_opacity\";s:2:\"50\";s:11:\"border_type\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:14:\"border_opacity\";s:3:\"100\";s:10:\"border_top\";s:1:\"1\";s:13:\"border_bottom\";s:1:\"1\";s:11:\"border_left\";s:1:\"0\";s:12:\"border_right\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"padding_top\";s:3:\"300\";s:14:\"padding_bottom\";s:3:\"370\";s:12:\"padding_left\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:18:\"responsive_display\";s:0:\"\";s:2:\"id\";s:0:\"\";s:5:\"class\";s:0:\"\";s:12:\"bg_image_src\";s:110:\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/vw-camper-336606_1920.jpg\";}}s:13:\"5841f36ada5f0\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada5f0\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841f36ad7736\";s:8:\"position\";i:0;s:8:\"settings\";s:0:\"\";}s:13:\"5841f36ada7d1\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f36ada7d1\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f36ada5f0\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}s:13:\"5841f882cb597\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb597\";s:4:\"type\";s:12:\"column-group\";s:6:\"parent\";s:13:\"5841de685da61\";s:8:\"position\";i:1;s:8:\"settings\";s:0:\"\";}s:13:\"5841f882cb7c5\";O:8:\"stdClass\":5:{s:4:\"node\";s:13:\"5841f882cb7c5\";s:4:\"type\";s:6:\"column\";s:6:\"parent\";s:13:\"5841f882cb597\";s:8:\"position\";i:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:4:\"size\";i:100;}}}'),(11209,1829,'_fl_builder_enabled','1'),(11210,1829,'_imported_content_block','1'),(11211,1829,'_imported_by_tesseract_package','home-1'),(11216,1830,'_imported_content_block','1'),(11217,1830,'_imported_by_tesseract_package','blog-layout'),(11222,1831,'_imported_content_block','1'),(11223,1831,'_imported_by_tesseract_package','about-us'),(11228,1832,'_imported_content_block','1'),(11229,1832,'_imported_by_tesseract_package','color-image-text-box'),(11234,1833,'_imported_content_block','1'),(11235,1833,'_imported_by_tesseract_package','6-text-boxes'),(11240,1834,'_imported_content_block','1'),(11241,1834,'_imported_by_tesseract_package','video-page'),(11246,1835,'_imported_content_block','1'),(11247,1835,'_imported_by_tesseract_package','video'),(11252,1836,'_imported_content_block','1'),(11253,1836,'_imported_by_tesseract_package','simple-hero'),(11258,1837,'_imported_content_block','1'),(11259,1837,'_imported_by_tesseract_package','simple-paragraph'),(11264,1838,'_imported_content_block','1'),(11265,1838,'_imported_by_tesseract_package','4-images'),(11270,1839,'_imported_content_block','1'),(11271,1839,'_imported_by_tesseract_package','cta-simple'),(11276,1840,'_imported_content_block','1'),(11277,1840,'_imported_by_tesseract_package','large-centered-text'),(11282,1841,'_imported_content_block','1'),(11283,1841,'_imported_by_tesseract_package','4-image-boxes'),(11288,1842,'_imported_content_block','1'),(11289,1842,'_imported_by_tesseract_package','hero-music'),(11294,1843,'_imported_content_block','1'),(11295,1843,'_imported_by_tesseract_package','google-map'),(11300,1844,'_imported_content_block','1'),(11301,1844,'_imported_by_tesseract_package','hero-explore'),(11305,1845,'_fl_builder_enabled','1'),(11306,1845,'_imported_content_block','1'),(11307,1845,'_fl_builder_data_settings','O:8:\"stdClass\":2:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";}'),(11308,1845,'_imported_by_tesseract_package','full-width-image-right-text'),(11313,1846,'_imported_content_block','1'),(11314,1846,'_imported_by_tesseract_package','full-width-image-left-text'),(11319,1847,'_imported_content_block','1'),(11320,1847,'_imported_by_tesseract_package','cta-1'),(11326,1848,'_imported_content_block','1'),(11327,1848,'_imported_by_tesseract_package','right-text-left-image'),(11332,1849,'_imported_content_block','1'),(11333,1849,'_imported_by_tesseract_package','left-text-right-image'),(11338,1850,'_imported_content_block','1'),(11339,1850,'_imported_by_tesseract_package','4-square'),(11344,1851,'_imported_content_block','1'),(11345,1851,'_imported_by_tesseract_package','3-image-boxes'),(11350,1852,'_imported_content_block','1'),(11351,1852,'_imported_by_tesseract_package','center-text-image'),(11356,1853,'_imported_content_block','1'),(11357,1853,'_imported_by_tesseract_package','simple-quote'),(11362,1854,'_imported_content_block','1'),(11363,1854,'_imported_by_tesseract_package','just-an-image'),(11368,1855,'_imported_content_block','1'),(11369,1855,'_imported_by_tesseract_package','3-featured-boxes'),(11375,1856,'_imported_content_block','1'),(11376,1856,'_imported_by_tesseract_package','discover-home'),(89343,9727,'to_header','admin@flowerhousefilms.com'),(89344,9727,'reply_to_header','florence.niland@hotmail.com'),(89345,9727,'transport_uri','smtp:none:none://localhost:25'),(19291,2663,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n<h2 style=\"text-align: center;\">En Una Palabra</h2>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552421882\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552448028\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266310002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19293,2665,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266510002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"5868fe25-09be-47b8-83cb-8af9cfe7c339\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266510003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19292,2664,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:170:\"<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n<h2 style=\"text-align: center;\">En Una Palabra</h2>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552421882\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552448028\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/490923727\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19289,2662,'_wp_attached_file','2021/06/En-Una-Palabra-Cover.png'),(19290,2662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2021/06/En-Una-Palabra-Cover.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"En-Una-Palabra-Cover-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"En-Una-Palabra-Cover-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"En-Una-Palabra-Cover-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"En-Una-Palabra-Cover-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"En-Una-Palabra-Cover-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89621,9755,'success','1'),(89622,9755,'from_header','Nam Krouse <admin@flowerhousefilms.com>'),(89623,9755,'to_header','admin@flowerhousefilms.com'),(89624,9755,'reply_to_header','kotwinc@gmail.com'),(89625,9755,'transport_uri','smtp:none:none://localhost:25'),(89626,9755,'original_to','admin@flowerhousefilms.com'),(89627,9755,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"'),(89628,9755,'original_message','Nam Krouse <kotwinc@gmail.com>\nTo the flowerhousefilms.com Administrator.\n\nNEED FUNDING \r\n0% INTEREST $250K  NO UPFRONT FEES\r\nFUNDING in 30-90 DAYS\r\nFEES: $3800 ON BACK END PLUS 10% ON BACK END\r\nEVEN IF YOUR CREDIT IS NOT THAT GOOD\r\nWE CAN DO IT 4 TIMES AT ONCE FOR $1MILLION IN FUNDING \r\nEmail  me and I will send you a link for free signup\r\nPromotion is good only until April 15th\r\nkotwinc@gmail.com or \r\nCall 508-709-5433\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89629,9755,'original_headers','From: Nam Krouse <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kotwinc@gmail.com\n'),(89630,9755,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 07 Apr 2024 00:19:16 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Nam Krouse <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kotwinc@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"\r\nDate: Sun, 07 Apr 2024 07:19:16 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nNam Krouse <kotwinc@gmail.com>=0ATo the flowerhousefilms.com Administrat=\r\nor.=0A=0ANEED FUNDING =0D=0A0% INTEREST $250K  NO UPFRONT FEES=0D=0AFUND=\r\nING in 30-90 DAYS=0D=0AFEES: $3800 ON BACK END PLUS 10% ON BACK END=0D=\r\n=0AEVEN IF YOUR CREDIT IS NOT THAT GOOD=0D=0AWE CAN DO IT 4 TIMES AT ONC=\r\nE FOR $1MILLION IN FUNDING =0D=0AEmail  me and I will send you a link fo=\r\nr free signup=0D=0APromotion is good only until April 15th=0D=0Akotwinc@=\r\ngmail.com or =0D=0ACall 508-709-5433=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1rtMo8-009Lef-12\r\n'),(89699,9762,'original_headers','From: Ravi Abarca <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: abarca.enriqueta@gmail.com\n'),(89700,9762,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 12:34:56 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Abarca <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: abarca.enriqueta@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Tue, 09 Apr 2024 19:34:56 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Abarca <abarca.enriqueta@gmail.com>=0AWhy You are not in Googles se=\r\narch first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Weboma=\r\nze Australia. You have finally found an SEO Company that GETS RESULTS. T=\r\nhe proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=\r\n=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi with=\r\n high google search ranking  by 166% in 4 months. We=E2=80=99re an SEO C=\r\nompany with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd w=\r\ne do everything to make it a great experience of working with us. We are=\r\n in touch with you at every stage of the project. Even after we deliver=\r\n the project, I will support you with any query you have. =0D=0A=0D=0A=\r\n=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=0A=\r\n=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruHFA-001xmb-28\r\n'),(89848,9777,'original_message','Tanya A <tanyaa01@visamastercardsettlementteam.org>\nTo the flowerhousefilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees settlement. Have you submitted your claim if you took Visa and Mastercard between 2004 to 2018?\n\nBusiness owners who accepted Visa and Mastercard between 2004 to 2018 are eligible for a portion of a $5.54 Billion credit card processing fees settlement.\r\n\r\nIf your business accepted Visa or Mastercard between 2004-2018, you are entitled to compensation. You can sign up with us about the settlement by visiting www.VisaMastercardsettlement.org.\r\n\r\nThe deadline to sign up for a claim is May 31, 2024.\r\n\r\nYou can sign up with us and complete the claim process in 1-2 minutes here: www.VisaMastercardsettlement.org\r\n\r\nWe have helped thousands of businesses and their owners submit a claim.\r\nBusiness owners do not need an attorney to sign up for a compensation claim, they may do so directly with the settlement admin. Claim forms are being delivered and are available online beginning December 1, 2023. Class members need not sign up for a third-party service in order to participate in any monetary relief.\r\nNo-cost assistance is available from the Class Administrator and Class Counsel during the claims-filing period. Information directing class members to the Court-approved website www.paymentcardsettlement.com for additional information.\r\n\r\nTitle: Claims Assistant\r\nCompany Name: Law Launch LLC\r\nFirst Name: Tanya\r\nLast Name: A\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89849,9777,'original_headers','From: Tanya A <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: tanyaa01@visamastercardsettlementteam.org\n'),(89850,9777,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 15:54:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Tanya A <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: tanyaa01@visamastercardsettlementteam.org\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees settlement. Have you submitted your claim if you took Visa and Mastercard between 2004 to 2018?\"\r\nDate: Thu, 11 Apr 2024 22:54:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTanya A <tanyaa01@visamastercardsettlementteam.org>=0ATo the flowerhouse=\r\nfilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees s=\r\nettlement. Have you submitted your claim if you took Visa and Mastercard=\r\n between 2004 to 2018?=0A=0ABusiness owners who accepted Visa and Master=\r\ncard between 2004 to 2018 are eligible for a portion of a $5.54 Billion=\r\n credit card processing fees settlement.=0D=0A=0D=0AIf your business acc=\r\nepted Visa or Mastercard between 2004-2018, you are entitled to compensa=\r\ntion. You can sign up with us about the settlement by visiting www.VisaM=\r\nastercardsettlement.org.=0D=0A=0D=0AThe deadline to sign up for a claim=\r\n is May 31, 2024.=0D=0A=0D=0AYou can sign up with us and complete the cl=\r\naim process in 1-2 minutes here: www.VisaMastercardsettlement.org=0D=0A=\r\n=0D=0AWe have helped thousands of businesses and their owners submit a c=\r\nlaim.=0D=0ABusiness owners do not need an attorney to sign up for a comp=\r\nensation claim, they may do so directly with the settlement admin. Claim=\r\n forms are being delivered and are available online beginning December 1=\r\n, 2023. Class members need not sign up for a third-party service in orde=\r\nr to participate in any monetary relief.=0D=0ANo-cost assistance is avai=\r\nlable from the Class Administrator and Class Counsel during the claims-f=\r\niling period. Information directing class members to the Court-approved=\r\n website www.paymentcardsettlement.com for additional information.=0D=0A=\r\n=0D=0ATitle: Claims Assistant=0D=0ACompany Name: Law Launch LLC=0D=0AFir=\r\nst Name: Tanya=0D=0ALast Name: A=0A=0A--=0AThis e-mail was sent from a c=\r\nontact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com=\r\n)\r\n.\r\n250 OK id=1rv3Jn-001rGd-39\r\n'),(89829,9775,'original_headers','From: Jaime Wootton <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: jaime.wootton@gmail.com\n'),(89830,9775,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 12:28:37 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jaime Wootton <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: jaime.wootton@gmail.com\r\nSubject: Flowerhouse Films \"Turn flowerhousefilms.com into an eBook: Easy & Engaging!\"\r\nDate: Thu, 11 Apr 2024 19:28:37 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJaime Wootton <jaime.wootton@gmail.com>=0ATurn flowerhousefilms.com into=\r\n an eBook: Easy & Engaging!=0A=0AHi there,=0D=0A=0D=0AI\'ve just been on=\r\n flowerhousefilms.com and wondered if you\'d ever considered writing an e=\r\nBook?=0D=0A=0D=0AOur software allows you to turn flowerhousefilms.com in=\r\nto a fully designed eBook. Just provide the content source, and the AI w=\r\nill do the rest.=0D=0A   =0D=0A1. Generate unique and human-like content=\r\n, ensuring your eBook is engaging and informative.=0D=0A2. Create stunni=\r\nng 3D eCovers to grab attention and make your book stand out.=0D=0A3. Pu=\r\nblish your eBook instantly on a built-in marketplace with potential buye=\r\nrs.=0D=0A4. Distribute your book to over 50 publications to increase you=\r\nr reach and drive traffic.=0D=0A=0D=0AThe price is just $16.95 but the p=\r\nrice rises shortly.=0D=0A=0D=0ALearn more: https://furtherinfo.org/hdwe=\r\n=0D=0A=0D=0ARegards,=0D=0AJaime=0A=0A--=0AThis e-mail was sent from a co=\r\nntact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rv069-00F4yi-0S\r\n'),(19306,2678,'_menu_item_type','post_type'),(19307,2678,'_menu_item_menu_item_parent','1499'),(19308,2678,'_menu_item_object_id','2661'),(19309,2678,'_menu_item_object','page'),(19310,2678,'_menu_item_target',''),(19311,2678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(19312,2678,'_menu_item_xfn',''),(19313,2678,'_menu_item_url',''),(19315,2679,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567209252\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-267910002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-267910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90174,9810,'reply_to_header','connect@5cvas.com'),(90175,9810,'transport_uri','smtp:none:none://localhost:25'),(90176,9810,'original_to','admin@flowerhousefilms.com'),(90177,9810,'original_subject','Flowerhouse Films \"Reclaim Your Time with 5C Virtual Assistance!\"'),(90178,9810,'original_message','Tommy Tanner <connect@5cvas.com>\nReclaim Your Time with 5C Virtual Assistance!\n\nGreetings team\r\n\r\nIn the fast-paced landscape of modern business, staying ahead often means delegating tasks efficiently. That\'s where 5C Virtual Support steps in – your partner for exceptional, skilled, and seasoned virtual support across any industry. At an unrivaled rate of just USD9 per hour, our virtual assistants will transform your operational workflow, allowing you to focus on core business strategies while we handle the rest.\r\n\r\nFrom taking care of your emails, customer support, call answering, and scheduling, to managing complex data management tasks, our team is prepared to support your business needs with precision and professionalism. Envision the growth potential when your time is spent on what truly matters, powered by the support of a dedicated virtual assistant who gets your business inside out.\r\n\r\nLet 5C Virtual Support be the key to revealing your business\'s full potential. Reach out to us today to find out how our tailored solutions can enhance your productivity and efficiency.\r\n\r\nThank you\r\n\r\nTommy Tanner\r\n5C Virtual Assistance\r\nsales@5cvas.com\r\n904-685-6366\r\nwww.5cvas.com/?refid=222\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89698,9762,'original_message','Ravi Abarca <abarca.enriqueta@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89695,9762,'transport_uri','smtp:none:none://localhost:25'),(89697,9762,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(89696,9762,'original_to','admin@flowerhousefilms.com'),(89694,9762,'reply_to_header','abarca.enriqueta@gmail.com'),(89691,9762,'success','1'),(89692,9762,'from_header','Ravi Abarca <admin@flowerhousefilms.com>'),(89693,9762,'to_header','admin@flowerhousefilms.com'),(89659,9758,'original_headers','From: Rusty Hearon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hearon.rusty@gmail.com\n'),(89660,9758,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 08 Apr 2024 17:52:33 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Rusty Hearon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hearon.rusty@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Big=20Tech=20Is=20Hiding=20The=20?=\r\n =?UTF-8?Q?Truth=20About=20AI=E2=80=A6\"?=\r\nDate: Tue, 09 Apr 2024 00:52:33 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRusty Hearon <hearon.rusty@gmail.com>=0ABig Tech Is Hiding The Truth Abo=\r\nut AI=E2=80=A6=0A=0AIf you look closely in the Bible, there are very spe=\r\ncific warnings of the rise of AI=0D=0A=0D=0ARevelation 13 talks of the e=\r\nmergence of the Anti-Christ, a great deceiver that will rise in times of=\r\n great chaos and confusion=0D=0A=0D=0AAnd, right now, AI=E2=80=99s influ=\r\nence is rapidly spreading around the world in disguise.=0D=0A=0D=0ASadly=\r\n, most people are blissfully unaware.=0D=0A=0D=0ASee here why: https://t=\r\ninyurl.com/thefinalisnear=0D=0A=0D=0AOr perhaps already corrupted by its=\r\n =E2=80=9Ctouch.=E2=80=9D=0D=0A=0D=0AEven more alarmingly, AI is getting=\r\n more and more powerful=0D=0A=0D=0AChat GPT 4, a version of Microsoft=E2=\r\n=80=99s AI, was opened to the public in March 2023=0D=0A=0D=0AIt is repo=\r\nrted to contain 10 times the knowledge base of Chat GPT 3=E2=80=A6=0D=0A=\r\n=0D=0AAnd have 100 Billion times more processing power.=0D=0A=0D=0AWhat=\r\n comes next?=0D=0A=0D=0AAmerican Christians have made a short documentar=\r\ny to help you understand and prepare for the dangers of AI.=0D=0A=0D=0AI=\r\nf you truly believe in God, and his biblical prophecies, I urge you to w=\r\natch the video now.=0D=0A=0D=0ABecause Big Tech could take it down at an=\r\ny moment.=0D=0A=0D=0AClick here to watch it right now: https://tinyurl.c=\r\nom/thefinalisnear=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtziz-00Bm5R-1F\r\n'),(89678,9760,'original_message','Ravi Huntley <cornell.huntley@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89701,9763,'success','1'),(89702,9763,'from_header','Mariosaisk <admin@flowerhousefilms.com>'),(89703,9763,'to_header','admin@flowerhousefilms.com'),(89704,9763,'reply_to_header','wabixarzywy454@gmail.com'),(89705,9763,'transport_uri','smtp:none:none://localhost:25'),(89706,9763,'original_to','admin@flowerhousefilms.com'),(89707,9763,'original_subject','Flowerhouse Films \"Binance\"'),(89708,9763,'original_message','Mariosaisk <wabixarzywy454@gmail.com>\nBinance\n\nBitcoin (BTC) might just be the golden opportunity of our era, poised to skyrocket to $200,000 in the upcoming year or the one following. In the past year alone, BTC has witnessed a staggering 20-fold increase, while other cryptocurrencies have surged by an astounding 800 times! Consider this: a mere few years ago, Bitcoin was valued at just $2. Now is the time to seize this unparalleled chance in life. \r\nJoin Binance, the world\'s largest and most secure digital currency exchange, and unlock free rewards. Don\'t let this pivotal moment slip through your fingers! \r\n﻿Click the link below to enjoy a lifetime 10% discount on all your trades. \r\nhttps://swiy.co/LgSv\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89709,9763,'original_headers','From: Mariosaisk <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: wabixarzywy454@gmail.com\n'),(89710,9763,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 12:55:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mariosaisk <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: wabixarzywy454@gmail.com\r\nSubject: Flowerhouse Films \"Binance\"\r\nDate: Tue, 09 Apr 2024 19:55:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMariosaisk <wabixarzywy454@gmail.com>=0ABinance=0A=0ABitcoin (BTC) might=\r\n just be the golden opportunity of our era, poised to skyrocket to $200,=\r\n000 in the upcoming year or the one following. In the past year alone, B=\r\nTC has witnessed a staggering 20-fold increase, while other cryptocurren=\r\ncies have surged by an astounding 800 times! Consider this: a mere few y=\r\nears ago, Bitcoin was valued at just $2. Now is the time to seize this u=\r\nnparalleled chance in life. =0D=0AJoin Binance, the world\'s largest and=\r\n most secure digital currency exchange, and unlock free rewards. Don\'t l=\r\net this pivotal moment slip through your fingers! =0D=0A=EF=BB=BFClick t=\r\nhe link below to enjoy a lifetime 10% discount on all your trades. =0D=\r\n=0Ahttps://swiy.co/LgSv=0A=0A--=0AThis e-mail was sent from a contact fo=\r\nrm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruHZ6-002Ojt-0E\r\n'),(12178,1940,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:251:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch it on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092145062\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-148910002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(12179,1941,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-194110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092196840\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-194110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-194110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-194110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-194110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(12180,1942,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:746:\"<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1580315531302\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:262:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1597092196840\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/sb1S2wJrVHI\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-148910002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:168:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"10c692de-d678-4b98-95c9-ef314544cd33\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-148910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:3:\"357\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19777,2752,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:199:\"<p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fe1dc19b-f8a4-4ef6-9327-2bb45c577b01\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210000\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:1;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e8efd216-fe92-4add-9b45-2c0aba947def\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210001\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:260:\"<p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"72832665-3040-44dc-9356-fcd7b4767e3d\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:3;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<p><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"1a002d25-f7de-4219-876a-f7cbf97a9411\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210003\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:4;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:255:\"<p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"ac0b8151-73e3-4a53-8c2d-bb834a965dae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210004\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:5;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:288:\"<p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"139f4e9f-ad4f-4960-abcb-de69f906586e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210005\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:6;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:266:\"<p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b826d012-5eb3-4a79-b2f2-4ae047da7e31\";s:5:\"style\";a:1:{s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210006\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}i:7;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"82b6f776-76ce-46ce-a55f-ca203e8eb285\";s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:10:\"font_color\";s:7:\"#ffffff\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-275210007\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:10:\"background\";s:7:\"#442f36\";s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:10:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(19416,2703,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:318:\"<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e3096f298c32\";s:19:\"_sow_form_timestamp\";s:13:\"1624766620899\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e7d3cf87-4f19-434a-9ad7-36282d236299\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:342:\"<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30971572e8a\";s:19:\"_sow_form_timestamp\";s:13:\"1591884898147\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0a1b8be6-7c7b-4149-8b5d-93a555c45855\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-270310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:7:{s:4:\"type\";s:6:\"visual\";s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[spacer height=\"500px\"]</p>\";s:6:\"filter\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e51b9ae0-9744-4a99-a98e-c4612d384d83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:30:\"black-studio-tinymce-270310002\";s:11:\"option_name\";s:27:\"widget_black-studio-tinymce\";}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:3;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";s:3:\"364\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:7:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90231,9816,'success','1'),(90232,9816,'from_header','Alton Blanks <admin@flowerhousefilms.com>'),(90233,9816,'to_header','admin@flowerhousefilms.com'),(90234,9816,'reply_to_header','blanks.alton@gmail.com'),(90235,9816,'transport_uri','smtp:none:none://localhost:25'),(90236,9816,'original_to','admin@flowerhousefilms.com'),(90237,9816,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"'),(90238,9816,'original_message','Alton Blanks <blanks.alton@gmail.com>\nHi flowerhousefilms.com Admin.\n\nHave a business you want to get off the ground but lack the funding? I can invest, email me here: info@financeworldwidehk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90239,9816,'original_headers','From: Alton Blanks <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: blanks.alton@gmail.com\n'),(90240,9816,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 21 Apr 2024 00:35:30 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Alton Blanks <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: blanks.alton@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"\r\nDate: Sun, 21 Apr 2024 07:35:30 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAlton Blanks <blanks.alton@gmail.com>=0AHi flowerhousefilms.com Admin.=\r\n=0A=0AHave a business you want to get off the ground but lack the fundin=\r\ng? I can invest, email me here: info@financeworldwidehk.com=0A=0A--=0ATh=\r\nis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https=\r\n://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryRjW-00FqOH-2d\r\n'),(19317,2681,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-268110002\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-268110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90171,9810,'success','1'),(90172,9810,'from_header','Tommy Tanner <admin@flowerhousefilms.com>'),(90173,9810,'to_header','admin@flowerhousefilms.com'),(19318,2682,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:143:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624552558059\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89614,9754,'reply_to_header','samkern.us@gmail.com'),(89615,9754,'transport_uri','smtp:none:none://localhost:25'),(89613,9754,'to_header','admin@flowerhousefilms.com'),(89611,9754,'success','1'),(89612,9754,'from_header','Roxanne Moorhouse <admin@flowerhousefilms.com>'),(89163,9709,'to_header','admin@flowerhousefilms.com'),(89164,9709,'reply_to_header','kristie.curtiss44@yahoo.com'),(89165,9709,'transport_uri','smtp:none:none://localhost:25'),(89166,9709,'original_to','admin@flowerhousefilms.com'),(89167,9709,'original_subject','Flowerhouse Films \"Do you Have Tiktok account?\"'),(89168,9709,'original_message','Brian And Dee Curtiss <kristie.curtiss44@yahoo.com>\nDo you Have Tiktok account?\n\nThe TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== > https://tinyurl.com/pxj2ynka\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89169,9709,'original_headers','From: Brian And Dee Curtiss <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kristie.curtiss44@yahoo.com\n'),(89170,9709,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 24 Mar 2024 13:03:33 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brian And Dee Curtiss <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kristie.curtiss44@yahoo.com\r\nSubject: Flowerhouse Films \"Do you Have Tiktok account?\"\r\nDate: Sun, 24 Mar 2024 20:03:33 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrian And Dee Curtiss <kristie.curtiss44@yahoo.com>=0ADo you Have Tiktok=\r\n account?=0A=0AThe TikTok social media platform has seen explosive growt=\r\nh over the last two years. It now has 500=0D=0Amillion users that are de=\r\nsperate for fun and exciting content and this is a massive opportunity f=\r\nor you=0D=0Ato promote your business.=0D=0A=0D=0AI can help you to grow=\r\n and promote your tiktok account organically=0D=0Avisit my 5 star profil=\r\ne and join over 3000 happy customer=0D=0A=0D=0AClick here to check out =\r\n  =3D=3D=3D=3D=3D > https://tinyurl.com/pxj2ynka=0D=0A=0D=0ASee you ther=\r\ne!=0D=0ARegards=0D=0ABrian And Dee=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1roU46-004Jks-00\r\n'),(89130,9705,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 23 Mar 2024 10:51:56 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sam Oddo <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: gregory.oddo32@outlook.com\r\nSubject: Flowerhouse Films \"\"\r\nDate: Sat, 23 Mar 2024 17:51:56 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSam Oddo <gregory.oddo32@outlook.com>=0A=0A=0AHi, I\'m Sam. I got in your=\r\n inbox from a precision-trained team of tech-savvy Labrador Retrievers.=\r\n =0D=0AOK=E2=80=A6I got in from your website contact form at flowerhouse=\r\nfilms.com.=0D=0A=0D=0ALet\'s cut to the chase, shall we?=0D=0A=0D=0AIf yo=\r\nu=E2=80=99re even the slightest bit curious how this whole message is cr=\r\nafted by chatgpt, would you be open to a quick 7-minute chat that is sho=\r\nrter than a microwave minute?=0D=0A=0D=0AI promise to leave you with act=\r\nionable ChatGPT prompt ideas you can straight-up copy paste to create hy=\r\nper personalized emails. =0D=0AI might even tell you the lamest joke I k=\r\nnow that is guaranteed to make you chuckle=E2=80=A6 or at least force an=\r\n awkward smile!=0D=0A=0D=0AHere\'s the kicker: I\'ll roll up my sleeves an=\r\nd do a USD990 value, zero-cost audit on your site and the sites of your=\r\n competitors. =0D=0AEverything from the winning and losing keywords to t=\r\nhe ad spends, Facebook ads and Tiktok ads =E2=80=93 the whole enchilada=\r\n with action report you can use.=0D=0AI=E2=80=99ll show you how my AI co=\r\nmpanion and I dug up insider info to craft this very message (yep, this=\r\n nugget of joy is written by GPT4 and submitted automatically to your we=\r\nbsite\'s contact form). =0D=0AI\'ll even set up a custom system like this=\r\n for your business and send you targeted 100 leads to test-drive =E2=80=\r\n=93 at absolutely no cost to you. =0D=0A=0D=0ANo beastly contracts or bl=\r\nood oaths, promise.=0D=0A=0D=0AYou can also click here to watch a video=\r\n on this special system I have and you can create an account for free to=\r\n try it out.=0D=0Ahttps://start.rapidleadspro.com=0D=0A=0D=0AYour deligh=\r\ntfully colorful, possibly profanity-filled response is eagerly awaited.=\r\n =0D=0A=0D=0AMake today ridiculously amazing,=0D=0A=0D=0ASam=0D=0ASEO Wi=\r\nzard / AI Enthusiast / Connoisseur of Bad Jokes=0D=0A=0D=0A=0D=0AP.S.: I=\r\nf you click \'unsubscribe\', you\'ll be shipped a lifetime supply of Spam m=\r\nails=E2=80=A6. Of course, I=E2=80=99m joking! If you ever need to hit th=\r\ne \'unsubscribe\' link, feel free to do so.=0D=0AP.P.S: The email is not r=\r\neal please do not reply to this email included.=0D=0A=0D=0A=0D=0Aunsubsc=\r\nribe: https://nobsranking.link/index.php/website-optout-rapidleads/?doma=\r\nin=3Dflowerhousefilms.com=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ro5XA-005jbT-2A\r\n'),(89129,9705,'original_headers','From: Sam Oddo <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: gregory.oddo32@outlook.com\n'),(90471,9840,'success','1'),(90472,9840,'from_header','Maham Gill <admin@flowerhousefilms.com>'),(90473,9840,'to_header','admin@flowerhousefilms.com'),(90474,9840,'reply_to_header','elsie.gill@msn.com'),(90475,9840,'transport_uri','smtp:none:none://localhost:25'),(90476,9840,'original_to','admin@flowerhousefilms.com'),(90477,9840,'original_subject','Flowerhouse Films \"Do you Account in Instagram?\"'),(90478,9840,'original_message','Maham Gill <elsie.gill@msn.com>\nDo you Account in Instagram?\n\nThe Instagram social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your Instagram  account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out  and lets start work together  ===== > https://tinyurl.com/mw6x9duz\r\n\r\nSee you there!\r\nRegards\r\nMaham\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90479,9840,'original_headers','From: Maham Gill <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: elsie.gill@msn.com\n'),(90480,9840,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 06:28:31 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Maham Gill <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: elsie.gill@msn.com\r\nSubject: Flowerhouse Films \"Do you Account in Instagram?\"\r\nDate: Wed, 24 Apr 2024 13:28:31 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMaham Gill <elsie.gill@msn.com>=0ADo you Account in Instagram?=0A=0AThe=\r\n Instagram social media platform has seen explosive growth over the last=\r\n two years. It now has 500=0D=0Amillion users that are desperate for fun=\r\n and exciting content and this is a massive opportunity for you=0D=0Ato=\r\n promote your business.=0D=0A=0D=0AI can help you to grow and promote yo=\r\nur Instagram  account organically=0D=0Avisit my 5 star profile and join=\r\n over 3000 happy customer=0D=0A=0D=0AClick here to check out  and lets s=\r\ntart work together  =3D=3D=3D=3D=3D > https://tinyurl.com/mw6x9duz=0D=0A=\r\n=0D=0ASee you there!=0D=0ARegards=0D=0AMaham=0A=0A--=0AThis e-mail was s=\r\nent from a contact form on Inocente Confusi=C3=B3n (https://www.flowerho=\r\nusefilms.com)\r\n.\r\n250 OK id=1rzcfn-001o9h-1G\r\n'),(89909,9783,'original_headers','From: Davidhax <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: readytostartcr@gmail.com\n'),(89910,9783,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 13 Apr 2024 21:34:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Davidhax <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: readytostartcr@gmail.com\r\nSubject: Flowerhouse Films \"Something new in your life\"\r\nDate: Sun, 14 Apr 2024 04:34:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDavidhax <readytostartcr@gmail.com>=0ASomething new in your life=0A=0ATh=\r\ne best thing in life is freedom. Freedom comes from material independenc=\r\ne. =0D=0A<a href=3Dhttps://script.google.com/macros/s/AKfycbyyGmXDXhrJEZ=\r\nhrDcRYKxAoynyo3rZhzNsJSGGb3iLiOM087a-RY6QGhm6ich64rRUppQ/exec><b><u>Disc=\r\nover your financial independence now!</b></u></a>=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1rvrZe-00HNvq-1e\r\n'),(19330,2685,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e308f99714e3\";s:19:\"_sow_form_timestamp\";s:13:\"1624552544762\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3a8a5f63-0631-4f3b-8ff7-359df2723e84\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e30907a5575b\";s:19:\"_sow_form_timestamp\";s:13:\"1624584942285\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"9c79acd6-f072-416d-bf9e-74f13d5a9924\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:27:\"https://vimeo.com/567207168\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"media_video-266110002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"09d37a80-682f-4b80-a104-3e0c7d4a36a9\";s:5:\"style\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:5:\"cover\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"57171295660d532f287260737869728\";s:19:\"_sow_form_timestamp\";s:13:\"1624584961346\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"e6909b12-228e-4b22-8292-8ea24bdc80c8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[spacer height=\"50px\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"5e31b3f0ebaea\";s:19:\"_sow_form_timestamp\";s:13:\"1580315671066\";s:22:\"so_sidebar_emulator_id\";s:20:\"sow-editor-266110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cb7fd2d2-66e8-40fe-bb2f-9ef172e584aa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:7:\"row_css\";s:158:\"background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};\";s:27:\"background_image_attachment\";s:4:\"2662\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:5:\"cover\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:4;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90289,9821,'original_headers','From: R tlg <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: contact@contactformleads.com\n'),(90290,9821,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 03:39:02 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: R tlg <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: contact@contactformleads.com\r\nSubject: Flowerhouse Films \"Struggling to Generate Leads? We Have the affordable yet working Solution!\"\r\nDate: Mon, 22 Apr 2024 10:39:02 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nR tlg <contact@contactformleads.com>=0AStruggling to Generate Leads? We=\r\n Have the affordable yet working Solution!=0A=0AHi guys=0D=0A=0D=0AAre y=\r\nou struggling at flowerhousefilms.com to generate leads and to grow your=\r\n business? You\'re not alone. Many businesses face obstacles when it come=\r\ns to engaging potential customers and increasing conversions. But fear n=\r\not, because we have the solution!=0D=0A=0D=0AAt Contact Form Leads, we s=\r\npecialize in contact form marketing - a powerful strategy for connecting=\r\n with your audience and creating high-quality leads. Our platform makes=\r\n it effortless for you to reach out to potential customers straight thro=\r\nugh their contact forms, bypassing traditional advertising methods and g=\r\nrabbing their attention where it matters most.=0D=0A=0D=0ACost=0D=0A- 10=\r\n0k submissions (USA or Worldwide): $9=0D=0A- 1M submissions: $47=0D=0A-=\r\n 2M submissions $89=0D=0A- 4M submissions $169=0D=0A=0D=0AWith our compr=\r\nehensive suite of tools and services, you can optimize your outreach eff=\r\norts, target specific demographics and industries, and track the perform=\r\nance of your campaigns with ease. Our platform is crafted to help you ov=\r\nercome the challenges of lead generation and attain your business goals=\r\n with confidence.=0D=0A=0D=0AReady to supercharge your marketing efforts=\r\n and unlock a world of opportunities? Sign up for Contact Form Leads tod=\r\nay and start generating leads like never before!=0D=0A=0D=0ABest regards=\r\n=0D=0ARobert Thompson=0D=0Ahttps://contactformleads.com/?refid=3D1203=0D=\r\n=0A=0D=0A=0D=0AShould you have any more queries, feel free to get in tou=\r\nch!=0D=0A=0D=0AUnsubscribe here if you don\'t want to get these offers: h=\r\nttps://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go=\r\n1dyOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=0D=0ARue Du Manoir 372, Lockpor=\r\nt, NY, USA, 6250=0A=0A--=0AThis e-mail was sent from a contact form on I=\r\nnocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryr4g-000dWu-21\r\n'),(90379,9830,'original_headers','From: Ravi Hannah <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: grant.hannah@outlook.com\n'),(90380,9830,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 05:55:24 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Hannah <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: grant.hannah@outlook.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Tue, 23 Apr 2024 12:55:24 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Hannah <grant.hannah@outlook.com>=0AWhy You are not in Googles sear=\r\nch first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Webomaze=\r\n Australia. You have finally found an SEO Company that GETS RESULTS. The=\r\n proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=\r\n=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi with=\r\n high google search ranking  by 166% in 4 months. We=E2=80=99re an SEO C=\r\nompany with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd w=\r\ne do everything to make it a great experience of working with us. We are=\r\n in touch with you at every stage of the project. Even after we deliver=\r\n the project, I will support you with any query you have. =0D=0A=0D=0A=\r\n=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=0A=\r\n=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzFgC-0015s2-17\r\n'),(90261,9819,'success','1'),(90262,9819,'from_header','Mark Rancourt <admin@flowerhousefilms.com>'),(90263,9819,'to_header','admin@flowerhousefilms.com'),(90264,9819,'reply_to_header','rancourt.rochell@gmail.com'),(90265,9819,'transport_uri','smtp:none:none://localhost:25'),(90266,9819,'original_to','admin@flowerhousefilms.com'),(90267,9819,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Owner!\"'),(90268,9819,'original_message','Mark Rancourt <rancourt.rochell@gmail.com>\nTo the flowerhousefilms.com Owner!\n\nAdvantages of hiring a Developer:\r\n\r\nSpecialized Expertise\r\nTailored Customization and Control\r\nTime and Cost Efficiency\r\nCustom Plugin Development\r\nSEO Optimization\r\nOngoing Support and Maintenance\r\nSeamless Integration and Migration\r\nScalability for Business Growth\r\n\r\nHire a web developer now from us. Contact us at https://wpexpertspro.co/website/?src=a21flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90269,9819,'original_headers','From: Mark Rancourt <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: rancourt.rochell@gmail.com\n'),(90270,9819,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 21 Apr 2024 14:36:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Rancourt <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: rancourt.rochell@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Owner!\"\r\nDate: Sun, 21 Apr 2024 21:36:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Rancourt <rancourt.rochell@gmail.com>=0ATo the flowerhousefilms.com=\r\n Owner!=0A=0AAdvantages of hiring a Developer:=0D=0A=0D=0ASpecialized Ex=\r\npertise=0D=0ATailored Customization and Control=0D=0ATime and Cost Effic=\r\niency=0D=0ACustom Plugin Development=0D=0ASEO Optimization=0D=0AOngoing=\r\n Support and Maintenance=0D=0ASeamless Integration and Migration=0D=0ASc=\r\nalability for Business Growth=0D=0A=0D=0AHire a web developer now from u=\r\ns. Contact us at https://wpexpertspro.co/website/?src=3Da21flowerhousefi=\r\nlms.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryerQ-00HJUC-1T\r\n'),(90271,9820,'success','1'),(90272,9820,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(90273,9820,'to_header','admin@flowerhousefilms.com'),(90274,9820,'reply_to_header','lucido.leinteract@gmail.com'),(90275,9820,'transport_uri','smtp:none:none://localhost:25'),(90276,9820,'original_to','admin@flowerhousefilms.com'),(90277,9820,'original_subject','Flowerhouse Films \"Aloha, i am write about   the price\"'),(90278,9820,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nAloha, i am write about   the price\n\nHola, volia saber el seu preu.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90279,9820,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(90280,9820,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 21 Apr 2024 21:26:45 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Aloha, i am write about   the price\"\r\nDate: Mon, 22 Apr 2024 04:26:45 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AAloha, i am write about   th=\r\ne price=0A=0AHola, volia saber el seu preu.=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1rylGP-009CHQ-1T\r\n'),(90419,9834,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(90420,9834,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 18:54:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: Can\'t find you\"\r\nDate: Wed, 24 Apr 2024 01:54:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: Can\'t find you=0A=0AI\'m stru=\r\nggling to find out you Google Maps=0D=0A=0D=0AThis is the EXACT software=\r\n helping businesses rank on Google Maps in less than 3 weeks...=0D=0A=0D=\r\n=0AClick here to see where you rank for FREE >>  https://cutt.ly/nw6pmn5=\r\nP <<=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0AIf you would  like to opt-out of communication w=\r\nith us, visit:=0D=0Ahttps://urloptout.com/optout1/?site=3Dflowerhousefil=\r\nms.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzRq3-001nTp-2s\r\n'),(90324,9825,'reply_to_header','tandy.seamon@yahoo.com'),(90325,9825,'transport_uri','smtp:none:none://localhost:25'),(90326,9825,'original_to','admin@flowerhousefilms.com'),(90327,9825,'original_subject','Flowerhouse Films \"Do you have enough  customers?\"'),(90328,9825,'original_message','Tandy Seamon <tandy.seamon@yahoo.com>\nDo you have enough  customers?\n\nDo you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== > https://tinyurl.com/3ckxfu2c\r\nSee you there\r\n\r\nRegards\r\nAwals\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90329,9825,'original_headers','From: Tandy Seamon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: tandy.seamon@yahoo.com\n'),(90330,9825,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 13:38:35 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Tandy Seamon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: tandy.seamon@yahoo.com\r\nSubject: Flowerhouse Films \"Do you have enough  customers?\"\r\nDate: Mon, 22 Apr 2024 20:38:35 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTandy Seamon <tandy.seamon@yahoo.com>=0ADo you have enough  customers?=\r\n=0A=0ADo you need targeted Customers emails and phone numbers , so I am=\r\n here to help you check out  my Fiverr 5 stares profile serving over 880=\r\n happy customers=0D=0A contact me here and tell me what you need  =3D=3D=\r\n=3D=3D=3D > https://tinyurl.com/3ckxfu2c=0D=0ASee you there=0D=0A=0D=0AR=\r\negards=0D=0AAwals=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rz0Qt-00ECpK-1K\r\n'),(90291,9822,'success','1'),(90292,9822,'from_header','Mark Mata <admin@flowerhousefilms.com>'),(90361,9829,'success','1'),(90362,9829,'from_header','Cain Hartman <admin@flowerhousefilms.com>'),(90363,9829,'to_header','admin@flowerhousefilms.com'),(90364,9829,'reply_to_header','cainhartman85@gmail.com'),(90365,9829,'transport_uri','smtp:none:none://localhost:25'),(90366,9829,'original_to','admin@flowerhousefilms.com'),(90367,9829,'original_subject','Flowerhouse Films \"question\"'),(90368,9829,'original_message','Cain Hartman <cainhartman85@gmail.com>\nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90369,9829,'original_headers','From: Cain Hartman <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cainhartman85@gmail.com\n'),(90370,9829,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 02:02:37 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cain Hartman <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cainhartman85@gmail.com\r\nSubject: Flowerhouse Films \"question\"\r\nDate: Tue, 23 Apr 2024 09:02:37 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCain Hartman <cainhartman85@gmail.com>=0Aquestion=0A=0AHave you ever con=\r\nsidered hiring a Full time VA 160 hours for only $197 per month?=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzC2v-00DIr7-1w\r\n'),(90569,9849,'original_headers','From: M ehsvzct H <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: partnerships@charterunionfin.com\n'),(90570,9849,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 27 Apr 2024 19:49:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: M ehsvzct H <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: partnerships@charterunionfin.com\r\nSubject: Flowerhouse Films \"Expand Your Business Horizons with Dependable Financial Support\"\r\nDate: Sun, 28 Apr 2024 02:49:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nM ehsvzct H <partnerships@charterunionfin.com>=0AExpand Your Business Ho=\r\nrizons with Dependable Financial Support=0A=0ADo not stay out of busines=\r\ns, or close down due to lack of Funding and finance. Your projects, busi=\r\nnesses, and financial needs are entirely achievable.=0D=0A=0D=0AYou can=\r\n now fund your projects, businesses without concern for repayment as you=\r\n can have plenty of time to execute your projects and businesses and gro=\r\nw financially, and build up, to achieve your complete set goals.=0D=0A=\r\n=0D=0AAre you also a broker/consultant? Make life easy for various of yo=\r\nur clients around the world to facilitate funding for their various Busi=\r\nnesses and Projects, helping them progress towards their business and fi=\r\nnancial goals.=0D=0A=0D=0AChu Yeung=0D=0ACustomer Care Department=0D=0AP=\r\nlease reply to: customersupport@charterunionfin.com=0D=0AOr call me at:=\r\n +852 8199 9324=0D=0A=0D=0AOr visit: https://charterunionfin.com/?refid=\r\n=3D2068=0D=0A+852 8199 9324=0D=0A=0D=0A=0D=0AUnsubscribe here if you don=\r\n\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSd=\r\nx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=\r\n=0D=0AVigebo 115, Corning, NY, US, 4516=0A=0A--=0AThis e-mail was sent f=\r\nrom a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefi=\r\nlms.com)\r\n.\r\n250 OK id=1s0ubB-00H1Ve-1M\r\n'),(90639,9856,'original_headers','From: Lynwood Chang <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lynwood.chang@gmail.com\n'),(90640,9856,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 29 Apr 2024 19:22:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lynwood Chang <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lynwood.chang@gmail.com\r\nSubject: Flowerhouse Films \"flowerhousefilms.com is listed in 9/2,500 directories\"\r\nDate: Tue, 30 Apr 2024 02:22:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLynwood Chang <lynwood.chang@gmail.com>=0Aflowerhousefilms.com is listed=\r\n in 9/2,500 directories=0A=0AHi flowerhousefilms.com=0D=0A=0D=0AWe notic=\r\ned your website flowerhousefilms.com is only listed in 9/2,500 directori=\r\nes.=0D=0A=0D=0AWe have a service that lists your company in all the dire=\r\nctories globally.=0D=0A=0D=0AIt supports all countries, all services, to=\r\n boost your SEO and get you those high quality back links that directori=\r\nes offer.=0D=0A=0D=0AWe have a promo running for a one time fee of $99=\r\n=0D=0A=0D=0AVisit us on https://flowerhousefilms.companyregistar.org/flo=\r\nwerhousefilms.com to get listed.=0A=0A--=0AThis e-mail was sent from a c=\r\nontact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com=\r\n)\r\n.\r\n250 OK id=1s1d8w-00B8Mg-2Q\r\n'),(19413,2700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:4500;s:4:\"file\";s:32:\"2021/06/Flowerhouse_Logos-08.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-08-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-08-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"Flowerhouse_Logos-08-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-08-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"tesseract-large\";a:4:{s:4:\"file\";s:33:\"Flowerhouse_Logos-08-1580x480.png\";s:5:\"width\";i:1580;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-thumbnail\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-210x150.png\";s:5:\"width\";i:210;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"tesseract-site-logo\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"Flowerhouse_Logos-08-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90049,9797,'original_headers','From: Edwin Freeman <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: freemanedwin506@gmail.com\n'),(90045,9797,'transport_uri','smtp:none:none://localhost:25'),(90046,9797,'original_to','admin@flowerhousefilms.com'),(90047,9797,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions.\"'),(90048,9797,'original_message','Edwin Freeman <freemanedwin506@gmail.com>\nShape Your Brand\'s Digital Destiny with Our Web Design Solutions.\n\nHello,\r\n\r\nLooking to influence your brand\'s digital future? Our Web Design solutions provide strategic assistance and creative brilliance to help your brand succeed online. Let\'s work together to design a website that propels your brand towards its digital objectives.\r\n\r\nBest regards,\n\nEdwin Freeman\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90089,9801,'original_headers','From: Camila <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: manager.camila@brandboosteragency.com\n'),(90090,9801,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 17 Apr 2024 00:33:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Camila <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: manager.camila@brandboosteragency.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Colaboraci=C3=B3n\"?=\r\nDate: Wed, 17 Apr 2024 07:33:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCamila <manager.camila@brandboosteragency.com>=0AColaboraci=C3=B3n=0A=0A=\r\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negoci=\r\no como una excelente oportunidad para ser destacado en noticias.=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AAl ser presentado en m=C3=A1s de 60 peri=\r\n=C3=B3dicos digitales de alta autoridad, podemos mejorar la reputaci=C3=\r\n=B3n y el posicionamiento de tu empresa.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0AAdem=C3=A1s, cuando tus clientes busquen informaci=C3=B3n sobre ti=\r\n, ver=C3=A1n tu relevancia y preferir=C3=A1n elegirte por encima de la c=\r\nompetencia.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=C2=BFPodr=C3=ADas propor=\r\ncionarme un n=C3=BAmero de tel=C3=A9fono para ofrecerte dos meses gratui=\r\ntos?=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AGracias.=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1rwznX-002GVY-2u\r\n'),(90401,9833,'success','1'),(90402,9833,'from_header','Jordan Kennedy <admin@flowerhousefilms.com>'),(90403,9833,'to_header','admin@flowerhousefilms.com'),(90404,9833,'reply_to_header','myairanker@gmail.com'),(90405,9833,'transport_uri','smtp:none:none://localhost:25'),(90406,9833,'original_to','admin@flowerhousefilms.com'),(90407,9833,'original_subject','Flowerhouse Films \"Re: Can\'t find you\"'),(90408,9833,'original_message','Jordan Kennedy <myairanker@gmail.com>\nRe: Can\'t find you\n\nI\'m struggling to find out you Google Maps\r\n\r\nThis is the EXACT software helping businesses rank on Google Maps in less than 3 weeks...\r\n\r\nClick here to see where you rank for FREE >>  https://cutt.ly/nw6pmn5P <<\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90409,9833,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(90410,9833,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 17:20:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: Can\'t find you\"\r\nDate: Wed, 24 Apr 2024 00:20:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: Can\'t find you=0A=0AI\'m stru=\r\nggling to find out you Google Maps=0D=0A=0D=0AThis is the EXACT software=\r\n helping businesses rank on Google Maps in less than 3 weeks...=0D=0A=0D=\r\n=0AClick here to see where you rank for FREE >>  https://cutt.ly/nw6pmn5=\r\nP <<=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0AIf you would  like to opt-out of communication w=\r\nith us, visit:=0D=0Ahttps://urloptout.com/optout1/?site=3Dflowerhousefil=\r\nms.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzQMv-00HBov-1W\r\n'),(90499,9842,'original_headers','From: Joanna Tjalkabota <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: joanna.tjalkabota@gmail.com\n'),(90500,9842,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 13:37:44 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Joanna Tjalkabota <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: joanna.tjalkabota@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com owner.\"\r\nDate: Wed, 24 Apr 2024 20:37:44 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJoanna Tjalkabota <joanna.tjalkabota@gmail.com>=0AHello flowerhousefilms=\r\n..com owner.=0A=0AI\'ve saw that your flowerhousefilms.com website could b=\r\ne missing out on approximately 1,000 visitors daily. Our AI powered traf=\r\nfic system is designed to significantly increase your site\'s visibility:=\r\n https://cutt.ly/Sw2BAXtw=0D=0AWe\'re offering a free trial that includes=\r\n 500 targeted visitors to demonstrate the potential benefits. After the=\r\n trial, we can provide up to 250,000 targeted visitors per month. This o=\r\npportunity could greatly enhance your website\'s reach and traffic.=0A=0A=\r\n--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzjNA-00ClQS-1S\r\n'),(90117,9804,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"'),(90118,9804,'original_message','Eulah Esmond <esmond.eulah@msn.com>\nDear flowerhousefilms.com Admin.\n\nGame changing customer financing approves down to 500 FICO Don\'t leave money on the table, now you\'ll be able to turn people with low credit scores into paying customers!\r\n\r\n** USA Based Businesses Only! **\r\n\r\nEmail me for details: jessica.snyder@helloratespros.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90101,9803,'success','1'),(90102,9803,'from_header','Kelly Davis <admin@flowerhousefilms.com>'),(90103,9803,'to_header','admin@flowerhousefilms.com'),(90104,9803,'reply_to_header','kellyknowspayments@gmail.com'),(90105,9803,'transport_uri','smtp:none:none://localhost:25'),(90106,9803,'original_to','admin@flowerhousefilms.com'),(90107,9803,'original_subject','Flowerhouse Films \"Quick Question\"'),(90108,9803,'original_message','Kelly Davis <kellyknowspayments@gmail.com>\nQuick Question\n\nHave you registered your business for its claim of the Visa Mastercard 5.5 billion dollar settlement?\r\n\r\nIf you accepted credit cards between 2004 and 2019 you are likely owed part of the settlement.\r\n\r\nHere is how to file your claim.\r\n\r\nVisa-Mastercard-Claim.com  \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90109,9803,'original_headers','From: Kelly Davis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kellyknowspayments@gmail.com\n'),(90110,9803,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 17 Apr 2024 17:51:24 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kelly Davis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kellyknowspayments@gmail.com\r\nSubject: Flowerhouse Films \"Quick Question\"\r\nDate: Thu, 18 Apr 2024 00:51:24 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKelly Davis <kellyknowspayments@gmail.com>=0AQuick Question=0A=0AHave yo=\r\nu registered your business for its claim of the Visa Mastercard 5.5 bill=\r\nion dollar settlement?=0D=0A=0D=0AIf you accepted credit cards between 2=\r\n004 and 2019 you are likely owed part of the settlement.=0D=0A=0D=0AHere=\r\n is how to file your claim.=0D=0A=0D=0AVisa-Mastercard-Claim.com  =0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe=\r\n =0D=0AClick here  =0D=0Ahttps://docs.google.com/forms/d/e/1FAIpQLSf7Bvm=\r\ngDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=3Dsf_link=0A=0A=\r\n--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rxFzo-00AAHy-1K\r\n'),(90348,9827,'original_message','Cain Hartman <cainhartman85@gmail.com>\nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90341,9827,'success','1'),(90342,9827,'from_header','Cain Hartman <admin@flowerhousefilms.com>'),(90343,9827,'to_header','admin@flowerhousefilms.com'),(90344,9827,'reply_to_header','cainhartman85@gmail.com'),(90345,9827,'transport_uri','smtp:none:none://localhost:25'),(90346,9827,'original_to','admin@flowerhousefilms.com'),(90347,9827,'original_subject','Flowerhouse Films \"question\"'),(90371,9830,'success','1'),(90372,9830,'from_header','Ravi Hannah <admin@flowerhousefilms.com>'),(90373,9830,'to_header','admin@flowerhousefilms.com'),(90374,9830,'reply_to_header','grant.hannah@outlook.com'),(90375,9830,'transport_uri','smtp:none:none://localhost:25'),(90376,9830,'original_to','admin@flowerhousefilms.com'),(90377,9830,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(90378,9830,'original_message','Ravi Hannah <grant.hannah@outlook.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90209,9813,'original_headers','From: Sophia Wilson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: sophiawilson.ai@gmail.com\n'),(90210,9813,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 20 Apr 2024 10:19:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sophia Wilson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: sophiawilson.ai@gmail.com\r\nSubject: Flowerhouse Films \"I just have a quick question..\"\r\nDate: Sat, 20 Apr 2024 17:19:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSophia Wilson <sophiawilson.ai@gmail.com>=0AI just have a quick question=\r\n...=0A=0AHi, I hope you\'re doing well.=0D=0A=0D=0AI recently increased th=\r\ne lead generation for one of your competitors by incorporating our chat=\r\n widget onto their website.=0D=0A=0D=0AOur AI-driven chat widget is tail=\r\nored for your niche, providing a way to engage with your website visitor=\r\ns and convert them into leads.=0D=0A=0D=0ABy leveraging advanced technol=\r\nogy, you can automate the lead generation process and focus on what you=\r\n do best =E2=80=93 providing exceptional service to your clients.=0D=0A=\r\n=0D=0AI\'d love to discuss how our solution can benefit your business. Ca=\r\nn we schedule a time to chat?=0D=0A=0D=0ALooking forward to hearing from=\r\n you!=0D=0A=0D=0ABest regards,=0D=0A=0D=0ASophia Wilson=0A=0A--=0AThis e=\r\n-mail was sent from a contact form on Inocente Confusi=C3=B3n (https://w=\r\nww.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryEN1-00EGlk-1I\r\n'),(90204,9813,'reply_to_header','sophiawilson.ai@gmail.com'),(90205,9813,'transport_uri','smtp:none:none://localhost:25'),(90206,9813,'original_to','admin@flowerhousefilms.com'),(90207,9813,'original_subject','Flowerhouse Films \"I just have a quick question..\"'),(90208,9813,'original_message','Sophia Wilson <sophiawilson.ai@gmail.com>\nI just have a quick question..\n\nHi, I hope you\'re doing well.\r\n\r\nI recently increased the lead generation for one of your competitors by incorporating our chat widget onto their website.\r\n\r\nOur AI-driven chat widget is tailored for your niche, providing a way to engage with your website visitors and convert them into leads.\r\n\r\nBy leveraging advanced technology, you can automate the lead generation process and focus on what you do best – providing exceptional service to your clients.\r\n\r\nI\'d love to discuss how our solution can benefit your business. Can we schedule a time to chat?\r\n\r\nLooking forward to hearing from you!\r\n\r\nBest regards,\r\n\r\nSophia Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90201,9813,'success','1'),(90202,9813,'from_header','Sophia Wilson <admin@flowerhousefilms.com>'),(90203,9813,'to_header','admin@flowerhousefilms.com'),(90430,9835,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 01:30:19 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lilda <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: marketing@charterunionfin.com\r\nSubject: Flowerhouse Films \"Don\'t Let Funding Challenges Impede Your Business Growth\"\r\nDate: Wed, 24 Apr 2024 08:30:19 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLilda <marketing@charterunionfin.com>=0ADon\'t Let Funding Challenges Imp=\r\nede Your Business Growth=0A=0ADo not stay out of business, or close down=\r\n due to lack of Funding and finance. Your projects, businesses, and fina=\r\nncial needs is completely possible.=0D=0AYou can now fund your projects,=\r\n businesses without worries of repayment as you can have plenty of time=\r\n to execute your projects and businesses and build up, grow financially,=\r\n to achieve your complete set goals.=0D=0AAre you also a broker/consulta=\r\nnt? Make life easy for various of your clients around the world to help=\r\n provide funding for their various Businesses and Projects, helping them=\r\n progress towards their business and financial goals.=0D=0AChu Yeung=0D=\r\n=0ACustomer Care Department=0D=0Amarketing@charterunionfin.com=0D=0Ahttp=\r\ns://charterunionfin.com/?refid=3D2118=0D=0A+852 8199 9324=0D=0A=0D=0A=0D=\r\n=0AUnsubscribe here if you don\'t want to get these offers: https://docs.=\r\ngoogle.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pg=\r\neYTEg/viewform?usp=3Dsf_link=0D=0AVia Capo Le Case 87, Niagara Falls, NY=\r\n, USA, 39049=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzY1D-00BcGi-2A\r\n'),(91445,9937,'transport_uri','smtp:none:none://localhost:25'),(91446,9937,'original_to','admin@flowerhousefilms.com'),(91447,9937,'original_subject','Flowerhouse Films \"LzwqVJQIEt unISDDsVxg HaQQBGMJaa fxSMAKfVnj MYhHMnstTZ\"'),(91448,9937,'original_message','gqJekfqoRO <mitaxebandilis@gmail.com>\nLzwqVJQIEt unISDDsVxg HaQQBGMJaa fxSMAKfVnj MYhHMnstTZ\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91449,9937,'original_headers','From: gqJekfqoRO <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mitaxebandilis@gmail.com\n'),(91450,9937,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 19 May 2024 10:20:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: gqJekfqoRO <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mitaxebandilis@gmail.com\r\nSubject: Flowerhouse Films \"LzwqVJQIEt unISDDsVxg HaQQBGMJaa fxSMAKfVnj MYhHMnstTZ\"\r\nDate: Sun, 19 May 2024 17:20:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\ngqJekfqoRO <mitaxebandilis@gmail.com>=0ALzwqVJQIEt unISDDsVxg HaQQBGMJaa=\r\n fxSMAKfVnj MYhHMnstTZ=0A=0ATheme site super 000*** flowerhousefilms.com=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s8kCf-00FaJv-1L\r\n'),(90323,9825,'to_header','admin@flowerhousefilms.com'),(90321,9825,'success','1'),(90322,9825,'from_header','Tandy Seamon <admin@flowerhousefilms.com>'),(90331,9826,'success','1'),(90332,9826,'from_header','Cruz Thring <admin@flowerhousefilms.com>'),(90333,9826,'to_header','admin@flowerhousefilms.com'),(90334,9826,'reply_to_header','thring.cruz@yahoo.com'),(90335,9826,'transport_uri','smtp:none:none://localhost:25'),(90336,9826,'original_to','admin@flowerhousefilms.com'),(90337,9826,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"'),(90338,9826,'original_message','Cruz Thring <thring.cruz@yahoo.com>\nHi flowerhousefilms.com Admin.\n\nUse AI to grow your TikTok account organically for free for 7 days. Our system uses AI to target users based on hashtags and followers of competitor TikTok accounts. There are only 9 slots left here: https://cutt.ly/Sw5D5pO4\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90339,9826,'original_headers','From: Cruz Thring <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: thring.cruz@yahoo.com\n'),(90340,9826,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 14:37:16 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cruz Thring <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: thring.cruz@yahoo.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"\r\nDate: Mon, 22 Apr 2024 21:37:16 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCruz Thring <thring.cruz@yahoo.com>=0AHi flowerhousefilms.com Admin.=0A=\r\n=0AUse AI to grow your TikTok account organically for free for 7 days. O=\r\nur system uses AI to target users based on hashtags and followers of com=\r\npetitor TikTok accounts. There are only 9 slots left here: https://cutt.=\r\nly/Sw5D5pO4=0A=0A--=0AThis e-mail was sent from a contact form on Inocen=\r\nte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rz1Lg-00FXKz-15\r\n'),(90509,9843,'original_headers','From: Brian And Dee Marion <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: blaine.marion@yahoo.com\n'),(90510,9843,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 25 Apr 2024 13:43:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brian And Dee Marion <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: blaine.marion@yahoo.com\r\nSubject: Flowerhouse Films \"Do you Have Tiktok account?\"\r\nDate: Thu, 25 Apr 2024 20:43:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrian And Dee Marion <blaine.marion@yahoo.com>=0ADo you Have Tiktok acco=\r\nunt?=0A=0AThe TikTok social media platform has seen explosive growth ove=\r\nr the last two years. It now has 500=0D=0Amillion users that are despera=\r\nte for fun and exciting content and this is a massive opportunity for yo=\r\nu=0D=0Ato promote your business.=0D=0A=0D=0AI can help you to grow and p=\r\nromote your tiktok account organically=0D=0Avisit my 5 star profile and=\r\n join over 3000 happy customer=0D=0A=0D=0AClick here to check out   =3D=\r\n=3D=3D=3D=3D > https://tinyurl.com/pxj2ynka=0D=0A=0D=0ASee you there!=0D=\r\n=0ARegards=0D=0ABrian And Dee=0A=0A--=0AThis e-mail was sent from a cont=\r\nact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s05wH-00DyIg-1V\r\n'),(90301,9823,'success','1'),(90302,9823,'from_header','Charles Wilson <admin@flowerhousefilms.com>'),(90303,9823,'to_header','admin@flowerhousefilms.com'),(90304,9823,'reply_to_header','charleswilson2326@gmail.com'),(90305,9823,'transport_uri','smtp:none:none://localhost:25'),(90306,9823,'original_to','admin@flowerhousefilms.com'),(90307,9823,'original_subject','Flowerhouse Films \"Redefine Your Digital Footprint with Our Web Design Mastery\"'),(90308,9823,'original_message','Charles Wilson <charleswilson2326@gmail.com>\nRedefine Your Digital Footprint with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your digital footprint? Our Web Design mastery offers innovative solutions to help your brand leave a mark online. Let\'s collaborate to create a website that sets new standards and redefines your brand\'s online presence.\r\n\r\nBest regards,\n\nCharles Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90309,9823,'original_headers','From: Charles Wilson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: charleswilson2326@gmail.com\n'),(90310,9823,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 07:22:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Charles Wilson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: charleswilson2326@gmail.com\r\nSubject: Flowerhouse Films \"Redefine Your Digital Footprint with Our Web Design Mastery\"\r\nDate: Mon, 22 Apr 2024 14:22:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCharles Wilson <charleswilson2326@gmail.com>=0ARedefine Your Digital Foo=\r\ntprint with Our Web Design Mastery=0A=0AHello,=0D=0A=0D=0AReady to redef=\r\nine your digital footprint? Our Web Design mastery offers innovative sol=\r\nutions to help your brand leave a mark online. Let\'s collaborate to crea=\r\nte a website that sets new standards and redefines your brand\'s online p=\r\nresence.=0D=0A=0D=0ABest regards,=0A=0ACharles Wilson=0A=0A--=0AThis e-m=\r\nail was sent from a contact form on Inocente Confusi=C3=B3n (https://www=\r\n..flowerhousefilms.com)\r\n.\r\n250 OK id=1ryuZ2-006CRe-0i\r\n'),(90311,9824,'success','1'),(90312,9824,'from_header','Cory Day <admin@flowerhousefilms.com>'),(90313,9824,'to_header','admin@flowerhousefilms.com'),(90314,9824,'reply_to_header','cory.day726@gmail.com'),(90315,9824,'transport_uri','smtp:none:none://localhost:25'),(90316,9824,'original_to','admin@flowerhousefilms.com'),(90317,9824,'original_subject','Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"'),(90318,9824,'original_message','Cory Day <cory.day726@gmail.com>\nTransform Your Online Presence with Our Web Design Excellence\n\nHello,\r\n\r\nReady to transform your online presence? Our Web Design excellence creates websites that inspire and engage. Let\'s partner together to create a digital experience that propels your brand towards success.\r\n\r\nWarm regards,\n\nCory Day\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90319,9824,'original_headers','From: Cory Day <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cory.day726@gmail.com\n'),(90320,9824,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 09:07:02 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cory Day <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cory.day726@gmail.com\r\nSubject: Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"\r\nDate: Mon, 22 Apr 2024 16:07:02 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCory Day <cory.day726@gmail.com>=0ATransform Your Online Presence with O=\r\nur Web Design Excellence=0A=0AHello,=0D=0A=0D=0AReady to transform your=\r\n online presence? Our Web Design excellence creates websites that inspir=\r\ne and engage. Let\'s partner together to create a digital experience that=\r\n propels your brand towards success.=0D=0A=0D=0AWarm regards,=0A=0ACory=\r\n Day=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Conf=\r\nusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rywC6-008UYV-2R\r\n'),(89031,9696,'success','1'),(89032,9696,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(89033,9696,'to_header','admin@flowerhousefilms.com'),(89049,9697,'original_headers','From: Megan Atkinson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: meganatkinson149@gmail.com\n'),(89050,9697,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 16:27:31 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Megan Atkinson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: meganatkinson149@gmail.com\r\nSubject: Flowerhouse Films \"Instagram Promotion: Grow your followers by 300-1000 each month\"\r\nDate: Thu, 21 Mar 2024 23:27:31 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMegan Atkinson <meganatkinson149@gmail.com>=0AInstagram Promotion: Grow=\r\n your followers by 300-1000 each month=0A=0AHi there,=0D=0A=0D=0AWe run=\r\n an Instagram growth service, which increases your number of followers b=\r\noth safely and practically. =0D=0A=0D=0A- Guaranteed: We guarantee to ga=\r\nin you 300-1000+ followers per month.=0D=0A- Real, human followers: Peop=\r\nle follow you because they are interested in your business or niche.=0D=\r\n=0A- Safe: All actions are made manually. We do not use any bots.=0D=0A=\r\n=0D=0AThe price is just $60 (USD) per month, and we can start immediatel=\r\ny.=0D=0A=0D=0AIf you are interested, and would like to see some of our p=\r\nrevious work, let me know and we can discuss further.=0D=0A=0D=0AKind Re=\r\ngards,=0D=0AMegan=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnRop-002KDU-0h\r\n'),(90491,9842,'success','1'),(90492,9842,'from_header','Joanna Tjalkabota <admin@flowerhousefilms.com>'),(90493,9842,'to_header','admin@flowerhousefilms.com'),(90494,9842,'reply_to_header','joanna.tjalkabota@gmail.com'),(90495,9842,'transport_uri','smtp:none:none://localhost:25'),(90496,9842,'original_to','admin@flowerhousefilms.com'),(90497,9842,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com owner.\"'),(90498,9842,'original_message','Joanna Tjalkabota <joanna.tjalkabota@gmail.com>\nHello flowerhousefilms.com owner.\n\nI\'ve saw that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly increase your site\'s visibility: https://cutt.ly/Sw2BAXtw\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90572,9850,'from_header','Audrey Taylor <admin@flowerhousefilms.com>'),(90573,9850,'to_header','admin@flowerhousefilms.com'),(90574,9850,'reply_to_header','audreytaylor239@gmail.com'),(90575,9850,'transport_uri','smtp:none:none://localhost:25'),(90576,9850,'original_to','admin@flowerhousefilms.com'),(90577,9850,'original_subject','Flowerhouse Films \"Redefine Your Digital Landscape with Our Web Design Mastery\"'),(90578,9850,'original_message','Audrey Taylor <audreytaylor239@gmail.com>\nRedefine Your Digital Landscape with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your digital landscape? Our Web Design mastery offers innovative solutions to help your brand stand out online. Let\'s collaborate to create a website that sets new standards and redefines your brand\'s online presence.\r\n\r\nBest regards,\n\nAudrey Taylor - Web Designer / Programmer\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90579,9850,'original_headers','From: Audrey Taylor <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: audreytaylor239@gmail.com\n'),(90580,9850,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 28 Apr 2024 01:21:06 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Audrey Taylor <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: audreytaylor239@gmail.com\r\nSubject: Flowerhouse Films \"Redefine Your Digital Landscape with Our Web Design Mastery\"\r\nDate: Sun, 28 Apr 2024 08:21:06 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAudrey Taylor <audreytaylor239@gmail.com>=0ARedefine Your Digital Landsc=\r\nape with Our Web Design Mastery=0A=0AHello,=0D=0A=0D=0AReady to redefine=\r\n your digital landscape? Our Web Design mastery offers innovative soluti=\r\nons to help your brand stand out online. Let\'s collaborate to create a w=\r\nebsite that sets new standards and redefines your brand\'s online presenc=\r\ne.=0D=0A=0D=0ABest regards,=0A=0AAudrey Taylor - Web Designer / Programm=\r\ner=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confus=\r\ni=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s0zmU-006y48-2V\r\n'),(90400,9832,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 12:21:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Audra Madewell <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: admin@charterunionfin.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"\r\nDate: Tue, 23 Apr 2024 19:21:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAudra Madewell <admin@charterunionfin.com>=0ADear flowerhousefilms.com W=\r\nebmaster.=0A=0ADo not stay out of business, or close down due to lack of=\r\n Funding and finance. Your projects, businesses and financial needs is c=\r\nompletely possible.=0D=0A=0D=0AYou can now fund your projects, businesse=\r\ns without worries of repayment as you can have ample amount of time to e=\r\nxecute your projects and businesses and build up, grow financially, to a=\r\nchieve your complete set goals.=0D=0A=0D=0AAre you also a broker/consult=\r\nant? Make life easy for various of your clients globlly to help provide=\r\n funding for their various Businesses and Projects, edging them towards=\r\n a better buiness and financial goals.=0D=0A=0D=0AChu Yeung=0D=0ACustome=\r\nr Care Department=0D=0Ainfo@charterunionfin.com=0D=0A+852 8199 9324=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzLhZ-00A43u-2D\r\n'),(90399,9832,'original_headers','From: Audra Madewell <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: admin@charterunionfin.com\n'),(90394,9832,'reply_to_header','admin@charterunionfin.com'),(90395,9832,'transport_uri','smtp:none:none://localhost:25'),(90396,9832,'original_to','admin@flowerhousefilms.com'),(90397,9832,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"'),(90398,9832,'original_message','Audra Madewell <admin@charterunionfin.com>\nDear flowerhousefilms.com Webmaster.\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses and financial needs is completely possible.\r\n\r\nYou can now fund your projects, businesses without worries of repayment as you can have ample amount of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients globlly to help provide funding for their various Businesses and Projects, edging them towards a better buiness and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\ninfo@charterunionfin.com\r\n+852 8199 9324\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90514,9844,'reply_to_header','mrbiz7cfo@gmail.com'),(90515,9844,'transport_uri','smtp:none:none://localhost:25'),(90516,9844,'original_to','admin@flowerhousefilms.com'),(90517,9844,'original_subject','Flowerhouse Films \"Optimize Your Company\'s Financial Strategy with a Dedicated CFO\"'),(90518,9844,'original_message','Ken Wentworth <mrbiz7cfo@gmail.com>\nOptimize Your Company\'s Financial Strategy with a Dedicated CFO\n\nI’m Mr. Biz®️, aka Ken Wentworth from Mr. Biz Solutions. \r\n\r\nI’m glad to see your company is surviving these challenging economic times. Yet, have you considered how a part-time CFO can unlock even greater potential? You get the advantage of many years of proven experience for only a fraction of the cost.\r\n\r\nSure, controllers and tax accountants handle the daily grind, but a CFO provides a strategic roadmap to a successful future. We become a key player in driving growth and helping you avoid pitfalls.\r\n\r\nHere are a few recent examples of companies like yours that we have helped achieve amazing results:\r\n- Net income up by a whopping 389% (28-year old business)\r\n- Revenue up 64% (16-year old business)\r\n- Free cash increased 1,007%: cash flow problems vanished (18-year old business)\r\n- Book value of company almost tripled (31-year old business)\r\n\r\nWe can show you how our financial leadership expertise can make a difference.\r\n\r\nSchedule a free 30-minute consultation here: www.MrBizThrive.com \r\n\r\nBelieve & Achieve,\r\nKen Wentworth, aka Mr. Biz®️\r\nhttps://mrbizsolutions.com \r\n\r\n\r\nUnsubscribe here if you don\'t want to get these fantastic offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\n70 S. Sandusky, OH 43015, United States (US)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90530,9845,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 25 Apr 2024 16:52:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lan.sleep@outlook.com\r\nSubject: Flowerhouse Films \"Check this expreiment by Ahrefs: Backlinks still work - even on AI content\"\r\nDate: Thu, 25 Apr 2024 23:52:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLan <lan.sleep@outlook.com>=0ACheck this expreiment by Ahrefs: Backlinks=\r\n still work - even on AI content=0A=0AHello,=0D=0A=0D=0AAre you noticing=\r\n a decrease in website traffic after the latest Google updates? Are your=\r\n AI-generated posts getting dropped from index faster than you can creat=\r\ne them?=0D=0A=0D=0ADon\'t worry, because I\'ve got some good news for you:=\r\n backlinks still work. And I\'ve got the proof to back it up. Check out t=\r\nhis eye-opening experiment by Ahrefs: https://www.youtube.com/watch?v=3D=\r\ndHW-izBq2-I=0D=0A=0D=0ABut that\'s not all. I\'m here to offer you a solut=\r\nion that will get you ranking on the first page of Google for multiple k=\r\neywords and boost your site\'s trust on Google\'s data.=0D=0A=0D=0AInteres=\r\nted?=0D=0A=0D=0AThen take a look at my Fiverr Pro gig:=0D=0A=0D=0Ahttps:=\r\n//go.fiverr.com/visit/?bta=3D570412&brand=3Dfp&landingPage=3Dhttps2F%2Fw=\r\nww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink-pyramid=0D=0A=0D=0A=\r\nDon\'t let those Google updates hold you back. Let\'s work together to get=\r\n your site back on top!=0D=0A=0D=0ABest regards,=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1s08t5-000fhS-3D\r\n'),(90511,9844,'success','1'),(90512,9844,'from_header','Ken Wentworth <admin@flowerhousefilms.com>'),(90513,9844,'to_header','admin@flowerhousefilms.com'),(90388,9831,'original_message','Sophia Wilson <sophiawilson.ai@gmail.com>\nQuick question..\n\nHi, I was wondering who made your website.\r\n\r\nI ask because after checking out your website flowerhousefilms.com I noticed a cool opportunity\r\nto increase the number of new leads your website receives without adding the number of visits.\r\n\r\nDidn’t want to overload you with a long email so I put together a short\r\nvideo to show you exactly what I found that can double your contacts.\r\n\r\nRespond \"yes\" if you want me to send it to you. Let me know :)\r\n\r\nThanks,\r\n\r\nSophia Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90387,9831,'original_subject','Flowerhouse Films \"Quick question..\"'),(90386,9831,'original_to','admin@flowerhousefilms.com'),(90385,9831,'transport_uri','smtp:none:none://localhost:25'),(90384,9831,'reply_to_header','sophiawilson.ai@gmail.com'),(90383,9831,'to_header','admin@flowerhousefilms.com'),(90381,9831,'success','1'),(90382,9831,'from_header','Sophia Wilson <admin@flowerhousefilms.com>'),(90426,9835,'original_to','admin@flowerhousefilms.com'),(90424,9835,'reply_to_header','marketing@charterunionfin.com'),(90425,9835,'transport_uri','smtp:none:none://localhost:25'),(90422,9835,'from_header','Lilda <admin@flowerhousefilms.com>'),(90423,9835,'to_header','admin@flowerhousefilms.com'),(90421,9835,'success','1'),(90461,9839,'success','1'),(90462,9839,'from_header','Hellen Heimbach <admin@flowerhousefilms.com>'),(90463,9839,'to_header','admin@flowerhousefilms.com'),(90464,9839,'reply_to_header','heimbach.bess@yahoo.com'),(90465,9839,'transport_uri','smtp:none:none://localhost:25'),(90466,9839,'original_to','admin@flowerhousefilms.com'),(90467,9839,'original_subject','Flowerhouse Films \"Re: May I send you this report\"'),(90468,9839,'original_message','Hellen Heimbach <heimbach.bess@yahoo.com>\nRe: May I send you this report\n\nHi, My name is Helen and I\'m an Online marketing specialist here in the UK. I\'ve done some initial research on your website/sector, and I couldn\'t help but I notice that your online visibility is fairly low on Google. With your permission I’d like to send you a free report showing you a few things you can do on your own (without needing to hire anyone) to greatly improve these search results for you. \r\n\r\nThe report is very detailed and comes with its own detailed instructions. It will show you exactly what needs to be done to unleash rankings and traffic that make a difference! I\'ll also share some ideas and tips to generate more revenue through your website. \r\n\r\nWould that be, okay? Again, this is completely free- no costs whatsoever just our way of making a super strong first impression as experts in digital marketing! Please email us at anna.fratellimarketing@gmail.com back for a free report. \r\n\r\nWarm Regards, \r\nHelen Waters, \r\nMarketing Account Manager.  \r\nanna.fratellimarketing@gmail.com\r\n\r\nTo unsubscribe please reply NO.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90469,9839,'original_headers','From: Hellen Heimbach <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: heimbach.bess@yahoo.com\n'),(90470,9839,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 06:06:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Hellen Heimbach <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: heimbach.bess@yahoo.com\r\nSubject: Flowerhouse Films \"Re: May I send you this report\"\r\nDate: Wed, 24 Apr 2024 13:06:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHellen Heimbach <heimbach.bess@yahoo.com>=0ARe: May I send you this repo=\r\nrt=0A=0AHi, My name is Helen and I\'m an Online marketing specialist here=\r\n in the UK. I\'ve done some initial research on your website/sector, and=\r\n I couldn\'t help but I notice that your online visibility is fairly low=\r\n on Google. With your permission I=E2=80=99d like to send you a free rep=\r\nort showing you a few things you can do on your own (without needing to=\r\n hire anyone) to greatly improve these search results for you. =0D=0A=0D=\r\n=0AThe report is very detailed and comes with its own detailed instructi=\r\nons. It will show you exactly what needs to be done to unleash rankings=\r\n and traffic that make a difference! I\'ll also share some ideas and tips=\r\n to generate more revenue through your website. =0D=0A=0D=0AWould that b=\r\ne, okay? Again, this is completely free- no costs whatsoever just our wa=\r\ny of making a super strong first impression as experts in digital market=\r\ning! Please email us at anna.fratellimarketing@gmail.com back for a free=\r\n report. =0D=0A=0D=0AWarm Regards, =0D=0AHelen Waters, =0D=0AMarketing A=\r\nccount Manager.  =0D=0Aanna.fratellimarketing@gmail.com=0D=0A=0D=0ATo un=\r\nsubscribe please reply NO.=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzcKM-001Bxa-2O\r\n'),(90520,9844,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 25 Apr 2024 16:21:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ken Wentworth <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mrbiz7cfo@gmail.com\r\nSubject: Flowerhouse Films \"Optimize Your Company\'s Financial Strategy with a Dedicated CFO\"\r\nDate: Thu, 25 Apr 2024 23:21:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKen Wentworth <mrbiz7cfo@gmail.com>=0AOptimize Your Company\'s Financial=\r\n Strategy with a Dedicated CFO=0A=0AI=E2=80=99m Mr. Biz=C2=AE=EF=B8=8F,=\r\n aka Ken Wentworth from Mr. Biz Solutions. =0D=0A=0D=0AI=E2=80=99m glad=\r\n to see your company is surviving these challenging economic times. Yet,=\r\n have you considered how a part-time CFO can unlock even greater potenti=\r\nal? You get the advantage of many years of proven experience for only a=\r\n fraction of the cost.=0D=0A=0D=0ASure, controllers and tax accountants=\r\n handle the daily grind, but a CFO provides a strategic roadmap to a suc=\r\ncessful future. We become a key player in driving growth and helping you=\r\n avoid pitfalls.=0D=0A=0D=0AHere are a few recent examples of companies=\r\n like yours that we have helped achieve amazing results:=0D=0A- Net inco=\r\nme up by a whopping 389% (28-year old business)=0D=0A- Revenue up 64% (1=\r\n6-year old business)=0D=0A- Free cash increased 1,007%: cash flow proble=\r\nms vanished (18-year old business)=0D=0A- Book value of company almost t=\r\nripled (31-year old business)=0D=0A=0D=0AWe can show you how our financi=\r\nal leadership expertise can make a difference.=0D=0A=0D=0ASchedule a fre=\r\ne 30-minute consultation here: www.MrBizThrive.com =0D=0A=0D=0ABelieve &=\r\n Achieve,=0D=0AKen Wentworth, aka Mr. Biz=C2=AE=EF=B8=8F=0D=0Ahttps://mr=\r\nbizsolutions.com =0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t want to=\r\n get these fantastic offers: https://docs.google.com/forms/d/e/1FAIpQLSd=\r\nx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=\r\n=0D=0A70 S. Sandusky, OH 43015, United States (US)=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s08Pb-00HYJy-0O\r\n'),(90519,9844,'original_headers','From: Ken Wentworth <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mrbiz7cfo@gmail.com\n'),(90571,9850,'success','1'),(90581,9851,'success','1'),(90582,9851,'from_header','Hiram Chan <admin@flowerhousefilms.com>'),(90583,9851,'to_header','admin@flowerhousefilms.com'),(90584,9851,'reply_to_header','hiram.chan31@gmail.com'),(90585,9851,'transport_uri','smtp:none:none://localhost:25'),(90586,9851,'original_to','admin@flowerhousefilms.com'),(90587,9851,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"'),(90588,9851,'original_message','Hiram Chan <hiram.chan31@gmail.com>\nHi flowerhousefilms.com Admin.\n\nFinally, an all in one customer financing solution for ANY credit score between 500-850 FICO Don\'t leave money on the table, now you\'ll be able to turn people with low credit scores into paying customers!\r\n\r\n** USA Based Businesses Only! **\r\n\r\nContact me below for details\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90589,9851,'original_headers','From: Hiram Chan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hiram.chan31@gmail.com\n'),(90590,9851,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 28 Apr 2024 17:30:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Hiram Chan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hiram.chan31@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"\r\nDate: Mon, 29 Apr 2024 00:30:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHiram Chan <hiram.chan31@gmail.com>=0AHi flowerhousefilms.com Admin.=0A=\r\n=0AFinally, an all in one customer financing solution for ANY credit sco=\r\nre between 500-850 FICO Don\'t leave money on the table, now you\'ll be ab=\r\nle to turn people with low credit scores into paying customers!=0D=0A=0D=\r\n=0A** USA Based Businesses Only! **=0D=0A=0D=0AContact me below for deta=\r\nils=0D=0A=0D=0AJessica Snyder=0D=0Ajessica.snyder@helloratespros.com=0D=\r\n=0Ahttps://helloratespros.com/5-6/=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1s1EuF-00ARm5-2f\r\n'),(90909,9883,'original_headers','From: Travis Trugernanner <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: travis.lopez@trychat2leads.com\n'),(90910,9883,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 06 May 2024 02:14:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Travis Trugernanner <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: travis.lopez@trychat2leads.com\r\nSubject: Flowerhouse Films \"Put Your Website to Work for You!\"\r\nDate: Mon, 06 May 2024 09:14:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTravis Trugernanner <travis.lopez@trychat2leads.com>=0APut Your Website=\r\n to Work for You!=0A=0AGet More Leads and Increase Conversions with 24/7=\r\n Chat that works on Complete Autopilot!=0D=0A=0D=0ACustomer Support Chat=\r\nbots are Perfect for Any Website =0D=0A=0D=0AIncrease Engagement - Chat2=\r\nLeads actively engages all your visitors making it the ultimate Conversi=\r\non Optimization Tool to have installed on your website!=0D=0A=0D=0AUnlim=\r\nited Chats - Unlike other Website Chat Services, Chat2Leads puts zero re=\r\nstrictions on how many chats you can have with your visitors every month=\r\n!=0D=0A=0D=0AFresh Leads - Every new lead is emailed directly to your in=\r\nbox so you can follow-up right away!=0D=0A=0D=0AEverything included for=\r\n just $ 35/mo=0D=0A=0D=0AReal Customer Review:=0D=0A=0D=0A=E2=80=9CI\'ve=\r\n seen an immediate benefit to adding a chatbot... that I\'ve been telling=\r\n other local business owners I\'m friends with. I\'m finally receiving lea=\r\nds from my website!=E2=80=9D Nicole W. =E2=80=93 Bankruptcy Law Firm in=\r\n West Palm Beach, Florida=0D=0A=0D=0AReal Case Study:=0D=0A=0D=0AWithin=\r\n minutes of installing Chat2Leads on Petflapsuk.com they had their first=\r\n lead, and ever since have been converting an average of 15% of their vi=\r\nsitors into fresh leads for their business. They have seen such a great=\r\n success from the chatbot that it has already paid for itself for years=\r\n to come.=0D=0A=0D=0AFind out more now at: https://chat2leads.com=0A=0A-=\r\n-=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3uQt-00HL75-0R\r\n'),(91001,9893,'success','1'),(91002,9893,'from_header','Jerrold Doran <admin@flowerhousefilms.com>'),(91003,9893,'to_header','admin@flowerhousefilms.com'),(91004,9893,'reply_to_header','jerrold.doran@outlook.com'),(91005,9893,'transport_uri','smtp:none:none://localhost:25'),(91006,9893,'original_to','admin@flowerhousefilms.com'),(91101,9903,'success','1'),(91102,9903,'from_header','Chad Mason <admin@flowerhousefilms.com>'),(91103,9903,'to_header','admin@flowerhousefilms.com'),(91104,9903,'reply_to_header','chadm9175@gmail.com'),(91105,9903,'transport_uri','smtp:none:none://localhost:25'),(91106,9903,'original_to','admin@flowerhousefilms.com'),(91107,9903,'original_subject','Flowerhouse Films \"Craft Your Digital Identity with Our Web Design Expertise\"'),(91108,9903,'original_message','Chad Mason <chadm9175@gmail.com>\nCraft Your Digital Identity with Our Web Design Expertise\n\nHello,\r\n\r\nReady to craft your digital identity? Our Web Design expertise offers tailored solutions to help your brand shine online. Let\'s collaborate to create a website that reflects your brand\'s values and connects with your audience.\r\n\r\nBest regards,\n\nChad Mason\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91109,9903,'original_headers','From: Chad Mason <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: chadm9175@gmail.com\n'),(91110,9903,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 11 May 2024 03:08:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Chad Mason <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: chadm9175@gmail.com\r\nSubject: Flowerhouse Films \"Craft Your Digital Identity with Our Web Design Expertise\"\r\nDate: Sat, 11 May 2024 10:08:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nChad Mason <chadm9175@gmail.com>=0ACraft Your Digital Identity with Our=\r\n Web Design Expertise=0A=0AHello,=0D=0A=0D=0AReady to craft your digital=\r\n identity? Our Web Design expertise offers tailored solutions to help yo=\r\nur brand shine online. Let\'s collaborate to create a website that reflec=\r\nts your brand\'s values and connects with your audience.=0D=0A=0D=0ABest=\r\n regards,=0A=0AChad Mason=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5jeR-000fHr-33\r\n'),(91181,9911,'success','1'),(91182,9911,'from_header','Trevor Monette <admin@flowerhousefilms.com>'),(91183,9911,'to_header','admin@flowerhousefilms.com'),(91184,9911,'reply_to_header','monette.libby@msn.com'),(91185,9911,'transport_uri','smtp:none:none://localhost:25'),(91186,9911,'original_to','admin@flowerhousefilms.com'),(91187,9911,'original_subject','Flowerhouse Films \"Where is your Social Media Videos are ?!\"'),(91188,9911,'original_message','Trevor Monette <monette.libby@msn.com>\nWhere is your Social Media Videos are ?!\n\nHi,\r\nI\'m Trevor, with over 7 years in video production, marketing, and social media. I\'ve not only crafted compelling narratives but also elevated multiple YouTube channels across various brands. \r\n\r\nI can Help with :\r\n-Grow your all your Social Media Content\r\n-Social Media Ads (TikTok, Instagram Stories, Snapchat)\r\n-Website and App Introductions\r\n-Product Launches\r\n\r\n\r\nJoin our Happy customers Now  , Lets Chat to help you out \r\n\r\n\r\nClick here to contact  =====>  https://tinyurl.com/5xdh2k6y\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91189,9911,'original_headers','From: Trevor Monette <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: monette.libby@msn.com\n'),(91190,9911,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 17:01:40 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Trevor Monette <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: monette.libby@msn.com\r\nSubject: Flowerhouse Films \"Where is your Social Media Videos are ?!\"\r\nDate: Mon, 13 May 2024 00:01:40 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTrevor Monette <monette.libby@msn.com>=0AWhere is your Social Media Vide=\r\nos are ?!=0A=0AHi,=0D=0AI\'m Trevor, with over 7 years in video productio=\r\nn, marketing, and social media. I\'ve not only crafted compelling narrati=\r\nves but also elevated multiple YouTube channels across various brands.=\r\n =0D=0A=0D=0AI can Help with :=0D=0A-Grow your all your Social Media Con=\r\ntent=0D=0A-Social Media Ads (TikTok, Instagram Stories, Snapchat)=0D=0A-=\r\nWebsite and App Introductions=0D=0A-Product Launches=0D=0A=0D=0A=0D=0AJo=\r\nin our Happy customers Now  , Lets Chat to help you out =0D=0A=0D=0A=0D=\r\n=0AClick here to contact  =3D=3D=3D=3D=3D>  https://tinyurl.com/5xdh2k6y=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s6J8O-00E4HH-2A\r\n'),(91149,9907,'original_headers','From: IjlNYuDvXB <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mitaxebandilis@gmail.com\n'),(91150,9907,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 06:04:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: IjlNYuDvXB <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mitaxebandilis@gmail.com\r\nSubject: Flowerhouse Films \"XVbSJoemKB qfZGhNlnFL sFsWjXoXxr giMBbRJgXu goudWEQrij\"\r\nDate: Sun, 12 May 2024 13:04:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nIjlNYuDvXB <mitaxebandilis@gmail.com>=0AXVbSJoemKB qfZGhNlnFL sFsWjXoXxr=\r\n giMBbRJgXu goudWEQrij=0A=0ATheme site super 000*** flowerhousefilms.com=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s68sS-00HLFj-0q\r\n'),(91371,9930,'success','1'),(91372,9930,'from_header','Ravi Manuel <admin@flowerhousefilms.com>'),(91373,9930,'to_header','admin@flowerhousefilms.com'),(91374,9930,'reply_to_header','manuel.keira@outlook.com'),(91375,9930,'transport_uri','smtp:none:none://localhost:25'),(91376,9930,'original_to','admin@flowerhousefilms.com'),(91377,9930,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(91378,9930,'original_message','Ravi Manuel <manuel.keira@outlook.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91130,9905,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 11 May 2024 17:22:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lenora Millen <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lenora.millen@msn.com\r\nSubject: Flowerhouse Films \"Urgent Reminder: Claim Your Usd32k Tax Credit Before It\'s Too Late!\"\r\nDate: Sun, 12 May 2024 00:22:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLenora Millen <lenora.millen@msn.com>=0AUrgent Reminder: Claim Your Usd3=\r\n2k Tax Credit Before It\'s Too Late!=0A=0AMay 17th has almost arrived - h=\r\nave you filed for your $32,222 SETC Tax Credit yet?|If you were a gig wo=\r\nrker, freelancer, content creator, sole proprietor single llc or gig eco=\r\nnomy worker you may be eligible for up to $32K SETC Tax Credit. It is va=\r\nlid until May 17th.=0D=0A=0D=0ACheck out the link, watch the short youtu=\r\nbe video ( https://www.youtube.com/watch?v=3DWCe0W8a_oag )=0D=0A=0D=0Aan=\r\nd if you qualify, fill out the form https://bit.ly/3WDGWvg=0D=0A=0D=0ASE=\r\nTC Pros boasts a 90% success rate in aiding individuals to get the Tax C=\r\nredits they rightfully deserve. This is not a loan and there is no payba=\r\nck, this is the remaining COVID-19 tax credit money.=0D=0A=0D=0A=0D=0A=\r\n=0D=0AUnsubscribe here if you don\'t want to get these awesome offers: ht=\r\ntps://form.jotform.com/241243363091449=0D=0ANymarksgyden 66, Lockport, N=\r\new York, US, 2970=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5wys-001eyM-09\r\n'),(89277,9720,'original_subject','Flowerhouse Films \"Website Designing and Development\"'),(89278,9720,'original_message','Ashok <webdesignservices111@outlook.com>\nWebsite Designing and Development\n\nHi, \r\n\r\nThis is Ashok, a website designer and developer with 15 years of experience. Are you looking to design a new website or make any changes in your current website? \r\n\r\nReply me on webdesignservices111@outlook.com to discuss it further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89279,9720,'original_headers','From: Ashok <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: webdesignservices111@outlook.com\n'),(89280,9720,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 03:54:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ashok <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: webdesignservices111@outlook.com\r\nSubject: Flowerhouse Films \"Website Designing and Development\"\r\nDate: Thu, 28 Mar 2024 10:54:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAshok <webdesignservices111@outlook.com>=0AWebsite Designing and Develop=\r\nment=0A=0AHi, =0D=0A=0D=0AThis is Ashok, a website designer and develope=\r\nr with 15 years of experience. Are you looking to design a new website o=\r\nr make any changes in your current website? =0D=0A=0D=0AReply me on webd=\r\nesignservices111@outlook.com to discuss=C2=A0it=C2=A0further.=0A=0A--=0A=\r\nThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (htt=\r\nps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpnOv-006B36-1S\r\n'),(91241,9917,'success','1'),(91242,9917,'from_header','Brady Siddins <admin@flowerhousefilms.com>'),(91243,9917,'to_header','admin@flowerhousefilms.com'),(91244,9917,'reply_to_header','siddins.brady@gmail.com'),(91245,9917,'transport_uri','smtp:none:none://localhost:25'),(91246,9917,'original_to','admin@flowerhousefilms.com'),(91247,9917,'original_subject','Flowerhouse Films \"Elevate Your flowerhousefilms.com Credibility with Proven PR Strategies\"'),(91248,9917,'original_message','Brady Siddins <siddins.brady@gmail.com>\nElevate Your flowerhousefilms.com Credibility with Proven PR Strategies\n\nHi webmaster of flowerhousefilms.com,\r\n\r\nI\'m Brady, Siddins from Arch SEO, which specializes in elevating website profiles through innovative PR solutions. \r\n\r\nOur service has achieved placements for client content on elite platforms such as Entrepreneur.com, MSN, Yahoo, AOL, and Nasdaq.\r\n\r\nWhat makes us different?\r\n\r\nExpertise: We are known of securing high-quality, editorial mentions and placements that elevate SEO but also enhance your brand\'s credibility.\r\n\r\nVisibility: Our work has been highlighted on some of the most reputable sites, attracting targeted traffic and increasing your digital footprint.\r\n\r\nCustom Solutions: We craft tailored PR solutions that align with your unique brand and SEO objectives.\r\n\r\nYou can see our full service details and pricing at our website. Also, don\'t hesitate to explore this spreadsheet showcasing some of the successful placement we’ve secured for our clients.\r\n\r\nhttps://track.thefinancedeck.com/archseo1\r\n\r\nI would be happy to discuss how our services can optimize your site. \r\n\r\nI invite you to visit our website to explore our services and schedule a demo. For further information, feel free to contact us through our site.\r\n\r\nI appreciate your consideration of Arch SEO for your website\'s growth strategy. I am eager to partner with you and help achieve your SEO goals.\r\n\r\nKind regards,\r\nBrady, Siddins\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91259,9918,'original_headers','From: AndrewHor <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: readytostartcr@gmail.com\n'),(91211,9914,'success','1'),(91212,9914,'from_header','Kira Barksdale <admin@flowerhousefilms.com>'),(91213,9914,'to_header','admin@flowerhousefilms.com'),(91214,9914,'reply_to_header','outreachpro.canal748@passinbox.com'),(91215,9914,'transport_uri','smtp:none:none://localhost:25'),(91216,9914,'original_to','admin@flowerhousefilms.com'),(91217,9914,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"'),(91218,9914,'original_message','Kira Barksdale <outreachpro.canal748@passinbox.com>\nHi flowerhousefilms.com Owner!\n\nDid you know that reaching out via contact forms is both legal and incredibly cost-effective? We offer an unbeatable solution for sending your business offers through contact forms.\r\n\r\nContact form messages are often prioritized, so they rarely end up in spam.\r\n\r\nImagine sending messages just like the one you’re reading now to thousands of potential customers. And the best part? You can try our service for free and send messages to up to 10,000 websites during the trial.\r\n\r\nThe cost is just $49 for every 500,000 messages. Yes, you read that right—$49 to reach half a million potential customers! It’s an offer you can’t afford to miss.\r\n\r\nPlease use the contact details below to get started.\r\n\r\nContact us:\r\nTelegram - https://t.me/outreachpro\r\nSkype- https://join.skype.com/invite/vsp1sngtk2H8\r\nWebsite - https://shinyleads.net/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91219,9914,'original_headers','From: Kira Barksdale <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: outreachpro.canal748@passinbox.com\n'),(91220,9914,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 14 May 2024 13:48:20 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kira Barksdale <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: outreachpro.canal748@passinbox.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"\r\nDate: Tue, 14 May 2024 20:48:20 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKira Barksdale <outreachpro.canal748@passinbox.com>=0AHi flowerhousefilm=\r\ns.com Owner!=0A=0ADid you know that reaching out via contact forms is bo=\r\nth legal and incredibly cost-effective? We offer an unbeatable solution=\r\n for sending your business offers through contact forms.=0D=0A=0D=0ACont=\r\nact form messages are often prioritized, so they rarely end up in spam.=\r\n=0D=0A=0D=0AImagine sending messages just like the one you=E2=80=99re re=\r\nading now to thousands of potential customers. And the best part? You ca=\r\nn try our service for free and send messages to up to 10,000 websites du=\r\nring the trial.=0D=0A=0D=0AThe cost is just $49 for every 500,000 messag=\r\nes. Yes, you read that right=E2=80=94$49 to reach half a million potenti=\r\nal customers! It=E2=80=99s an offer you can=E2=80=99t afford to miss.=0D=\r\n=0A=0D=0APlease use the contact details below to get started.=0D=0A=0D=\r\n=0AContact us:=0D=0ATelegram - https://t.me/outreachpro=0D=0ASkype- http=\r\ns://join.skype.com/invite/vsp1sngtk2H8=0D=0AWebsite - https://shinyleads=\r\n..net/=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Con=\r\nfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s6z4O-003xDt-1D\r\n'),(91444,9937,'reply_to_header','mitaxebandilis@gmail.com'),(91443,9937,'to_header','admin@flowerhousefilms.com'),(91441,9937,'success','1'),(91442,9937,'from_header','gqJekfqoRO <admin@flowerhousefilms.com>'),(89269,9719,'original_headers','From: Sam Ballow <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: ballow.phoebe10@outlook.com\n'),(89270,9719,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 21:34:02 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sam Ballow <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: ballow.phoebe10@outlook.com\r\nSubject: Flowerhouse Films \"\"\r\nDate: Thu, 28 Mar 2024 04:34:02 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSam Ballow <ballow.phoebe10@outlook.com>=0A=0A=0AHi, I\'m Sam. I got in y=\r\nour inbox from a precision-trained team of tech-savvy Labrador Retriever=\r\ns. =0D=0AOK=E2=80=A6I got in from your website contact form at flowerhou=\r\nsefilms.com.=0D=0A=0D=0ALet\'s cut to the chase, shall we?=0D=0A=0D=0AIf=\r\n you=E2=80=99re even the slightest bit curious how this whole message is=\r\n crafted by chatgpt, would you be open to a quick 7-minute chat that is=\r\n shorter than a microwave minute?=0D=0A=0D=0AI promise to leave you with=\r\n actionable ChatGPT prompt ideas you can straight-up copy paste to creat=\r\ne hyper personalized emails. =0D=0AI might even tell you the lamest joke=\r\n I know that is guaranteed to make you chuckle=E2=80=A6 or at least forc=\r\ne an awkward smile!=0D=0A=0D=0AHere\'s the kicker: I\'ll roll up my sleeve=\r\ns and do a USD990 value, zero-cost audit on your site and the sites of y=\r\nour competitors. =0D=0AEverything from the winning and losing keywords t=\r\no the ad spends, Facebook ads and Tiktok ads =E2=80=93 the whole enchila=\r\nda with action report you can use.=0D=0AI=E2=80=99ll show you how my AI=\r\n companion and I dug up insider info to craft this very message (yep, th=\r\nis nugget of joy is written by GPT4 and submitted automatically to your=\r\n website\'s contact form). =0D=0AI\'ll even set up a custom system like th=\r\nis for your business and send you targeted 100 leads to test-drive =E2=\r\n=80=93 at absolutely no cost to you. =0D=0A=0D=0ANo beastly contracts or=\r\n blood oaths, promise.=0D=0A=0D=0AYou can also click here to watch a vid=\r\neo on this special AI system that will help you book appointment engage=\r\n user in your tone and you can create an account for free to try it out.=\r\n=0D=0Ahttps://start.rapidleadspro.com=0D=0A=0D=0AYour delightfully color=\r\nful, possibly profanity-filled response is eagerly awaited. =0D=0A=0D=0A=\r\nMake today ridiculously amazing,=0D=0A=0D=0ASam=0D=0ASEO Wizard / AI Ent=\r\nhusiast / Connoisseur of Bad Jokes=0D=0A=0D=0A=0D=0AP.S.: If you click \'=\r\nunsubscribe\', you\'ll be shipped a lifetime supply of Spam mails=E2=80=A6=\r\n.. Of course, I=E2=80=99m joking! If you ever need to hit the \'unsubscrib=\r\ne\' link, feel free to do so.=0D=0AP.P.S: The email is not real please do=\r\n not reply to this email included.=0D=0A=0D=0A=0D=0Aunsubscribe: https:/=\r\n/nobsranking.link/index.php/website-optout-rapidleads/?domain=3Dflowerho=\r\nusefilms.com=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rphSk-00EV5v-1Y\r\n'),(89201,9713,'success','1'),(89202,9713,'from_header','Sebastian Scott <admin@flowerhousefilms.com>'),(91340,9926,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 03:22:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Hassie Odriscoll <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hassie.odriscoll@msn.com\r\nSubject: Flowerhouse Films \"Considerable Exposure Awaits: Reach 1 Million Businesses Now\"\r\nDate: Fri, 17 May 2024 10:22:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHassie Odriscoll <hassie.odriscoll@msn.com>=0AConsiderable Exposure Awai=\r\nts: Reach 1 Million Businesses Now=0A=0AStart now and see the difference=\r\n it makes!=0D=0A=0D=0ADo you want to expand your business reach without=\r\n breaking the bank? Our bulk message submission service is the ideal sol=\r\nution. For just $47 USD, you can have your message delivered to one mill=\r\nion businesses through their website contact forms. This is an fantastic=\r\n way to enhance your visibility, drive more traffic to your site, and po=\r\ntentially gain new customers.=0D=0A=0D=0AThink about the impact of havin=\r\ng your message get to a wide network of businesses, all for the cost of=\r\n a single ad campaign. Whether you=E2=80=99re promoting a new product, o=\r\nffering a service, or simply wanting to increase brand awareness, this s=\r\nervice can help you achieve your goals.=0D=0A=0D=0ALearn more at: https:=\r\n//bit.ly/bulkforms=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t=\r\n want to get these awesome emails: https://form.jotform.com/241362853020=\r\n447=0D=0A99 Route De Lyon, Joue-Les-Tours, CENTRE, France, 37300=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s7uj7-00FMvi-1M\r\n'),(91381,9931,'success','1'),(91382,9931,'from_header','Freddy Fletcher <admin@flowerhousefilms.com>'),(91383,9931,'to_header','admin@flowerhousefilms.com'),(91384,9931,'reply_to_header','fletcher.freddy@gmail.com'),(91385,9931,'transport_uri','smtp:none:none://localhost:25'),(91386,9931,'original_to','admin@flowerhousefilms.com'),(91387,9931,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com owner!\"'),(91388,9931,'original_message','Freddy Fletcher <fletcher.freddy@gmail.com>\nHello flowerhousefilms.com owner!\n\nI\'ve saw that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility: https://t.ly/0abxy\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This service could greatly enhance your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91389,9931,'original_headers','From: Freddy Fletcher <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: fletcher.freddy@gmail.com\n'),(91351,9928,'success','1'),(91352,9928,'from_header','Mackenzie Newling <admin@flowerhousefilms.com>'),(91353,9928,'to_header','admin@flowerhousefilms.com'),(91354,9928,'reply_to_header','socialwisp@ltdmail.io'),(91355,9928,'transport_uri','smtp:none:none://localhost:25'),(91356,9928,'original_to','admin@flowerhousefilms.com'),(91357,9928,'original_subject','Flowerhouse Films \"Explore how chatbot can help flowerhousefilms.com\"'),(91358,9928,'original_message','Mackenzie Newling <socialwisp@ltdmail.io>\nExplore how chatbot can help flowerhousefilms.com\n\nStill relying on contact forms in 2024? It might be costing you leads.\r\n\r\nUpgrade to a chatbot for your website. Chatbots offer instant engagement, greet visitors warmly, and provide quick answers, which can significantly increase your conversions. Imagine having a 24/7 assistant that never sleeps, helping to turn visitors into leads.\r\n\r\nWe’re confident our chatbot can boost your website\'s enquiries, generate more leads, and potentially increase your profit. And it’s affordable, starting at less than $29 per month.\r\n\r\nFor a limited time, we\'re offering a free trial. Experience the benefits at no cost.\r\n\r\nDiscover how a chatbot can transform your visitor experience.\r\n\r\nLearn More:\r\nhttps://socialwisp.co/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91409,9933,'original_headers','From: Brent Angel <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: brent.angel@gmail.com\n'),(91410,9933,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 18 May 2024 12:44:59 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brent Angel <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: brent.angel@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Safe=20SEO=20Techniques=20for=20?=\r\n =?UTF-8?Q?Long-Term=20Success|Boost=20Your=20Website=E2=80=99s=20?=\r\n =?UTF-8?Q?Authority|Improve=20Your=20SEO=20with=20High=20DA=20?=\r\n =?UTF-8?Q?Links|Achieve=20Top=20Rankings=20Now|Top-Rated=20Fiverr=20?=\r\n =?UTF-8?Q?Pro=20SEO=20Services|Enhance=20Your=20SEO=20?=\r\n =?UTF-8?Q?Rankings|Effective=20SEO=20Strategies=20for=20Higher=20?=\r\n =?UTF-8?Q?Rankings|Boost=20Your=20Internet=20Presence|Exclusive=20?=\r\n =?UTF-8?Q?Guest=20Post=20and=20Link=20Building=20Services}\"?=\r\nDate: Sat, 18 May 2024 19:44:59 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrent Angel <brent.angel@gmail.com>=0ASafe SEO Techniques for Long-Term=\r\n Success|Boost Your Website=E2=80=99s Authority|Improve Your SEO with Hi=\r\ngh DA Links|Achieve Top Rankings Now|Top-Rated Fiverr Pro SEO Services|E=\r\nnhance Your SEO Rankings|Effective SEO Strategies for Higher Rankings|Bo=\r\nost Your Internet Presence|Exclusive Guest Post and Link Building Servic=\r\nes}=0A=0AElevate Your Visibility with High-Quality Guest Posts & High DA=\r\n Link Building!**=0D=0A=0D=0ALeverage premium SEO assistance with our hi=\r\nghly-rated Fiverr Pro gig!=0D=0A=0D=0A**What We Offer:**=0D=0A- Whitehat=\r\n Content Links=0D=0A- High DA, High Traffic Link Building=0D=0A- Proven=\r\n Results, Even After Google\'s Latest Updates=0D=0A=0D=0A**Perks:**=0D=0A=\r\n- Elevate Your Search Engine Rankings=0D=0A- Enhance Visibility and Natu=\r\nral Traffic=0D=0A- Overwhelmingly Positive 5-Star Reviews=0D=0A=0D=0ADon=\r\n=E2=80=99t miss out on this chance to enhance your SEO plan with a exper=\r\nt professional.=0D=0A=0D=0A=3D> Visit our Fiverr Pro Service! https://go=\r\n..fiverr.com/visit/?bta=3D570412&brand=3Dfp&landingPage=3Dhttps252F%252Fw=\r\nww.fiverr.com252Fdo-seo-analysis-of-your-website  <=3D **=0D=0A=0D=0AYou=\r\nr path to better visibility starts here!=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1s8PzH-005qp7-3C\r\n'),(89493,9742,'to_header','admin@flowerhousefilms.com'),(89494,9742,'reply_to_header','aerotrafficservice@gmail.com'),(89495,9742,'transport_uri','smtp:none:none://localhost:25'),(89496,9742,'original_to','admin@flowerhousefilms.com'),(89497,9742,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com admin!\"'),(89498,9742,'original_message','Ray Morice <aerotrafficservice@gmail.com>\nTo the flowerhousefilms.com admin!\n\nI\'ve noticed that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility: https://bit.ly/3VF52FK\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and engagement.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89499,9742,'original_headers','From: Ray Morice <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: aerotrafficservice@gmail.com\n'),(89500,9742,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 03 Apr 2024 08:14:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ray Morice <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: aerotrafficservice@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com admin!\"\r\nDate: Wed, 03 Apr 2024 15:14:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRay Morice <aerotrafficservice@gmail.com>=0ATo the flowerhousefilms.com=\r\n admin!=0A=0AI\'ve noticed that your flowerhousefilms.com website could b=\r\ne missing out on approximately 1,000 visitors daily. Our AI powered traf=\r\nfic system is designed to significantly boost your site\'s visibility: ht=\r\ntps://bit.ly/3VF52FK=0D=0AWe\'re offering a free trial that includes 500=\r\n targeted visitors to demonstrate the potential benefits. After the tria=\r\nl, we can provide up to 250,000 targeted visitors per month. This opport=\r\nunity could greatly enhance your website\'s reach and engagement.=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rs2Jz-006wDn-1g\r\n'),(91396,9932,'original_to','admin@flowerhousefilms.com'),(91397,9932,'original_subject','Flowerhouse Films \"Craft Your Unique Digital Identity with Our Web Design Solutions!\"'),(91398,9932,'original_message','Kristina Burton <kristinaburton08@gmail.com>\nCraft Your Unique Digital Identity with Our Web Design Solutions!\n\nHello,\r\n\r\nReady to craft your digital identity? Our Web Design solutions offer personalized strategies to showcase your brand online. Let\'s collaborate to create a website that truly represents your brand\'s essence.\r\n\r\nBest regards,\r\n\n\nKristina Burton\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91399,9932,'original_headers','From: Kristina Burton <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kristinaburton08@gmail.com\n'),(91400,9932,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 18 May 2024 07:18:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kristina Burton <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kristinaburton08@gmail.com\r\nSubject: Flowerhouse Films \"Craft Your Unique Digital Identity with Our Web Design Solutions!\"\r\nDate: Sat, 18 May 2024 14:18:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKristina Burton <kristinaburton08@gmail.com>=0ACraft Your Unique Digital=\r\n Identity with Our Web Design Solutions!=0A=0AHello,=0D=0A=0D=0AReady to=\r\n craft your digital identity? Our Web Design solutions offer personalize=\r\nd strategies to showcase your brand online. Let\'s collaborate to create=\r\n a website that truly represents your brand\'s essence.=0D=0A=0D=0ABest r=\r\negards,=0D=0A=0A=0AKristina Burton=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1s8Ksz-00GTpW-1A\r\n'),(91438,9936,'original_message','Donna Lee <donna.lee2514@gmail.com>\nElevate Your Brand\'s Online Presence with Our Web Design Solutions!\n\nHello,\r\n\r\nReady to elevate your brand online? Our Web Design solutions are tailored to empower your brand\'s digital journey. Let\'s collaborate to create a captivating website that reflects your brand\'s identity and engages your audience effectively.\r\n\r\nBest regards,\n\nDonna Lee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91421,9935,'success','1'),(91422,9935,'from_header','Scott Repin <admin@flowerhousefilms.com>'),(91423,9935,'to_header','admin@flowerhousefilms.com'),(91424,9935,'reply_to_header','repin.scott@gmail.com'),(91425,9935,'transport_uri','smtp:none:none://localhost:25'),(91426,9935,'original_to','admin@flowerhousefilms.com'),(91427,9935,'original_subject','Flowerhouse Films \"Direct Massive Traffic: Reach 1 Million Businesses in One Click\"'),(91428,9935,'original_message','Scott Repin <repin.scott@gmail.com>\nDirect Massive Traffic: Reach 1 Million Businesses in One Click\n\nGrowing your business outreach has never been simpler or more cost-effective. With our bulk message sending service, you can send your message to 1 million businesses for just 47 dollars. This is a great way to boost your marketing efforts without overspending.\r\n\r\nBy taking advantage of our service, you can increase your exposure, attract more leads, and ultimately grow your business. It’s a affordable method to make sure that your message gets in front of a wide audience of potential clients.\r\n\r\nReady to take your marketing to the next level?\r\n\r\nDiscover more: https://bit.ly/bulkforms\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these amazing emails: https://form.jotform.com/241362853020447\r\nBreidamork 63, Hverager?I, NA, Iceland, 810\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91451,9938,'success','1'),(91452,9938,'from_header','Katya Sun <admin@flowerhousefilms.com>'),(91453,9938,'to_header','admin@flowerhousefilms.com'),(91454,9938,'reply_to_header','marta.fuchs@msn.com'),(91455,9938,'transport_uri','smtp:none:none://localhost:25'),(91456,9938,'original_to','admin@flowerhousefilms.com'),(91457,9938,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"'),(91458,9938,'original_message','Katya Sun <marta.fuchs@msn.com>\nHello flowerhousefilms.com Webmaster.\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91459,9938,'original_headers','From: Katya Sun <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: marta.fuchs@msn.com\n'),(91460,9938,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 19 May 2024 13:11:41 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Katya Sun <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: marta.fuchs@msn.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"\r\nDate: Sun, 19 May 2024 20:11:41 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKatya Sun <marta.fuchs@msn.com>=0AHello flowerhousefilms.com Webmaster.=\r\n=0A=0A=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s8msf-001atR-2j\r\n'),(89528,9745,'original_message','Graig Phifer <phifer.graig@gmail.com>\nHi flowerhousefilms.com Owner.\n\nThink you might need business working capital but unsure how it works? I can fix that, let me show you how. Send me an email below now.\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89526,9745,'original_to','admin@flowerhousefilms.com'),(89525,9745,'transport_uri','smtp:none:none://localhost:25'),(89524,9745,'reply_to_header','phifer.graig@gmail.com'),(89523,9745,'to_header','admin@flowerhousefilms.com'),(89521,9745,'success','1'),(89522,9745,'from_header','Graig Phifer <admin@flowerhousefilms.com>'),(90440,9836,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 01:37:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Q Bzrnsnuqe <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: businessdevelopment@charterunionfin.com\r\nSubject: Flowerhouse Films \"Achieve Your Business Goals with Tailored Funding Options\"\r\nDate: Wed, 24 Apr 2024 08:37:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nQ Bzrnsnuqe <businessdevelopment@charterunionfin.com>=0AAchieve Your Bus=\r\niness Goals with Tailored Funding Options=0A=0ADon\'t let lack of funding=\r\n and finance force you out of business or shut down. Your projects, busi=\r\nnesses, and financial needs are entirely achievable.=0D=0AYou can now fu=\r\nnd your projects, businesses without worries of repayment as you can hav=\r\ne plenty of time to execute your projects and businesses and grow financ=\r\nially, and build up, to achieve your complete set goals.=0D=0AAre you al=\r\nso a broker/consultant? Make life easy for your diverse clientele global=\r\nly to facilitate funding for their various Businesses and Projects, help=\r\ning them progress towards their business and financial goals.=0D=0AChu Y=\r\neung=0D=0ACustomer Care Department=0D=0Amarketing@charterunionfin.com=0D=\r\n=0Ahttps://charterunionfin.com/?refid=3D2029=0D=0A+852 8199 9324=0D=0A=\r\n=0D=0A=0D=0AUnsubscribe here if you don\'t want to get these offers: http=\r\ns://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dy=\r\nOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=0D=0AVia San Pietro Ad Aram 18, Ja=\r\nmestown, New York, USA, 20060=0A=0A--=0AThis e-mail was sent from a cont=\r\nact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzY7p-00BoKE-0D\r\n'),(90439,9836,'original_headers','From: Q Bzrnsnuqe <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: businessdevelopment@charterunionfin.com\n'),(89041,9697,'success','1'),(89042,9697,'from_header','Megan Atkinson <admin@flowerhousefilms.com>'),(89043,9697,'to_header','admin@flowerhousefilms.com'),(89044,9697,'reply_to_header','meganatkinson149@gmail.com'),(89045,9697,'transport_uri','smtp:none:none://localhost:25'),(89046,9697,'original_to','admin@flowerhousefilms.com'),(89047,9697,'original_subject','Flowerhouse Films \"Instagram Promotion: Grow your followers by 300-1000 each month\"'),(89048,9697,'original_message','Megan Atkinson <meganatkinson149@gmail.com>\nInstagram Promotion: Grow your followers by 300-1000 each month\n\nHi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 300-1000+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89261,9719,'success','1'),(89262,9719,'from_header','Sam Ballow <admin@flowerhousefilms.com>'),(89263,9719,'to_header','admin@flowerhousefilms.com'),(89264,9719,'reply_to_header','ballow.phoebe10@outlook.com'),(89265,9719,'transport_uri','smtp:none:none://localhost:25'),(89266,9719,'original_to','admin@flowerhousefilms.com'),(89267,9719,'original_subject','Flowerhouse Films \"\"'),(89268,9719,'original_message','Sam Ballow <ballow.phoebe10@outlook.com>\n\n\nHi, I\'m Sam. I got in your inbox from a precision-trained team of tech-savvy Labrador Retrievers. \r\nOK…I got in from your website contact form at flowerhousefilms.com.\r\n\r\nLet\'s cut to the chase, shall we?\r\n\r\nIf you’re even the slightest bit curious how this whole message is crafted by chatgpt, would you be open to a quick 7-minute chat that is shorter than a microwave minute?\r\n\r\nI promise to leave you with actionable ChatGPT prompt ideas you can straight-up copy paste to create hyper personalized emails. \r\nI might even tell you the lamest joke I know that is guaranteed to make you chuckle… or at least force an awkward smile!\r\n\r\nHere\'s the kicker: I\'ll roll up my sleeves and do a USD990 value, zero-cost audit on your site and the sites of your competitors. \r\nEverything from the winning and losing keywords to the ad spends, Facebook ads and Tiktok ads – the whole enchilada with action report you can use.\r\nI’ll show you how my AI companion and I dug up insider info to craft this very message (yep, this nugget of joy is written by GPT4 and submitted automatically to your website\'s contact form). \r\nI\'ll even set up a custom system like this for your business and send you targeted 100 leads to test-drive – at absolutely no cost to you. \r\n\r\nNo beastly contracts or blood oaths, promise.\r\n\r\nYou can also click here to watch a video on this special AI system that will help you book appointment engage user in your tone and you can create an account for free to try it out.\r\nhttps://start.rapidleadspro.com\r\n\r\nYour delightfully colorful, possibly profanity-filled response is eagerly awaited. \r\n\r\nMake today ridiculously amazing,\r\n\r\nSam\r\nSEO Wizard / AI Enthusiast / Connoisseur of Bad Jokes\r\n\r\n\r\nP.S.: If you click \'unsubscribe\', you\'ll be shipped a lifetime supply of Spam mails…. Of course, I’m joking! If you ever need to hit the \'unsubscribe\' link, feel free to do so.\r\nP.P.S: The email is not real please do not reply to this email included.\r\n\r\n\r\nunsubscribe: https://nobsranking.link/index.php/website-optout-rapidleads/?domain=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89151,9708,'success','1'),(89152,9708,'from_header','Julianne Boehm <admin@flowerhousefilms.com>'),(89153,9708,'to_header','admin@flowerhousefilms.com'),(89154,9708,'reply_to_header','julianne.boehm64@msn.com'),(89155,9708,'transport_uri','smtp:none:none://localhost:25'),(89156,9708,'original_to','admin@flowerhousefilms.com'),(89157,9708,'original_subject','Flowerhouse Films \"Do you have enough  customers?\"'),(89158,9708,'original_message','Julianne Boehm <julianne.boehm64@msn.com>\nDo you have enough  customers?\n\nDo you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== > https://tinyurl.com/3ckxfu2c\r\nSee you there\r\n\r\nRegards\r\nAwals\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89159,9708,'original_headers','From: Julianne Boehm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: julianne.boehm64@msn.com\n'),(89160,9708,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 24 Mar 2024 09:24:20 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Julianne Boehm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: julianne.boehm64@msn.com\r\nSubject: Flowerhouse Films \"Do you have enough  customers?\"\r\nDate: Sun, 24 Mar 2024 16:24:20 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJulianne Boehm <julianne.boehm64@msn.com>=0ADo you have enough  customer=\r\ns?=0A=0ADo you need targeted Customers emails and phone numbers , so I a=\r\nm here to help you check out  my Fiverr 5 stares profile serving over 88=\r\n0 happy customers=0D=0A contact me here and tell me what you need  =3D=\r\n=3D=3D=3D=3D > https://tinyurl.com/3ckxfu2c=0D=0ASee you there=0D=0A=0D=\r\n=0ARegards=0D=0AAwals=0A=0A--=0AThis e-mail was sent from a contact form=\r\n on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1roQdw-00H3l8-1z\r\n'),(89310,9723,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 10:42:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Blanca <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: manager.blanca@sinfiltrosnoticias.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Colaboraci=C3=B3n\"?=\r\nDate: Thu, 28 Mar 2024 17:42:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBlanca <manager.blanca@sinfiltrosnoticias.com>=0AColaboraci=C3=B3n=0A=0A=\r\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negoci=\r\no como una excelente oportunidad para ser destacado en noticias.=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AAl ser presentado en m=C3=A1s de 60 peri=\r\n=C3=B3dicos digitales de alta autoridad, podemos mejorar la reputaci=C3=\r\n=B3n y el posicionamiento de tu empresa.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0AAdem=C3=A1s, cuando tus clientes busquen informaci=C3=B3n sobre ti=\r\n, ver=C3=A1n tu relevancia y preferir=C3=A1n elegirte por encima de la c=\r\nompetencia.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=C2=BFPodr=C3=ADas propor=\r\ncionarme un n=C3=BAmero de tel=C3=A9fono para ofrecerte dos meses gratui=\r\ntos?=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AGracias.=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1rptlV-00HQPB-1v\r\n'),(89306,9723,'original_to','admin@flowerhousefilms.com'),(89307,9723,'original_subject','Flowerhouse Films \"Colaboración\"'),(89308,9723,'original_message','Blanca <manager.blanca@sinfiltrosnoticias.com>\nColaboración\n\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negocio como una excelente oportunidad para ser destacado en noticias.\r\n\r\n\r\n\r\n\r\n\r\nAl ser presentado en más de 60 periódicos digitales de alta autoridad, podemos mejorar la reputación y el posicionamiento de tu empresa.\r\n\r\n\r\n\r\n\r\n\r\nAdemás, cuando tus clientes busquen información sobre ti, verán tu relevancia y preferirán elegirte por encima de la competencia.\r\n\r\n\r\n\r\n\r\n\r\n¿Podrías proporcionarme un número de teléfono para ofrecerte dos meses gratuitos?\r\n\r\n\r\n\r\n\r\n\r\nGracias.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89309,9723,'original_headers','From: Blanca <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: manager.blanca@sinfiltrosnoticias.com\n'),(89527,9745,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Owner.\"'),(89538,9746,'original_message','Dana Silva <danafsilva12@gmail.com>\nRedefine Your Online Presence with Our Web Design Expertise\n\nHello,\r\n\r\nDo you want to revamp your web presence? We can help with our skills in web design. We build aesthetically beautiful and intuitive websites that enhance your brand online. Together, let\'s rewrite the online story of your brand and leave a memorable impression.\r\n\r\nWarm regards,\n\nDana Silva\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89539,9746,'original_headers','From: Dana Silva <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: danafsilva12@gmail.com\n'),(89540,9746,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 07:56:04 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Dana Silva <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: danafsilva12@gmail.com\r\nSubject: Flowerhouse Films \"Redefine Your Online Presence with Our Web Design Expertise\"\r\nDate: Thu, 04 Apr 2024 14:56:04 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDana Silva <danafsilva12@gmail.com>=0ARedefine Your Online Presence with=\r\n Our Web Design Expertise=0A=0AHello,=0D=0A=0D=0ADo you want to revamp y=\r\nour web presence? We can help with our skills in web design. We build ae=\r\nsthetically beautiful and intuitive websites that enhance your brand onl=\r\nine. Together, let\'s rewrite the online story of your brand and leave a=\r\n memorable impression.=0D=0A=0D=0AWarm regards,=0A=0ADana Silva=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rsOVY-006OHe-1e\r\n'),(89519,9744,'original_headers','From: William Yuen <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: williammakevideos@gmail.com\n'),(89517,9744,'original_subject','Flowerhouse Films \"Free video?\"'),(89518,9744,'original_message','William Yuen <williammakevideos@gmail.com>\nFree video?\n\nHi, \r\nI have made a totally free video for flowerhousefilms.com I just wanted your permission before I send it over :)\r\nSo let me know if you want it?\r\n\r\nRegards, \r\nWilliam\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89511,9744,'success','1'),(89512,9744,'from_header','William Yuen <admin@flowerhousefilms.com>'),(89513,9744,'to_header','admin@flowerhousefilms.com'),(89514,9744,'reply_to_header','williammakevideos@gmail.com'),(89515,9744,'transport_uri','smtp:none:none://localhost:25'),(89516,9744,'original_to','admin@flowerhousefilms.com'),(89106,9703,'original_to','admin@flowerhousefilms.com'),(89107,9703,'original_subject','Flowerhouse Films \"Unleash Your Brand\'s Potential with Our Web Design Magic\"'),(89108,9703,'original_message','Edward Flynn <edwardjhflynn@gmail.com>\nUnleash Your Brand\'s Potential with Our Web Design Magic\n\nHello,\r\n\r\nAre you ready to let your brand reach its full potential on the internet? Our web design services are focused on building stunning websites that leave an impression. We focus on innovation and client happiness when creating captivating online experiences from your concepts. Let\'s experiment with some ideas for your company to make it a sensation beyond all else digital!\r\n\r\nBest regards,\r\n\n\nEdward Flynn\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89109,9703,'original_headers','From: Edward Flynn <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: edwardjhflynn@gmail.com\n'),(89110,9703,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 22 Mar 2024 13:31:06 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edward Flynn <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: edwardjhflynn@gmail.com\r\nSubject: Flowerhouse Films \"Unleash Your Brand\'s Potential with Our Web Design Magic\"\r\nDate: Fri, 22 Mar 2024 20:31:06 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdward Flynn <edwardjhflynn@gmail.com>=0AUnleash Your Brand\'s Potential=\r\n with Our Web Design Magic=0A=0AHello,=0D=0A=0D=0AAre you ready to let y=\r\nour brand reach its full potential on the internet? Our web design servi=\r\nces are focused on building stunning websites that leave an impression.=\r\n We focus on innovation and client happiness when creating captivating o=\r\nnline experiences from your concepts. Let\'s experiment with some ideas f=\r\nor your company to make it a sensation beyond all else digital!=0D=0A=0D=\r\n=0ABest regards,=0D=0A=0A=0AEdward Flynn=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1rnlXe-00DHeK-0n\r\n'),(89241,9717,'success','1'),(89242,9717,'from_header','Sharon Restrepo <admin@flowerhousefilms.com>'),(89243,9717,'to_header','admin@flowerhousefilms.com'),(89244,9717,'reply_to_header','restrepo.sharon@gmail.com'),(89245,9717,'transport_uri','smtp:none:none://localhost:25'),(89246,9717,'original_to','admin@flowerhousefilms.com'),(89247,9717,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"'),(89248,9717,'original_message','Sharon Restrepo <restrepo.sharon@gmail.com>\nHi flowerhousefilms.com Owner!\n\nDiscover non-recourse cash loans, BG/SBLC/PPP, and more at Wealthy Credit Limited. Visit www.fastcapitalhk.com or contact us at +852 300 16439 or info@fastcapitalhk.com to unlock your financial opportunities.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89249,9717,'original_headers','From: Sharon Restrepo <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: restrepo.sharon@gmail.com\n'),(89250,9717,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 27 Mar 2024 16:30:45 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sharon Restrepo <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: restrepo.sharon@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"\r\nDate: Wed, 27 Mar 2024 23:30:45 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSharon Restrepo <restrepo.sharon@gmail.com>=0AHi flowerhousefilms.com Ow=\r\nner!=0A=0ADiscover non-recourse cash loans, BG/SBLC/PPP, and more at Wea=\r\nlthy Credit Limited. Visit www.fastcapitalhk.com or contact us at +852 3=\r\n00 16439 or info@fastcapitalhk.com to unlock your financial opportunitie=\r\ns.=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confus=\r\ni=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rpcjF-007T6v-20\r\n'),(89459,9738,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(89460,9738,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 02 Apr 2024 03:19:49 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: One In A Lifetime Opportunity\"\r\nDate: Tue, 02 Apr 2024 10:19:49 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: One In A Lifetime Opportunit=\r\ny=0A=0AWatch this free training video if you\'re  interested in using A.i=\r\n.. to help make thousands of dollars every month...=0D=0A=0D=0AThis is a=\r\n once in a lifetime opportunity... =0D=0A=0D=0AThe internet is going ins=\r\nane trying to get their hands on this exactr A.I. tool...=0D=0A=0D=0ACli=\r\nck Here To Watch Your 100% Free Training Video (No Credit Card Required)=\r\n=0D=0A>> https://cutt.ly/uw3MqDbo <<=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AIf you=\r\n would  like to opt-out of communication with us, visit:=0D=0Ahttps://ur=\r\nloptout.com/optout1/?site=3Dflowerhousefilms.com=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1rrbF7-00054f-0M\r\n'),(89561,9749,'success','1'),(89562,9749,'from_header','Sarah Williams <admin@flowerhousefilms.com>'),(89563,9749,'to_header','admin@flowerhousefilms.com'),(89564,9749,'reply_to_header','sarahcontactwilliams4@gmail.com'),(89565,9749,'transport_uri','smtp:none:none://localhost:25'),(89566,9749,'original_to','admin@flowerhousefilms.com'),(89567,9749,'original_subject','Flowerhouse Films \"Website issues?\"'),(89568,9749,'original_message','Sarah Williams <sarahcontactwilliams4@gmail.com>\nWebsite issues?\n\nHello, \r\nDid you notice the problems with your website\'s performance?\r\nI have the soultion, do you want me to provide it for you? \r\n\r\nRegards,\r\nSarah\r\nWebsite specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89569,9749,'original_headers','From: Sarah Williams <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: sarahcontactwilliams4@gmail.com\n'),(89570,9749,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 19:50:36 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sarah Williams <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: sarahcontactwilliams4@gmail.com\r\nSubject: Flowerhouse Films \"Website issues?\"\r\nDate: Fri, 05 Apr 2024 02:50:36 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSarah Williams <sarahcontactwilliams4@gmail.com>=0AWebsite issues?=0A=0A=\r\nHello, =0D=0ADid you notice the problems with your website\'s performance=\r\n?=0D=0AI have the soultion, do you want me to provide it for you? =0D=0A=\r\n=0D=0ARegards,=0D=0ASarah=0D=0AWebsite specialist=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1rsZf2-0063Hw-1y\r\n'),(89217,9714,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"'),(89216,9714,'original_to','admin@flowerhousefilms.com'),(89215,9714,'transport_uri','smtp:none:none://localhost:25'),(89214,9714,'reply_to_header','byard.jeannette@googlemail.com'),(89213,9714,'to_header','admin@flowerhousefilms.com'),(89211,9714,'success','1'),(89212,9714,'from_header','Jeannette Byard <admin@flowerhousefilms.com>'),(89455,9738,'transport_uri','smtp:none:none://localhost:25'),(89456,9738,'original_to','admin@flowerhousefilms.com'),(89399,9732,'original_headers','From: Danyl Covington <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: santos.covington17@outlook.com\n'),(89400,9732,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 20:15:43 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Danyl Covington <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: santos.covington17@outlook.com\r\nSubject: Flowerhouse Films \"5 stares Google Maps Reviews\"\r\nDate: Sun, 31 Mar 2024 03:15:43 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDanyl Covington <santos.covington17@outlook.com>=0A5 stares Google Maps=\r\n Reviews=0A=0ADear Sir /Madam=0D=0A=0D=0AAs I see that you do not have m=\r\nany positive reviews on Google Maps, which means that you will not be ab=\r\nle to get new customers, But the good news today is that I can increase=\r\n your google map ranking so you can have more exposure and get more cust=\r\nomers this also=0D=0A=0D=0AGetting google maps reviews from your custome=\r\nrs has always been a beneficial exercise for business, but today its imp=\r\nortance is even greater. Let\'s attract new customers by making your busi=\r\nness in the first Google search results, 72% of customers will take acti=\r\non only after reading a positive online review.=0D=0A=0D=0AIf you are In=\r\ntrested please click this link to start: https://tinyurl.com/2x44w7y4=0D=\r\n=0A=0D=0A=0D=0A=0D=0ARegards =0D=0ADanyl=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1rqlfc-009EfO-00\r\n'),(89419,9734,'original_headers','From: Sam <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: creativeteamhire@outlook.com\n'),(89420,9734,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 01 Apr 2024 09:19:17 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sam <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: creativeteamhire@outlook.com\r\nSubject: Flowerhouse Films \"Graphic Designing\"\r\nDate: Mon, 01 Apr 2024 16:19:17 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSam <creativeteamhire@outlook.com>=0AGraphic Designing=0A=0AHello there,=\r\n Are you looking for a Creative Graphic Designer? I am Sam and I have ma=\r\nnaged over 700 clients to date globally.  I can help you with any kind o=\r\nf Brochure design like a Company profile, eBook, PDF Lead magnet, Tri-fo=\r\nld / Bi-Fold brochure, Flyer, Poster, White paper, Any kind of Infograph=\r\nic design, PowerPoint and Google slide, Company brand guideline, logo, b=\r\nusiness card, letterhead, etc. Book cover design, Social media post desi=\r\ngn, Packaging and label design, Website design etc. =0D=0A=0D=0AShare yo=\r\nur requirements on Creativeteamhire@outlook.com and I will provide you p=\r\nricing after that.=0A=0A--=0AThis e-mail was sent from a contact form on=\r\n Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rrKNR-008WqW-2h\r\n'),(89417,9734,'original_subject','Flowerhouse Films \"Graphic Designing\"'),(89416,9734,'original_to','admin@flowerhousefilms.com'),(89415,9734,'transport_uri','smtp:none:none://localhost:25'),(89414,9734,'reply_to_header','creativeteamhire@outlook.com'),(89413,9734,'to_header','admin@flowerhousefilms.com'),(89411,9734,'success','1'),(89412,9734,'from_header','Sam <admin@flowerhousefilms.com>'),(89381,9731,'success','1'),(89382,9731,'from_header','Vai <admin@flowerhousefilms.com>'),(89383,9731,'to_header','admin@flowerhousefilms.com'),(89384,9731,'reply_to_header','businessgrowtogether@outlook.com'),(89385,9731,'transport_uri','smtp:none:none://localhost:25'),(89386,9731,'original_to','admin@flowerhousefilms.com'),(89387,9731,'original_subject','Flowerhouse Films \"Bookkeeping Services\"'),(89388,9731,'original_message','Vai <businessgrowtogether@outlook.com>\nBookkeeping Services\n\nHi, \r\n\r\n\r\nThis is Vai. I am a bookkeeper. I can categorize your transactions of incomes/expenses and can handle bank reconciliations. I can work on any software that you use for accounting. \r\nMy rates are USD 10 per hour. Reply me on Businessgrowtogether@outlook.com to discuss further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89389,9731,'original_headers','From: Vai <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: businessgrowtogether@outlook.com\n'),(89390,9731,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 20:07:49 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Vai <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: businessgrowtogether@outlook.com\r\nSubject: Flowerhouse Films \"Bookkeeping Services\"\r\nDate: Sun, 31 Mar 2024 03:07:49 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nVai <businessgrowtogether@outlook.com>=0ABookkeeping Services=0A=0AHi,=\r\n =0D=0A=0D=0A=0D=0AThis is Vai. I am a bookkeeper. I can categorize your=\r\n transactions of incomes/expenses and can handle bank reconciliations. I=\r\n can work on any software that you use for accounting. =0D=0AMy rates ar=\r\ne USD 10 per hour. Reply me on Businessgrowtogether@outlook.com to discu=\r\nss=C2=A0further.=0A=0A--=0AThis e-mail was sent from a contact form on I=\r\nnocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rqlXx-0092YH-2r\r\n'),(89989,9791,'original_headers','From: Harley Stephenson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: harley.stephenson@gmail.com\n'),(89990,9791,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 15 Apr 2024 18:03:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Harley Stephenson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: harley.stephenson@gmail.com\r\nSubject: Flowerhouse Films \"We\'ll Create a Free Video of One of Your 5 Star Reviews\"\r\nDate: Tue, 16 Apr 2024 01:03:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHarley Stephenson <harley.stephenson@gmail.com>=0AWe\'ll Create a Free Vi=\r\ndeo of One of Your 5 Star Reviews=0A=0ADo you wish more prospective cust=\r\nomers could see your great reviews?=0D=0A=0D=0AYou probably already know=\r\n that people are greatly influenced by online reviews for businesses.=0D=\r\n=0A=0D=0AFor an extremely limited time, we\'re offering you the chance to=\r\n have us create a professional video=0D=0Ahighlighting one of your great=\r\n reviews at no cost - no strings attached.  It\'s valued at $499.=0D=0A=\r\n=0D=0AIt\'s simple to request your free video:  just visit https://tinyur=\r\nl.com/freereviewvideo and fill in=0D=0Athe form.=0D=0A=0D=0AThen you\'ll=\r\n be on your way to a professionally produced video featuring one of your=\r\n great reviews=0D=0Athat exists currently online that you can post to yo=\r\nur social media, YouTube channel and website.=0D=0A=0D=0AVisit https://t=\r\ninyurl.com/freereviewvideo now to request your video.  This offer may is=\r\n limited and may =0D=0Abe removed once our capacity is filled.  So don\'t=\r\n wait!=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwXEc-008B7N-1D\r\n'),(90004,9793,'reply_to_header','lascelles.frieda@gmail.com'),(90005,9793,'transport_uri','smtp:none:none://localhost:25'),(90006,9793,'original_to','admin@flowerhousefilms.com'),(90007,9793,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"'),(90008,9793,'original_message','Mark Lascelles <lascelles.frieda@gmail.com>\nDear flowerhousefilms.com Owner!\n\nHi,\r\n\r\nIf you are reading this message, That means my marketing is working. I can make your ad message reach 5 million sites in the same manner for just $50 and Bigger package 15 Million forms for Just $125. It\'s the most affordable way to market your business or services. Contact me by email virgo.t3@gmail.com or skype me at live:.cid.dbb061d1dcb9127a\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90215,9814,'transport_uri','smtp:none:none://localhost:25'),(90216,9814,'original_to','admin@flowerhousefilms.com'),(90217,9814,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"'),(90218,9814,'original_message','Minifie <felipe.minifie97@gmail.com>\nTo the flowerhousefilms.com Administrator!\n\nHey,\r\nI hope this message finds you well. I\'m reaching out to let you know that your business has been prequalified for both business funding and self-employed mortgages. If you\'re interested in exploring these opportunities further, you can apply now through this link:  \r\n\r\nCheck it out here >> https://clicktrakr.biz/options\r\n\r\nLooking forward to potentially working together!\r\n\r\nBest regards,\r\n\r\nKarissa - Loan Specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90219,9814,'original_headers','From: Minifie <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: felipe.minifie97@gmail.com\n'),(90220,9814,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 20 Apr 2024 12:12:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Minifie <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: felipe.minifie97@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"\r\nDate: Sat, 20 Apr 2024 19:12:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMinifie <felipe.minifie97@gmail.com>=0ATo the flowerhousefilms.com Admin=\r\nistrator!=0A=0AHey,=0D=0AI hope this message finds you well. I\'m reachin=\r\ng out to let you know that your business has been prequalified for both=\r\n business funding and self-employed mortgages. If you\'re interested in e=\r\nxploring these opportunities further, you can apply now through this lin=\r\nk:  =0D=0A=0D=0ACheck it out here >> https://clicktrakr.biz/options=0D=\r\n=0A=0D=0ALooking forward to potentially working together!=0D=0A=0D=0ABes=\r\nt regards,=0D=0A=0D=0AKarissa - Loan Specialist=0A=0A--=0AThis e-mail wa=\r\ns sent from a contact form on Inocente Confusi=C3=B3n (https://www.flowe=\r\nrhousefilms.com)\r\n.\r\n250 OK id=1ryG8k-00Gppg-2U\r\n'),(90211,9814,'success','1'),(90212,9814,'from_header','Minifie <admin@flowerhousefilms.com>'),(90213,9814,'to_header','admin@flowerhousefilms.com'),(90214,9814,'reply_to_header','felipe.minifie97@gmail.com'),(90593,9852,'to_header','admin@flowerhousefilms.com'),(90594,9852,'reply_to_header','lily.vannoy@gmail.com'),(90595,9852,'transport_uri','smtp:none:none://localhost:25'),(90596,9852,'original_to','admin@flowerhousefilms.com'),(90597,9852,'original_subject','Flowerhouse Films \"Autoblogging Pro is Now Available to Automate Blog Content Creation\"'),(90598,9852,'original_message','Lily Vannoy <lily.vannoy@gmail.com>\nAutoblogging Pro is Now Available to Automate Blog Content Creation\n\nAutoblogging Pro has Arrived and now makes creating Blog Content for your site flowerhousefilms.com is easier than ever and affordable.\r\n\r\nAutoblogging Pro combined with ChatGPT API can create a range of content based on your specifications and using their WordPress plugin,\r\nautomatically uploads the article, complete with image, ready to edit and go live quickly,\r\n(WordPress Not Required!  Articles can be retrieved and loaded on any platform!)\r\n\r\nAutoblogging Pro offers a variety of packages to fit your needs.\r\n\r\n\r\nhttps://bit.ly/botblogging\r\n\r\n\r\nBuild Your Ad Revenues and SEO Market Share with Autoblogging Pro!\r\n\r\nSetup is Fast and Easy with Great Technical Support!\r\n\r\nWhat are YOU wating for?  Try it FREE Today!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90599,9852,'original_headers','From: Lily Vannoy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lily.vannoy@gmail.com\n'),(90600,9852,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 28 Apr 2024 18:34:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lily Vannoy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lily.vannoy@gmail.com\r\nSubject: Flowerhouse Films \"Autoblogging Pro is Now Available to Automate Blog Content Creation\"\r\nDate: Mon, 29 Apr 2024 01:34:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLily Vannoy <lily.vannoy@gmail.com>=0AAutoblogging Pro is Now Available=\r\n to Automate Blog Content Creation=0A=0AAutoblogging Pro has Arrived and=\r\n now makes creating Blog Content for your site flowerhousefilms.com is e=\r\nasier than ever and affordable.=0D=0A=0D=0AAutoblogging Pro combined wit=\r\nh ChatGPT API can create a range of content based on your specifications=\r\n and using their WordPress plugin,=0D=0Aautomatically uploads the articl=\r\ne, complete with image, ready to edit and go live quickly,=0D=0A(WordPre=\r\nss Not Required!  Articles can be retrieved and loaded on any platform!)=\r\n=0D=0A=0D=0AAutoblogging Pro offers a variety of packages to fit your ne=\r\neds.=0D=0A=0D=0A=0D=0Ahttps://bit.ly/botblogging=0D=0A=0D=0A=0D=0ABuild=\r\n Your Ad Revenues and SEO Market Share with Autoblogging Pro!=0D=0A=0D=\r\n=0ASetup is Fast and Easy with Great Technical Support!=0D=0A=0D=0AWhat=\r\n are YOU wating for?  Try it FREE Today!=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1s1Fuz-00Bteg-0B\r\n'),(90591,9852,'success','1'),(90592,9852,'from_header','Lily Vannoy <admin@flowerhousefilms.com>'),(90634,9856,'reply_to_header','lynwood.chang@gmail.com'),(90635,9856,'transport_uri','smtp:none:none://localhost:25'),(90636,9856,'original_to','admin@flowerhousefilms.com'),(90637,9856,'original_subject','Flowerhouse Films \"flowerhousefilms.com is listed in 9/2,500 directories\"'),(90641,9857,'success','1'),(90642,9857,'from_header','Ravi Berger <admin@flowerhousefilms.com>'),(90643,9857,'to_header','admin@flowerhousefilms.com'),(90644,9857,'reply_to_header','berger.isiah@gmail.com'),(90645,9857,'transport_uri','smtp:none:none://localhost:25'),(90646,9857,'original_to','admin@flowerhousefilms.com'),(90647,9857,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(90648,9857,'original_message','Ravi Berger <berger.isiah@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90649,9857,'original_headers','From: Ravi Berger <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: berger.isiah@gmail.com\n'),(90650,9857,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 30 Apr 2024 04:19:11 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Berger <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: berger.isiah@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Tue, 30 Apr 2024 11:19:11 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Berger <berger.isiah@gmail.com>=0AWhy You are not in Googles search=\r\n first Page?=0A=0AHi,=0D=0AMy name is Ravi, owner of Webomaze Australia.=\r\n You have finally found an SEO Company that GETS RESULTS. The proof is m=\r\ny 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=0A I recentl=\r\ny grew my client=E2=80=99s organic search traffic  with high google sear=\r\nch ranking  by 166% in 4 months. We=E2=80=99re an SEO Company with a dif=\r\nference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we do everything t=\r\no make it a great experience of working with us. We are in touch with yo=\r\nu at every stage of the project. Even after we deliver the project, I wi=\r\nll support you with any query you have. =0D=0A=0D=0A=0D=0AContact me tod=\r\nay and get a FREE SEO AUDIT for your website=0D=0A=0D=0AClick here to st=\r\nart =3D=3D=3D=3D> http://tinyurl.com/yycmkjf6=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1s1lVv-006yd3-2W\r\n'),(90881,9881,'success','1'),(90882,9881,'from_header','Orville Redmon <admin@flowerhousefilms.com>'),(90883,9881,'to_header','admin@flowerhousefilms.com'),(90884,9881,'reply_to_header','orville.redmon@outlook.com'),(90885,9881,'transport_uri','smtp:none:none://localhost:25'),(90886,9881,'original_to','admin@flowerhousefilms.com'),(90887,9881,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"'),(90888,9881,'original_message','Orville Redmon <orville.redmon@outlook.com>\nDear flowerhousefilms.com Owner!\n\nHands down, the Easiest Customer Financing Program in the Industry No more turning down business due to low credit scores\r\n\r\n== Must Be A US Based Business To Qualify ==\r\n\r\nSend me a message at my contact info below for info\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91011,9894,'success','1'),(91027,9895,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com administrator!\"'),(91028,9895,'original_message','Rocco Heysen <heysen.rocco@googlemail.com>\nHello flowerhousefilms.com administrator!\n\nI\'ve noticed that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly increase your site\'s visibility: https://tinyurl.com/bdhyuajv\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly increase your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90899,9882,'original_headers','From: Travi Corrie <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: travis.lopez@trychat2leads.com\n'),(90900,9882,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 06 May 2024 01:52:59 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Travi Corrie <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: travis.lopez@trychat2leads.com\r\nSubject: Flowerhouse Films \"Put Your Website to Work for You!\"\r\nDate: Mon, 06 May 2024 08:52:59 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nTravi Corrie <travis.lopez@trychat2leads.com>=0APut Your Website to Work=\r\n for You!=0A=0AGet More Leads and Increase Conversions with 24/7 Chat th=\r\nat works on Complete Autopilot!=0D=0A=0D=0ACustomer Support Chatbots are=\r\n Perfect for Any Website =0D=0A=0D=0AIncrease Engagement - Chat2Leads ac=\r\ntively engages all your visitors making it the ultimate Conversion Optim=\r\nization Tool to have installed on your website!=0D=0A=0D=0AUnlimited Cha=\r\nts - Unlike other Website Chat Services, Chat2Leads puts zero restrictio=\r\nns on how many chats you can have with your visitors every month!=0D=0A=\r\n=0D=0AFresh Leads - Every new lead is emailed directly to your inbox so=\r\n you can follow-up right away!=0D=0A=0D=0AEverything included for just $=\r\n 35/mo=0D=0A=0D=0AReal Customer Review:=0D=0A=0D=0A=E2=80=9CI\'ve seen an=\r\n immediate benefit to adding a chatbot... that I\'ve been telling other l=\r\nocal business owners I\'m friends with. I\'m finally receiving leads from=\r\n my website!=E2=80=9D Nicole W. =E2=80=93 Bankruptcy Law Firm in West Pa=\r\nlm Beach, Florida=0D=0A=0D=0AReal Case Study:=0D=0A=0D=0AWithin minutes=\r\n of installing Chat2Leads on Petflapsuk.com they had their first lead, a=\r\nnd ever since have been converting an average of 15% of their visitors i=\r\nnto fresh leads for their business. They have seen such a great success=\r\n from the chatbot that it has already paid for itself for years to come.=\r\n=0D=0A=0D=0AFind out more now at: https://chat2leads.com=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3u5j-00GobK-2N\r\n'),(90821,9875,'success','1'),(90822,9875,'from_header','Amanda Lively <admin@flowerhousefilms.com>'),(90823,9875,'to_header','admin@flowerhousefilms.com'),(90824,9875,'reply_to_header','amandalively01@gmail.com'),(90825,9875,'transport_uri','smtp:none:none://localhost:25'),(90826,9875,'original_to','admin@flowerhousefilms.com'),(90851,9878,'success','1'),(90852,9878,'from_header','Florene Herrick <admin@flowerhousefilms.com>'),(90853,9878,'to_header','admin@flowerhousefilms.com'),(90854,9878,'reply_to_header','florene.herrick@gmail.com'),(90855,9878,'transport_uri','smtp:none:none://localhost:25'),(90856,9878,'original_to','admin@flowerhousefilms.com'),(90857,9878,'original_subject','Flowerhouse Films \"\"'),(90858,9878,'original_message','Florene Herrick <florene.herrick@gmail.com>\n\n\nReach Millions with Confidence: Security is paramount when it comes to your marketing efforts. Contact Form Leads\' bulk submissions prioritizes data security while maximizing your reach. \r\n\r\nOur secure contact form bulk submission process ensures your message lands safely in email inboxes, providing trust and credibility with potential customers. \r\n\r\nReach millions with confidence, knowing your data is protected. Get started with Contact Form Leads for just 9 usd! https://contactformleads.com\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great deals: https://docs.google.com/forms/d/1WTJlKGHRfTQBtIJd8YKhGXtGs2VRtKUEOlOwVQKeR8c/viewform?usp=sf_link\r\nPazmaniteng 45, Adenbruck, BURGENLAND, USA, 4722\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90859,9878,'original_headers','From: Florene Herrick <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: florene.herrick@gmail.com\n'),(90860,9878,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 05 May 2024 11:43:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Florene Herrick <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: florene.herrick@gmail.com\r\nSubject: Flowerhouse Films \"\"\r\nDate: Sun, 05 May 2024 18:43:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nFlorene Herrick <florene.herrick@gmail.com>=0A=0A=0AReach Millions with=\r\n Confidence: Security is paramount when it comes to your marketing effor=\r\nts. Contact Form Leads\' bulk submissions prioritizes data security while=\r\n maximizing your reach. =0D=0A=0D=0AOur secure contact form bulk submiss=\r\nion process ensures your message lands safely in email inboxes, providin=\r\ng trust and credibility with potential customers. =0D=0A=0D=0AReach mill=\r\nions with confidence, knowing your data is protected. Get started with C=\r\nontact Form Leads for just 9 usd! https://contactformleads.com=0D=0A=0D=\r\n=0A=0D=0AUnsubscribe here if you don\'t want to get these great deals: ht=\r\ntps://docs.google.com/forms/d/1WTJlKGHRfTQBtIJd8YKhGXtGs2VRtKUEOlOwVQKeR=\r\n8c/viewform?usp=3Dsf_link=0D=0APazmaniteng 45, Adenbruck, BURGENLAND, US=\r\nA, 4722=0A=0A--=0AThis e-mail was sent from a contact form on Inocente C=\r\nonfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3gpK-00G4Ep-01\r\n'),(90629,9855,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(90630,9855,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 29 Apr 2024 17:35:26 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Hallo    writing about     prices\"\r\nDate: Tue, 30 Apr 2024 00:35:26 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AHallo    writing about     p=\r\nrices=0A=0AHi, roeddwn i eisiau gwybod eich pris.=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s1bSw-008kON-05\r\n'),(90631,9856,'success','1'),(90632,9856,'from_header','Lynwood Chang <admin@flowerhousefilms.com>'),(90633,9856,'to_header','admin@flowerhousefilms.com'),(90651,9858,'success','1'),(90652,9858,'from_header','Ravi Robichaud <admin@flowerhousefilms.com>'),(90653,9858,'to_header','admin@flowerhousefilms.com'),(90654,9858,'reply_to_header','estela.robichaud@gmail.com'),(90655,9858,'transport_uri','smtp:none:none://localhost:25'),(90656,9858,'original_to','admin@flowerhousefilms.com'),(90657,9858,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(90658,9858,'original_message','Ravi Robichaud <estela.robichaud@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90659,9858,'original_headers','From: Ravi Robichaud <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: estela.robichaud@gmail.com\n'),(90669,9859,'original_headers','From: Cecelia Doris <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: doris.cecelia@googlemail.com\n'),(90670,9859,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 30 Apr 2024 20:54:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cecelia Doris <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: doris.cecelia@googlemail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"\r\nDate: Wed, 01 May 2024 03:54:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCecelia Doris <doris.cecelia@googlemail.com>=0AHello flowerhousefilms.co=\r\nm Admin.=0A=0AHi there, my name is Cody Griner. I apologize for using yo=\r\nur contact form, =0D=0Abut I wasn\'t sure who the right person was to spe=\r\nak with in your company. =0D=0AWe have a patented application that creat=\r\nes Local Area pages that rank on =0D=0Atop of Google within weeks, we ca=\r\nll it Local Magic.  Here is a link to the =0D=0Aproduct page https://www=\r\n..mrmarketingres.com/local-magic/ . The product =0D=0Aleverages technolog=\r\ny where these pages are managed dynamically by AI and =0D=0Ait is ideal=\r\n for promoting contractors on Google.  Can I share a testimonial =0D=0Af=\r\nrom one of our clients with you?  I can also do a short zoom to =0D=0Ail=\r\nlustrate their full case study if you have time for it? =0D=0Acody@mrmar=\r\nketingres.com 843-720-7301=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s212n-00C2cu-25\r\n'),(90681,9861,'success','1'),(90682,9861,'from_header','Robin Taber <admin@flowerhousefilms.com>'),(90683,9861,'to_header','admin@flowerhousefilms.com'),(90684,9861,'reply_to_header','ava.taber@yahoo.com'),(90685,9861,'transport_uri','smtp:none:none://localhost:25'),(90686,9861,'original_to','admin@flowerhousefilms.com'),(90687,9861,'original_subject','Flowerhouse Films \"Do you want  Online Sales?\"'),(90688,9861,'original_message','Robin Taber <ava.taber@yahoo.com>\nDo you want  Online Sales?\n\nIf the conversion rates of your online store are too low, and you are looking for someone to help you to Boost Your Sales, Then you\'re in the right place.\r\n\r\n\r\nI can Provide You with:\r\n\r\n\r\n- WordPress Landing page.\r\n\r\n- Sales Page, or Sales Funnel.\r\n\r\n- 3 Steps Sales Funnel.\r\n\r\n- Elementor Pro\r\n\r\n- Squeeze Page.\r\n\r\n- Lead Page.\r\n\r\n- Membership Funnel.\r\n\r\n- Webinar Funnel.\r\n\r\n- Autoresponder Integration.\r\n\r\n- Payment Gateway\r\n\r\nCheck Out How I can help you and join our happy customers   ===> https://tinyurl.com/2z4n7fkx\r\n\r\n\r\nSee u there\r\n\r\nThanks\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90689,9861,'original_headers','From: Robin Taber <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: ava.taber@yahoo.com\n'),(90690,9861,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 10:29:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robin Taber <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: ava.taber@yahoo.com\r\nSubject: Flowerhouse Films \"Do you want  Online Sales?\"\r\nDate: Wed, 01 May 2024 17:29:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobin Taber <ava.taber@yahoo.com>=0ADo you want  Online Sales?=0A=0AIf t=\r\nhe conversion rates of your online store are too low, and you are lookin=\r\ng for someone to help you to Boost Your Sales, Then you\'re in the right=\r\n place.=0D=0A=0D=0A=0D=0AI can Provide You with:=0D=0A=0D=0A=0D=0A- Word=\r\nPress Landing page.=0D=0A=0D=0A- Sales Page, or Sales Funnel.=0D=0A=0D=\r\n=0A- 3 Steps Sales Funnel.=0D=0A=0D=0A- Elementor Pro=0D=0A=0D=0A- Squee=\r\nze Page.=0D=0A=0D=0A- Lead Page.=0D=0A=0D=0A- Membership Funnel.=0D=0A=\r\n=0D=0A- Webinar Funnel.=0D=0A=0D=0A- Autoresponder Integration.=0D=0A=0D=\r\n=0A- Payment Gateway=0D=0A=0D=0ACheck Out How I can help you and join ou=\r\nr happy customers   =3D=3D=3D> https://tinyurl.com/2z4n7fkx=0D=0A=0D=0A=\r\n=0D=0ASee u there=0D=0A=0D=0AThanks=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1s2DmE-00CRNg-21\r\n'),(90698,9862,'original_message','Lucienne Coombe <coombe.lucienne@outlook.com>\nWatch This Video\n\nWatch this video: https://bit.ly/the-mystery1\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90699,9862,'original_headers','From: Lucienne Coombe <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: coombe.lucienne@outlook.com\n'),(90700,9862,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 18:11:34 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lucienne Coombe <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: coombe.lucienne@outlook.com\r\nSubject: Flowerhouse Films \"Watch This Video\"\r\nDate: Thu, 02 May 2024 01:11:34 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLucienne Coombe <coombe.lucienne@outlook.com>=0AWatch This Video=0A=0AWa=\r\ntch this video: https://bit.ly/the-mystery1=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1s2Kz0-004eU0-19\r\n'),(90660,9858,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 30 Apr 2024 20:44:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Robichaud <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: estela.robichaud@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Wed, 01 May 2024 03:44:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Robichaud <estela.robichaud@gmail.com>=0AWhy You are not in Googles=\r\n search first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Web=\r\nomaze Australia. You have finally found an SEO Company that GETS RESULTS=\r\n.. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=\r\n=0D=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi w=\r\nith high google search ranking  by 166% in 4 months. We=E2=80=99re an SE=\r\nO Company with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAn=\r\nd we do everything to make it a great experience of working with us. We=\r\n are in touch with you at every stage of the project. Even after we deli=\r\nver the project, I will support you with any query you have. =0D=0A=0D=\r\n=0A=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=\r\n=0A=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s20tt-00BqHZ-1X\r\n'),(90664,9859,'reply_to_header','doris.cecelia@googlemail.com'),(90665,9859,'transport_uri','smtp:none:none://localhost:25'),(90666,9859,'original_to','admin@flowerhousefilms.com'),(90667,9859,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"'),(90668,9859,'original_message','Cecelia Doris <doris.cecelia@googlemail.com>\nHello flowerhousefilms.com Admin.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90661,9859,'success','1'),(90662,9859,'from_header','Cecelia Doris <admin@flowerhousefilms.com>'),(90663,9859,'to_header','admin@flowerhousefilms.com'),(90671,9860,'success','1'),(90672,9860,'from_header','inveplize <admin@flowerhousefilms.com>'),(90673,9860,'to_header','admin@flowerhousefilms.com'),(90674,9860,'reply_to_header','i5zp53eg@gmail.com'),(90675,9860,'transport_uri','smtp:none:none://localhost:25'),(90676,9860,'original_to','admin@flowerhousefilms.com'),(90677,9860,'original_subject','Flowerhouse Films \"I promised.\"'),(90678,9860,'original_message','inveplize <i5zp53eg@gmail.com>\nI promised.\n\nHi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/ypsv8q2h\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90679,9860,'original_headers','From: inveplize <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: i5zp53eg@gmail.com\n'),(90680,9860,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 05:49:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: inveplize <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: i5zp53eg@gmail.com\r\nSubject: Flowerhouse Films \"I promised.\"\r\nDate: Wed, 01 May 2024 12:49:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\ninveplize <i5zp53eg@gmail.com>=0AI promised.=0A=0AHi, this is Jeniffer.=\r\n I am sending you my intimate photos as I promised. https://tinyurl.com/=\r\nypsv8q2h=0A=0A--=0AThis e-mail was sent from a contact form on Inocente=\r\n Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s29OV-0064AD-04\r\n'),(90721,9865,'success','1'),(90722,9865,'from_header','Mark Samples <admin@flowerhousefilms.com>'),(90723,9865,'to_header','admin@flowerhousefilms.com'),(90724,9865,'reply_to_header','markteebiz@gmail.com'),(90725,9865,'transport_uri','smtp:none:none://localhost:25'),(90726,9865,'original_to','admin@flowerhousefilms.com'),(90727,9865,'original_subject','Flowerhouse Films \"Could This Be the Solution to Your Workflow Challenges?\"'),(90728,9865,'original_message','Mark Samples <markteebiz@gmail.com>\nCould This Be the Solution to Your Workflow Challenges?\n\nEvery business faces its unique set of challenges, and we believe we\'ve found something that can make a difference for yours. \r\nWonesuit integrates and streamlines complex processes seamlessly. \r\n\r\nCould we schedule a brief call to discuss how it could address your specific needs?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90729,9865,'original_headers','From: Mark Samples <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: markteebiz@gmail.com\n'),(90730,9865,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 20:40:11 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Samples <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: markteebiz@gmail.com\r\nSubject: Flowerhouse Films \"Could This Be the Solution to Your Workflow Challenges?\"\r\nDate: Thu, 02 May 2024 03:40:11 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Samples <markteebiz@gmail.com>=0ACould This Be the Solution to Your=\r\n Workflow Challenges?=0A=0AEvery business faces its unique set of challe=\r\nnges, and we believe we\'ve found something that can make a difference fo=\r\nr yours. =0D=0AWonesuit integrates and streamlines complex processes sea=\r\nmlessly. =0D=0A=0D=0ACould we schedule a brief call to discuss how it co=\r\nuld address your specific needs?=0A=0A--=0AThis e-mail was sent from a c=\r\nontact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com=\r\n)\r\n.\r\n250 OK id=1s2NIp-007eiK-2W\r\n'),(90711,9864,'success','1'),(90712,9864,'from_header','Edwin French <admin@flowerhousefilms.com>'),(90713,9864,'to_header','admin@flowerhousefilms.com'),(90714,9864,'reply_to_header','frenchedwin656@gmail.com'),(90715,9864,'transport_uri','smtp:none:none://localhost:25'),(90716,9864,'original_to','admin@flowerhousefilms.com'),(90717,9864,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"'),(90718,9864,'original_message','Edwin French <frenchedwin656@gmail.com>\nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEdwin French\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90719,9864,'original_headers','From: Edwin French <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: frenchedwin656@gmail.com\n'),(90720,9864,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 19:59:30 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edwin French <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: frenchedwin656@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"\r\nDate: Thu, 02 May 2024 02:59:30 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdwin French <frenchedwin656@gmail.com>=0AShape Your Brand\'s Digital Fut=\r\nure with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0ALooking to shap=\r\ne your brand\'s digital future? Our Web Design solutions offer strategic=\r\n guidance and creative brilliance to help your brand thrive online. Let\'=\r\ns collaborate to create a website that drives growth and success for you=\r\nr brand.=0D=0A=0D=0ABest regards,=0A=0AEdwin French=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1s2MfS-006fDl-0m\r\n'),(90701,9863,'success','1'),(90702,9863,'from_header','Paquette <admin@flowerhousefilms.com>'),(90703,9863,'to_header','admin@flowerhousefilms.com'),(90704,9863,'reply_to_header','aisorcery@secretprofits.club'),(90705,9863,'transport_uri','smtp:none:none://localhost:25'),(90706,9863,'original_to','admin@flowerhousefilms.com'),(90707,9863,'original_subject','Flowerhouse Films \"Outstanding Bill = $1495.85, inside is the instructions for how to proceed\"'),(90708,9863,'original_message','Paquette <aisorcery@secretprofits.club>\nOutstanding Bill = $1495.85, inside is the instructions for how to proceed\n\nSo, I had to get your attention, you don\'t owe me anything. I just wanted the chance to give you genuine value. We are short of it...\r\n\r\nI am genuinely reaching out. I put together the 10X Funnel System. I want nothing from you, only to give you the tools to kick 2024\'s ass with the right tools.\r\n\r\nHere is the 10X Funnel System: https://10x.secretprofits.club/\r\n(As of making this email, you have 9h 50m 26s to claim it for 39.99, and I guarantee youll 10x)\r\n\r\nI want to show you how, and create that connection for you to have the readily available pro-in-the-space resources at your fingertips.\r\n\r\nCheckout our most recent video on YouTube. An under the hood look at what we do, and how we stay relevant.\r\nhttps://www.youtube.com/watch?v=qbRGiBwc1xo\r\n(Great Podcast from other Business Owners, and Entrepreneurs)\r\n\r\nIf you are the one of the few who sees value and needs no other intro, take a peak right here.\r\nhttps://10x.secretprofits.club/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90709,9863,'original_headers','From: Paquette <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: aisorcery@secretprofits.club\n'),(90710,9863,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 19:22:55 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Paquette <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: aisorcery@secretprofits.club\r\nSubject: Flowerhouse Films \"Outstanding Bill = $1495.85, inside is the instructions for how to proceed\"\r\nDate: Thu, 02 May 2024 02:22:55 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPaquette <aisorcery@secretprofits.club>=0AOutstanding Bill =3D $1495.85,=\r\n inside is the instructions for how to proceed=0A=0ASo, I had to get you=\r\nr attention, you don\'t owe me anything. I just wanted the chance to give=\r\n you genuine value. We are short of it...=0D=0A=0D=0AI am genuinely reac=\r\nhing out. I put together the 10X Funnel System. I want nothing from you,=\r\n only to give you the tools to kick 2024\'s ass with the right tools.=0D=\r\n=0A=0D=0AHere is the 10X Funnel System: https://10x.secretprofits.club/=\r\n=0D=0A(As of making this email, you have 9h 50m 26s to claim it for 39.9=\r\n9, and I guarantee youll 10x)=0D=0A=0D=0AI want to show you how, and cre=\r\nate that connection for you to have the readily available pro-in-the-spa=\r\nce resources at your fingertips.=0D=0A=0D=0ACheckout our most recent vid=\r\neo on YouTube. An under the hood look at what we do, and how we stay rel=\r\nevant.=0D=0Ahttps://www.youtube.com/watch?v=3DqbRGiBwc1xo=0D=0A(Great Po=\r\ndcast from other Business Owners, and Entrepreneurs)=0D=0A=0D=0AIf you a=\r\nre the one of the few who sees value and needs no other intro, take a pe=\r\nak right here.=0D=0Ahttps://10x.secretprofits.club/=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1s2M63-005zwW-0K\r\n'),(90801,9873,'success','1'),(90802,9873,'from_header','Sarah  Roberts <admin@flowerhousefilms.com>'),(90803,9873,'to_header','admin@flowerhousefilms.com'),(90804,9873,'reply_to_header','courses.wisebases@gmail.com'),(90805,9873,'transport_uri','smtp:none:none://localhost:25'),(90806,9873,'original_to','admin@flowerhousefilms.com'),(90807,9873,'original_subject','Flowerhouse Films \"Purchase profitable businesses with no money out of pocket.\"'),(90808,9873,'original_message','Sarah  Roberts <courses.wisebases@gmail.com>\nPurchase profitable businesses with no money out of pocket.\n\nDear,\r\nFind out how Roland Fraiser achieved success by acquiring businesses across the U.S. without spending a dime upfront, earning millions yearly, 50 times faster than real estate. Take this course link, it\'s freely accessible to you.\r\nhttps://courses.megabizdeals.com/roland-frasier-epic-business-buying-blueprint3\r\n\r\nSincerely.\r\n-To unsubscribe, please reply \"unsubscribe\" at unsubscribe.wisebases@gmail.com (please provide the website that forwarded this message)-\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90811,9874,'success','1'),(90812,9874,'from_header','Fermin Lowin <admin@flowerhousefilms.com>'),(90813,9874,'to_header','admin@flowerhousefilms.com'),(90814,9874,'reply_to_header','lowin.fermin@hotmail.com'),(90815,9874,'transport_uri','smtp:none:none://localhost:25'),(90816,9874,'original_to','admin@flowerhousefilms.com'),(90817,9874,'original_subject','Flowerhouse Films \"Watch Demo - Incredible AI Tool  Responding to Your Business Google Reviews!!\"'),(90818,9874,'original_message','Fermin Lowin <lowin.fermin@hotmail.com>\nWatch Demo - Incredible AI Tool  Responding to Your Business Google Reviews!!\n\nWatch a Demo of how this AI technology responds to you  business Google reviews providing well written engaging responses. \r\n\r\n*** After watching the short demo video - You can demo it for your business to see how well it works *** \r\n\r\nThis technology will enable you to respond to negative and positive reviews with minimum effort. Each response being unique and with a professional tone. \r\n\r\nThis builds trust and positive customer relationships turning them into \"word of mouth\" advocates for your business. \r\n\r\nFrom a review management strategy perspective, it does\'t get any better than this!\r\n\r\nClick on the link for the demo:  https://bit.ly/GoogleReviewResponderMay\r\n\r\n\r\nThanks\r\n\r\nEric\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90819,9874,'original_headers','From: Fermin Lowin <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lowin.fermin@hotmail.com\n'),(90820,9874,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 19:27:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Fermin Lowin <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lowin.fermin@hotmail.com\r\nSubject: Flowerhouse Films \"Watch Demo - Incredible AI Tool  Responding to Your Business Google Reviews!!\"\r\nDate: Sat, 04 May 2024 02:27:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nFermin Lowin <lowin.fermin@hotmail.com>=0AWatch Demo - Incredible AI Too=\r\nl  Responding to Your Business Google Reviews!!=0A=0AWatch a Demo of how=\r\n this AI technology responds to you  business Google reviews providing w=\r\nell written engaging responses. =0D=0A=0D=0A*** After watching the short=\r\n demo video - You can demo it for your business to see how well it works=\r\n *** =0D=0A=0D=0AThis technology will enable you to respond to negative=\r\n and positive reviews with minimum effort. Each response being unique an=\r\nd with a professional tone. =0D=0A=0D=0AThis builds trust and positive c=\r\nustomer relationships turning them into \"word of mouth\" advocates for yo=\r\nur business. =0D=0A=0D=0AFrom a review management strategy perspective,=\r\n it does\'t get any better than this!=0D=0A=0D=0AClick on the link for th=\r\ne demo:  https://bit.ly/GoogleReviewResponderMay=0D=0A=0D=0A=0D=0AThanks=\r\n=0D=0A=0D=0AEric=0A=0A--=0AThis e-mail was sent from a contact form on I=\r\nnocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s357Z-00GlE1-17\r\n'),(89926,9785,'original_to','admin@flowerhousefilms.com'),(89927,9785,'original_subject','Flowerhouse Films \"Hello, i am wrote about   the price\"'),(89928,9785,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nHello, i am wrote about   the price\n\nNdewo, achọrọ m ịmara ọnụahịa gị.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89929,9785,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(89379,9730,'original_headers','From: Mariosaisk <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: dediqahqure587@gmail.com\n'),(89380,9730,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 19:27:10 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mariosaisk <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: dediqahqure587@gmail.com\r\nSubject: Flowerhouse Films \"Binance\"\r\nDate: Sun, 31 Mar 2024 02:27:10 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMariosaisk <dediqahqure587@gmail.com>=0ABinance=0A=0ABitcoin (BTC) might=\r\n just be the golden opportunity of our era, poised to skyrocket to $200,=\r\n000 in the upcoming year or the one following. In the past year alone, B=\r\nTC has witnessed a staggering 20-fold increase, while other cryptocurren=\r\ncies have surged by an astounding 800 times! Consider this: a mere few y=\r\nears ago, Bitcoin was valued at just $2. Now is the time to seize this u=\r\nnparalleled chance in life. =0D=0AJoin Binance, the world\'s largest and=\r\n most secure digital currency exchange, and unlock free rewards. Don\'t l=\r\net this pivotal moment slip through your fingers! =0D=0A=EF=BB=BFClick t=\r\nhe link below to enjoy a lifetime 10% discount on all your trades. =0D=\r\n=0Ahttps://swiy.co/LgSv=0A=0A--=0AThis e-mail was sent from a contact fo=\r\nrm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rqkuc-008FId-06\r\n'),(91007,9893,'original_subject','Flowerhouse Films \"Important Reminder: Claim Your $32,222 Tax Credit Before May 17th!\"'),(91008,9893,'original_message','Jerrold Doran <jerrold.doran@outlook.com>\nImportant Reminder: Claim Your $32,222 Tax Credit Before May 17th!\n\nMay 17th is almost here - have you filed for your USD32K SETC Tax Credit yet?, you may be eligible for up to \r\n$32K SETC Tax Credit! It is valid until May 17th.\r\n\r\nWatch a brief youtube video by clicking the link ( https://www.youtube.com/watch?v=WCe0W8a_oag )\r\n\r\nand if you qualify, fill out the form https://bit.ly/3WDGWvg\r\n\r\nSETC Pros boasts a 90% success rate in helping individuals to get the Tax Credits they rightfully deserve. You won\'t have to return anything; it\'s money from COVID-19 tax credits that\'s still available.\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these amaing offers: https://form.jotform.com/241243363091449\r\n94 Austin Road, Saratoga Springs, New York, USA, 846\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91044,9897,'reply_to_header','nydia.mcanulty40@gmail.com'),(91045,9897,'transport_uri','smtp:none:none://localhost:25'),(91046,9897,'original_to','admin@flowerhousefilms.com'),(91047,9897,'original_subject','Flowerhouse Films \"New Geology Records of Extraterrestrial Life\"'),(91048,9897,'original_message','Johny McAnulty <nydia.mcanulty40@gmail.com>\nNew Geology Records of Extraterrestrial Life\n\nDear flowerhousefilms.com webmaster,\r\n\r\nI’m very excited to share with you a new groundbreaking publication that will stir the scientific community: \"Secrets of the Winds, Discovery Chronicles of Earth\'s’ Galactic Odyssey\" This compelling new book unveils significant geological evidence that will redefine our understanding of extraterrestrial life.\r\n\r\nInside \'Secrets of the Winds’; \r\n- Revolutionary Findings:  Journey through the portal as I reveal how recent geological discoveries have unearthed signs of ancient extraterrestrial life forms.\r\n- Earth\'s Hidden Blueprints: Learn about the enigmatic geological formations, and world - changing events that have been shaped by forces beyond our world.\r\n- A Bold Perspective: Expert insights with stunning microscope fossils and correlating Google Earth images, this book offers a fresh and riveting look at our planet\'s history and its cosmic connections.\r\n\r\nWhether you\'re a geologist, scientist, engineer or simply captivated by the mysteries of the universe, \"Secrets of the Winds\" promises to take you on an enlightening adventure.\r\n\r\nI would be honored if you could share this news with your audience. For more information or to request a review copy, please reply to this email and visit my engaging website.\r\n\r\nThank you for your time and consideration. Enjoy discovering these amazing secrets for yourself!\r\n\r\nWarm regards,\r\n\r\nJohnny Tesone, explore@geovortex.net\r\nGeologist, Author, GeoVortex, www.geovortex.net\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91221,9915,'success','1'),(91222,9915,'from_header','Micah Eller <admin@flowerhousefilms.com>'),(91223,9915,'to_header','admin@flowerhousefilms.com'),(91224,9915,'reply_to_header','eller.micah@gmail.com'),(91225,9915,'transport_uri','smtp:none:none://localhost:25'),(91226,9915,'original_to','admin@flowerhousefilms.com'),(91227,9915,'original_subject','Flowerhouse Films \"Need Developers Fast? 40-Hour Trial Inside\"'),(91228,9915,'original_message','Micah Eller <eller.micah@gmail.com>\nNeed Developers Fast? 40-Hour Trial Inside\n\nSearching to hire skilled developers for web & app development? Your search ends here! We offer a wide range of technologies including React, React JS, Flutter, Python, Angular, Laravel, Node.js, PHP, MEAN stack, Full stack, Android, Java, .NET, AI, ML and many more.\r\n\r\nAnd with our 40% less expensive rates and guarantee that no developer will back out, you can hire with confidence. \r\n\r\nStart your 40 hours risk-free trial now and experience the difference!\r\n\r\nhttps://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great offers: https://docs.google.com/forms/d/e/1FAIpQLSfqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform\r\n56 Wright Street, Albany, New York, USA, 4560\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91229,9915,'original_headers','From: Micah Eller <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: eller.micah@gmail.com\n'),(91230,9915,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 14 May 2024 18:53:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Micah Eller <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: eller.micah@gmail.com\r\nSubject: Flowerhouse Films \"Need Developers Fast? 40-Hour Trial Inside\"\r\nDate: Wed, 15 May 2024 01:53:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMicah Eller <eller.micah@gmail.com>=0ANeed Developers Fast? 40-Hour Tria=\r\nl Inside=0A=0ASearching to hire skilled developers for web & app develop=\r\nment? Your search ends here! We offer a wide range of technologies inclu=\r\nding React, React JS, Flutter, Python, Angular, Laravel, Node.js, PHP, M=\r\nEAN stack, Full stack, Android, Java, .NET, AI, ML and many more.=0D=0A=\r\n=0D=0AAnd with our 40% less expensive rates and guarantee that no develo=\r\nper will back out, you can hire with confidence. =0D=0A=0D=0AStart your=\r\n 40 hours risk-free trial now and experience the difference!=0D=0A=0D=0A=\r\nhttps://bit.ly/3UWNFzw=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t wa=\r\nnt to get these great offers: https://docs.google.com/forms/d/e/1FAIpQLS=\r\nfqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform=0D=0A56 Wright=\r\n Street, Albany, New York, USA, 4560=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1s73q9-00AN3U-0C\r\n'),(89291,9722,'success','1'),(89292,9722,'from_header','Jack Schiffer <admin@flowerhousefilms.com>'),(89293,9722,'to_header','admin@flowerhousefilms.com'),(89294,9722,'reply_to_header','schiffer.bailey@gmail.com'),(89295,9722,'transport_uri','smtp:none:none://localhost:25'),(89296,9722,'original_to','admin@flowerhousefilms.com'),(89297,9722,'original_subject','Flowerhouse Films \"You may no longer need to worry about Content.\"'),(89298,9722,'original_message','Jack Schiffer <schiffer.bailey@gmail.com>\nYou may no longer need to worry about Content.\n\nHi!\r\nJack here!\r\nI know how crucial it is for your business to create continuous quality content.\r\nI would like to help you with that, Let me know if you\'re interested!\r\n\r\nHere\'s my email: jackforseo@proton.me\r\n\r\nJack\r\nFL\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89299,9722,'original_headers','From: Jack Schiffer <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: schiffer.bailey@gmail.com\n'),(89300,9722,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 08:53:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jack Schiffer <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: schiffer.bailey@gmail.com\r\nSubject: Flowerhouse Films \"You may no longer need to worry about Content.\"\r\nDate: Thu, 28 Mar 2024 15:53:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJack Schiffer <schiffer.bailey@gmail.com>=0AYou may no longer need to wo=\r\nrry about Content.=0A=0AHi!=0D=0AJack here!=0D=0AI know how crucial it i=\r\ns for your business to create continuous quality content.=0D=0AI would l=\r\nike to help you with that, Let me know if you\'re interested!=0D=0A=0D=0A=\r\nHere\'s my email: jackforseo@proton.me=0D=0A=0D=0AJack=0D=0AFL=0A=0A--=0A=\r\nThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (htt=\r\nps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rps4R-00EdSx-1F\r\n'),(90889,9881,'original_headers','From: Orville Redmon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: orville.redmon@outlook.com\n'),(90871,9880,'success','1'),(90890,9881,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 05 May 2024 18:42:03 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Orville Redmon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: orville.redmon@outlook.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"\r\nDate: Mon, 06 May 2024 01:42:03 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nOrville Redmon <orville.redmon@outlook.com>=0ADear flowerhousefilms.com=\r\n Owner!=0A=0AHands down, the Easiest Customer Financing Program in the I=\r\nndustry No more turning down business due to low credit scores=0D=0A=0D=\r\n=0A=3D=3D Must Be A US Based Business To Qualify =3D=3D=0D=0A=0D=0ASend=\r\n me a message at my contact info below for info=0D=0A=0D=0AJessica Snyde=\r\nr=0D=0Ajessica.snyder@helloratespros.com=0D=0Ahttps://helloratespros.com=\r\n/5-6/=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Con=\r\nfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3nMh-007N8o-2F\r\n'),(90908,9883,'original_message','Travis Trugernanner <travis.lopez@trychat2leads.com>\nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website \r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\n\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\n\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come.\r\n\r\nFind out more now at: https://chat2leads.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89369,9729,'original_headers','From: Lavillbiolo <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: revers@1ti.ru\n'),(89370,9729,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 30 Mar 2024 16:52:18 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Lavillbiolo <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: revers@1ti.ru\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"anti-rpp40=20?=\r\n =?UTF-8?Q?=D0=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C=20?=\r\n =?UTF-8?Q?=D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD=20=D0=B2=20?=\r\n =?UTF-8?Q?=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82-=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B5=20=D1=85=D0=B8=D0=BC=D0=BC=D0=B5=D0=B4\"?=\r\nDate: Sat, 30 Mar 2024 23:52:18 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLavillbiolo <revers@1ti.ru>=0Aanti-rpp40 =D0=BA=D1=83=D0=BF=D0=B8=D1=82=\r\n=D1=8C =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=B2 =D0=B8=D0=BD=D1=82=D0=\r\n=B5=D1=80=D0=BD=D0=B5=D1=82-=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=\r\n=D0=B5 =D1=85=D0=B8=D0=BC=D0=BC=D0=B5=D0=B4=0A=0A<a href=3Dhttps://chimm=\r\ned.ru/products/56-dimetoksi-2-4-piperidinilmetilenindan-1-on-id=3D865033=\r\n3>5,6-=D0=B4=D0=B8=D0=BC=D0=B5=D1=82=D0=BE=D0=BA=D1=81=D0=B8-2-(4-=D0=BF=\r\n=D0=B8=D0=BF=D0=B5=D1=80=D0=B8=D0=B4=D0=B8=D0=BD=D0=B8=D0=BB)=D0=BC=D0=\r\n=B5=D1=82=D0=B8=D0=BB=D0=B5=D0=BD=D0=B8=D0=BD=D0=B4=D0=B0=D0=BD-1-=D0=BE=\r\n=D0=BD =D0=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C =D0=BE=D0=BD=D0=BB=D0=B0=D0=\r\n=B9=D0=BD =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82-=D0=BC=\r\n=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B5 =D1=85=D0=B8=D0=BC=D0=BC=D0=\r\n=B5=D0=B4 </a> =0D=0ATegs: <u>anti-rpp25l =D0=BA=D1=83=D0=BF=D0=B8=D1=82=\r\n=D1=8C =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=B2 =D0=B8=D0=BD=D1=82=D0=\r\n=B5=D1=80=D0=BD=D0=B5=D1=82-=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=\r\n=D0=B5 =D1=85=D0=B8=D0=BC=D0=BC=D0=B5=D0=B4 </u> =0D=0A<i>anti-rpp38 =D0=\r\n=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C =D0=BE=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD=\r\n =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=D0=B5=D1=82-=D0=BC=D0=B0=D0=\r\n=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B5 =D1=85=D0=B8=D0=BC=D0=BC=D0=B5=D0=B4 <=\r\n/i> =0D=0A<b>anti-rpp40 =D0=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C =D0=BE=D0=\r\n=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD=\r\n=D0=B5=D1=82-=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B5 =D1=85=D0=\r\n=B8=D0=BC=D0=BC=D0=B5=D0=B4 </b> =0D=0A =0D=0A5,6-=D0=B4=D0=B8=D0=BC=D0=\r\n=B5=D1=82=D0=BE=D0=BA=D1=81=D0=B8-2-(4-=D0=BF=D0=B8=D1=80=D0=B8=D0=B4=D0=\r\n=B8=D0=BB=D0=BC=D0=B5=D1=82=D0=B8=D0=BB=D0=B5=D0=BD)-1-=D0=B8=D0=BD=D0=\r\n=B4=D0=B0=D0=BD=D0=BE=D0=BD =D0=BA=D1=83=D0=BF=D0=B8=D1=82=D1=8C =D0=BE=\r\n=D0=BD=D0=BB=D0=B0=D0=B9=D0=BD =D0=B2 =D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=\r\n=BD=D0=B5=D1=82-=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7=D0=B8=D0=BD=D0=B5 =D1=85=\r\n=D0=B8=D0=BC=D0=BC=D0=B5=D0=B4  https://chimmed.ru/products/56-dimetoksi=\r\n-2-4-piridilmetilen-1-indanon-id=3D8650338=0A=0A--=0AThis e-mail was sen=\r\nt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhous=\r\nefilms.com)\r\n.\r\n250 OK id=1rqiUk-004o6l-38\r\n'),(90759,9868,'original_headers','From: Brandon Howard <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: newbery.buddy@msn.com\n'),(90760,9868,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 02 May 2024 09:53:25 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brandon Howard <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: newbery.buddy@msn.com\r\nSubject: Flowerhouse Films \"Exciting News Inside! Open Now!\"\r\nDate: Thu, 02 May 2024 16:53:25 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrandon Howard <newbery.buddy@msn.com>=0AExciting News Inside! Open Now!=\r\n=0A=0ADon\'t Miss Out on Our Exclusive CBD Gummy Promotion!=0D=0A=0D=0AEx=\r\nperience the Unmatched Quality of MYONATURAL CBD Gummies at an Incredibl=\r\ne Price!=0D=0A=0D=0AFor a limited time, get our premium 25mg CBD Gummies=\r\n at a staggering 50% discount =E2=80=94 only $17.48 for a 30-count bottl=\r\ne!=0D=0A=0D=0AClick the links and save : Tap the link and save: Click he=\r\nre to save: https://bit.ly/4aZIZyn ( https://myonatural.com ) - Apply co=\r\nupon code \"50off25cbd\"=0D=0A=0D=0AEach gummy is intricately infused with=\r\n CBD, ensuring uniformity and potency that make us stand out from the cr=\r\nowd.=0D=0A=0D=0AWe integrate our CBD directly into each gummy, bypassing=\r\n any external spray-on process, to ensure maximum effectiveness.=0D=0A=\r\n=0D=0ABut that\'s not all =E2=80=94 every order includes a complimentary=\r\n sample of the acclaimed MYONATURAL Pain Cream, perfect for enhancing yo=\r\nur wellness routine.=0D=0A=0D=0AOur CBD Gummies are:=0D=0A=0D=0A- Non-GM=\r\nO, all-natural, and gluten-free=0D=0A- Pesticide-free=0D=0A- Lab-tested=\r\n with no THC=0D=0A- Grown and manufactured with pride in the USA=0D=0A=\r\n=0D=0A=0D=0AThis offer is only available while supplies last, so act fas=\r\nt to take advantage of this incredible deal and experience why we say th=\r\nese might just be the best tasting CBD gummy in the world!=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t want to get these awesom=\r\ne offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRH=\r\nfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=0D=0AVia Lombardi 3,=\r\n Massena, NY, US, 24030=0A=0A--=0AThis e-mail was sent from a contact fo=\r\nrm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s2ZgT-008ZNe-2c\r\n'),(90781,9871,'success','1'),(90782,9871,'from_header','John Hargraves <admin@flowerhousefilms.com>'),(90783,9871,'to_header','admin@flowerhousefilms.com'),(90784,9871,'reply_to_header','hargraves.mamie@hotmail.com'),(90785,9871,'transport_uri','smtp:none:none://localhost:25'),(90786,9871,'original_to','admin@flowerhousefilms.com'),(90787,9871,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"'),(90788,9871,'original_message','John Hargraves <hargraves.mamie@hotmail.com>\nTo the flowerhousefilms.com Administrator!\n\n\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"\r\n\r\nYOUR ATTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BELOW.  THAT\'S IT!\r\n\r\nAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAILED BACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\" JUST SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!\r\n\r\nTO TAKE ADVANTAGE OF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PURCHASE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.\r\n\r\nTHIS IS PART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LOOK TO EXPAND OUR BUSINESS.\r\n\r\nVISIT: HTTPS://WWW.MYMOVIEQUOTETSHIRTS.COM\r\n\r\n(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90768,9869,'original_message','Kelly Davis <kellyknowspayments@gmail.com>\n60% of eligible businesses have not registered.   Have you?\n\nHi \r\nI\'m reaching out because you accepted credit cards at your business between 2004 and 2019\r\nI know that’s a long time but this is important.\r\n\r\nAccording to records, you are owed part of the Visa Mastercard 5.5 billion dollar settlement. \r\n\r\nThe deadline to submit your information and claim your part of the settlement is fast approaching- May 30th. Don\'t miss out on this opportunity.\r\n\r\nGo here  It takes about 3 minutes.  Its free to sign up.\r\n\r\nhttps://visa-mastercard-claim.com/\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89930,9785,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 14 Apr 2024 11:10:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Hello, i am wrote about   the price\"\r\nDate: Sun, 14 Apr 2024 18:10:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AHello, i am wrote about   th=\r\ne price=0A=0ANdewo, ach=E1=BB=8Dr=E1=BB=8D m =E1=BB=8Bmara =E1=BB=8Dn=E1=\r\n=BB=A5ah=E1=BB=8Ba g=E1=BB=8B.=0A=0A--=0AThis e-mail was sent from a con=\r\ntact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rw4In-00H7Sj-2W\r\n'),(89925,9785,'transport_uri','smtp:none:none://localhost:25'),(89924,9785,'reply_to_header','lucido.leinteract@gmail.com'),(89923,9785,'to_header','admin@flowerhousefilms.com'),(89921,9785,'success','1'),(89922,9785,'from_header','Robertskarm <admin@flowerhousefilms.com>'),(90830,9875,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 04 May 2024 14:42:45 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Amanda Lively <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: amandalively01@gmail.com\r\nSubject: Flowerhouse Films \"Urgent query\"\r\nDate: Sat, 04 May 2024 21:42:45 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAmanda Lively <amandalively01@gmail.com>=0AUrgent query=0A=0AI just made=\r\n a business plan for your business. =0D=0A=0D=0Acan I send it here for y=\r\nou to have a look at?=0D=0A=0D=0ARespond with \"sure\" if this is the best=\r\n place to send it to you. =0D=0A=0D=0AKind regards=0D=0A=0D=0AAmanda Liv=\r\nely=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AMarcel, Upfield=0D=0A=0D=0A3447 W=\r\nilmar Farm Road, Winston Salem, NC 27101, United States.=0D=0A=0D=0A 499=\r\n880476=0D=0A=0D=0AIf you do not wish to receive further emails from us,=\r\n you may opt-out by filling this form: =0D=0Ahttps://forms.gle/gW3WjWjfk=\r\ndNVn1yVA.=0D=0A=0D=0APlease note that it may take up to 10 business days=\r\n for your request to be processed.=0D=0A=0D=0AIf you have received this=\r\n communication in error, please delete it and notify the sender immediat=\r\nely.=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Conf=\r\nusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3N9Z-007Obj-0g\r\n'),(90827,9875,'original_subject','Flowerhouse Films \"Urgent query\"'),(90828,9875,'original_message','Amanda Lively <amandalively01@gmail.com>\nUrgent query\n\nI just made a business plan for your business. \r\n\r\ncan I send it here for you to have a look at?\r\n\r\nRespond with \"sure\" if this is the best place to send it to you. \r\n\r\nKind regards\r\n\r\nAmanda Lively\r\n\r\n\r\n\r\n\r\n\r\nMarcel, Upfield\r\n\r\n3447 Wilmar Farm Road, Winston Salem, NC 27101, United States.\r\n\r\n 499880476\r\n\r\nIf you do not wish to receive further emails from us, you may opt-out by filling this form: \r\nhttps://forms.gle/gW3WjWjfkdNVn1yVA.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90829,9875,'original_headers','From: Amanda Lively <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: amandalively01@gmail.com\n'),(90831,9876,'success','1'),(90832,9876,'from_header','Junior Kujawski <admin@flowerhousefilms.com>'),(90833,9876,'to_header','admin@flowerhousefilms.com'),(90834,9876,'reply_to_header','junior.kujawski@msn.com'),(90835,9876,'transport_uri','smtp:none:none://localhost:25'),(90836,9876,'original_to','admin@flowerhousefilms.com'),(90837,9876,'original_subject','Flowerhouse Films \"quick question about flowerhousefilms.com\"'),(90838,9876,'original_message','Junior Kujawski <junior.kujawski@msn.com>\nquick question about flowerhousefilms.com\n\nHi, I wanted to introduce myself in a way that\'s witty, interesting, and brilliant. Alas, I\'m writing this message instead. If you\'re looking for assistant help with admin, marketing, sales, or customer service then I can help you. If interested please text me (917) 730-0808 and we can go over your business needs. Best regards!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90839,9876,'original_headers','From: Junior Kujawski <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: junior.kujawski@msn.com\n'),(90840,9876,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 04 May 2024 14:51:16 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Junior Kujawski <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: junior.kujawski@msn.com\r\nSubject: Flowerhouse Films \"quick question about flowerhousefilms.com\"\r\nDate: Sat, 04 May 2024 21:51:16 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJunior Kujawski <junior.kujawski@msn.com>=0Aquick question about flowerh=\r\nousefilms.com=0A=0AHi, I wanted to introduce myself in a way that\'s witt=\r\ny, interesting, and brilliant. Alas, I\'m writing this message instead. I=\r\nf you\'re looking for assistant help with admin, marketing, sales, or cus=\r\ntomer service then I can help you. If interested please text me (917) 73=\r\n0-0808 and we can go over your business needs. Best regards!=0A=0A--=0AT=\r\nhis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (http=\r\ns://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3NHo-007Ysj-0s\r\n'),(91031,9896,'success','1'),(91032,9896,'from_header','Heather  Morales <admin@flowerhousefilms.com>'),(91033,9896,'to_header','admin@flowerhousefilms.com'),(91034,9896,'reply_to_header','courses.wisebases@gmail.com'),(91035,9896,'transport_uri','smtp:none:none://localhost:25'),(91036,9896,'original_to','admin@flowerhousefilms.com'),(91037,9896,'original_subject','Flowerhouse Films \"Harness the power of the LinkedIn system to generate leads for free and achieve $25k in the inaugural month.\"'),(90791,9872,'success','1'),(90792,9872,'from_header','John Harpster <admin@flowerhousefilms.com>'),(90793,9872,'to_header','admin@flowerhousefilms.com'),(90794,9872,'reply_to_header','britt.harpster6@outlook.com'),(90795,9872,'transport_uri','smtp:none:none://localhost:25'),(90796,9872,'original_to','admin@flowerhousefilms.com'),(90797,9872,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"'),(90798,9872,'original_message','John Harpster <britt.harpster6@outlook.com>\nDear flowerhousefilms.com Webmaster!\n\n\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"\r\n\r\nYOUR ATTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BELOW.  THAT\'S IT!\r\n\r\nAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAILED BACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\" JUST SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!\r\n\r\nTO TAKE ADVANTAGE OF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PURCHASE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.\r\n\r\nTHIS IS PART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LOOK TO EXPAND OUR BUSINESS.\r\n\r\nVISIT: HTTPS://WWW.MYMOVIEQUOTETSHIRTS.COM\r\n\r\n(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90799,9872,'original_headers','From: John Harpster <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: britt.harpster6@outlook.com\n'),(90800,9872,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 17:53:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: John Harpster <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: britt.harpster6@outlook.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"\r\nDate: Sat, 04 May 2024 00:53:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohn Harpster <britt.harpster6@outlook.com>=0ADear flowerhousefilms.com=\r\n Webmaster!=0A=0A\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"=0D=0A=0D=0AYOUR AT=\r\nTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BELOW. =\r\n THAT\'S IT!=0D=0A=0D=0AAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAILED B=\r\nACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\" JUST=\r\n SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!=0D=0A=0D=0ATO TAKE ADVANTAGE O=\r\nF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PURCHAS=\r\nE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.=0D=0A=0D=0ATHIS IS P=\r\nART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LOOK TO=\r\n EXPAND OUR BUSINESS.=0D=0A=0D=0AVISIT: HTTPS://WWW.MYMOVIEQUOTETSHIRTS.=\r\nCOM=0D=0A=0D=0A(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s33eF-00EaTx-13\r\n'),(90777,9870,'original_subject','Flowerhouse Films \"Discover Your Ideal AV Configuration in PSSAV.com\'s Clearance Section!\"'),(90778,9870,'original_message','William Brown <myrtle.cartledge78@yahoo.com>\nDiscover Your Ideal AV Configuration in PSSAV.com\'s Clearance Section!\n\nLooking to upgrade your audiovisual setup without breaking the bank? Look no further than PSSAV.com\'s selection of clearance items! Check out our amazing deals at https://bit.ly/3QsKlJs ( https://pssav.com/clearance-rack/ )\r\n\r\nHere, you\'ll find a wide array of items, including projectors, screens, commercial displays, and conferencing speakers, all priced below cost. Plus, enjoy free ground shipping on all items currently available and ready for immediate shipment.\r\n\r\nDon\'t miss out on additional savings on projectors, bulbs, and optical components, which also come with free ground shipping. Whether you\'re an SMB or a large company, our clearance deals are designed to meet your needs and exceed your expectations.\r\n\r\nStill searching for a better deal? Reach out to us at 1-888-525-6696 and let\'s talk about savings! Hurry to PSSAV.com and save big on top-quality audiovisual equipment while supplies last!\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nTraungasse 37, Rye, NY, US, 5570\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90771,9870,'success','1'),(90772,9870,'from_header','William Brown <admin@flowerhousefilms.com>'),(90773,9870,'to_header','admin@flowerhousefilms.com'),(90774,9870,'reply_to_header','myrtle.cartledge78@yahoo.com'),(90775,9870,'transport_uri','smtp:none:none://localhost:25'),(90776,9870,'original_to','admin@flowerhousefilms.com'),(90769,9869,'original_headers','From: Kelly Davis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kellyknowspayments@gmail.com\n'),(90770,9869,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 02:10:14 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kelly Davis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kellyknowspayments@gmail.com\r\nSubject: Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"\r\nDate: Fri, 03 May 2024 09:10:14 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKelly Davis <kellyknowspayments@gmail.com>=0A60% of eligible businesses=\r\n have not registered.   Have you?=0A=0AHi =0D=0AI\'m reaching out because=\r\n you accepted credit cards at your business between 2004 and 2019=0D=0AI=\r\n know that=E2=80=99s a long time but this is important.=0D=0A=0D=0AAccor=\r\nding to records, you are owed part of the Visa Mastercard 5.5 billion do=\r\nllar settlement. =0D=0A=0D=0AThe deadline to submit your information and=\r\n claim your part of the settlement is fast approaching- May 30th. Don\'t=\r\n miss out on this opportunity.=0D=0A=0D=0AGo here  It takes about 3 minu=\r\ntes.  Its free to sign up.=0D=0A=0D=0Ahttps://visa-mastercard-claim.com/=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AUnsubscribe =0D=0AClick=\r\n here  =0D=0Ahttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZ=\r\nv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=3Dsf_link=0A=0A--=0AThis e-=\r\nmail was sent from a contact form on Inocente Confusi=C3=B3n (https://ww=\r\nw.flowerhousefilms.com)\r\n.\r\n250 OK id=1s2ovm-00BlFc-0C\r\n'),(90779,9870,'original_headers','From: William Brown <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myrtle.cartledge78@yahoo.com\n'),(90780,9870,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 12:32:25 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: William Brown <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myrtle.cartledge78@yahoo.com\r\nSubject: Flowerhouse Films \"Discover Your Ideal AV Configuration in PSSAV.com\'s Clearance Section!\"\r\nDate: Fri, 03 May 2024 19:32:25 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nWilliam Brown <myrtle.cartledge78@yahoo.com>=0ADiscover Your Ideal AV Co=\r\nnfiguration in PSSAV.com\'s Clearance Section!=0A=0ALooking to upgrade yo=\r\nur audiovisual setup without breaking the bank? Look no further than PSS=\r\nAV.com\'s selection of clearance items! Check out our amazing deals at ht=\r\ntps://bit.ly/3QsKlJs ( https://pssav.com/clearance-rack/ )=0D=0A=0D=0AHe=\r\nre, you\'ll find a wide array of items, including projectors, screens, co=\r\nmmercial displays, and conferencing speakers, all priced below cost. Plu=\r\ns, enjoy free ground shipping on all items currently available and ready=\r\n for immediate shipment.=0D=0A=0D=0ADon\'t miss out on additional savings=\r\n on projectors, bulbs, and optical components, which also come with free=\r\n ground shipping. Whether you\'re an SMB or a large company, our clearanc=\r\ne deals are designed to meet your needs and exceed your expectations.=0D=\r\n=0A=0D=0AStill searching for a better deal? Reach out to us at 1-888-525=\r\n-6696 and let\'s talk about savings! Hurry to PSSAV.com and save big on t=\r\nop-quality audiovisual equipment while supplies last!=0D=0A=0D=0A=0D=0A=\r\n=0D=0AUnsubscribe here if you don\'t want to get these awesome offers: ht=\r\ntps://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1=\r\ndyOyZ_zU_pgeYTEg/viewform?usp=3Dsf_link=0D=0ATraungasse 37, Rye, NY, US,=\r\n 5570=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Con=\r\nfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s2ydt-007vOs-1j\r\n'),(90789,9871,'original_headers','From: John Hargraves <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hargraves.mamie@hotmail.com\n'),(90790,9871,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 17:22:37 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: John Hargraves <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hargraves.mamie@hotmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"\r\nDate: Sat, 04 May 2024 00:22:37 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohn Hargraves <hargraves.mamie@hotmail.com>=0ATo the flowerhousefilms.c=\r\nom Administrator!=0A=0A\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"=0D=0A=0D=0AY=\r\nOUR ATTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BE=\r\nLOW.  THAT\'S IT!=0D=0A=0D=0AAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAI=\r\nLED BACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\"=\r\n JUST SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!=0D=0A=0D=0ATO TAKE ADVANT=\r\nAGE OF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PU=\r\nRCHASE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.=0D=0A=0D=0ATHIS=\r\n IS PART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LO=\r\nOK TO EXPAND OUR BUSINESS.=0D=0A=0D=0AVISIT: HTTPS://WWW.MYMOVIEQUOTETSH=\r\nIRTS.COM=0D=0A=0D=0A(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s33Aj-00E11f-13\r\n'),(90809,9873,'original_headers','From: Sarah  Roberts <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: courses.wisebases@gmail.com\n'),(90810,9873,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 03 May 2024 19:25:17 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Sarah  Roberts <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: courses.wisebases@gmail.com\r\nSubject: Flowerhouse Films \"Purchase profitable businesses with no money out of pocket.\"\r\nDate: Sat, 04 May 2024 02:25:17 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSarah  Roberts <courses.wisebases@gmail.com>=0APurchase profitable busin=\r\nesses with no money out of pocket.=0A=0ADear,=0D=0AFind out how Roland F=\r\nraiser achieved success by acquiring businesses across the U.S. without=\r\n spending a dime upfront, earning millions yearly, 50 times faster than=\r\n real estate. Take this course link, it\'s freely accessible to you.=0D=\r\n=0Ahttps://courses.megabizdeals.com/roland-frasier-epic-business-buying-=\r\nblueprint3=0D=0A=0D=0ASincerely.=0D=0A-To unsubscribe, please reply \"uns=\r\nubscribe\" at unsubscribe.wisebases@gmail.com (please provide the website=\r\n that forwarded this message)-=0A=0A--=0AThis e-mail was sent from a con=\r\ntact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s355R-00Gi9W-17\r\n'),(90748,9867,'original_message','Edwin French <frenchedwin656@gmail.com>\nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEdwin French\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90750,9867,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 02 May 2024 03:48:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Edwin French <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: frenchedwin656@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"\r\nDate: Thu, 02 May 2024 10:48:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEdwin French <frenchedwin656@gmail.com>=0AShape Your Brand\'s Digital Fut=\r\nure with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0ALooking to shap=\r\ne your brand\'s digital future? Our Web Design solutions offer strategic=\r\n guidance and creative brilliance to help your brand thrive online. Let\'=\r\ns collaborate to create a website that drives growth and success for you=\r\nr brand.=0D=0A=0D=0ABest regards,=0A=0AEdwin French=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1s2TzD-000AOd-2L\r\n'),(90761,9869,'success','1'),(90762,9869,'from_header','Kelly Davis <admin@flowerhousefilms.com>'),(90763,9869,'to_header','admin@flowerhousefilms.com'),(90764,9869,'reply_to_header','kellyknowspayments@gmail.com'),(90765,9869,'transport_uri','smtp:none:none://localhost:25'),(90766,9869,'original_to','admin@flowerhousefilms.com'),(90767,9869,'original_subject','Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"'),(90751,9868,'success','1'),(90752,9868,'from_header','Brandon Howard <admin@flowerhousefilms.com>'),(90753,9868,'to_header','admin@flowerhousefilms.com'),(90754,9868,'reply_to_header','newbery.buddy@msn.com'),(90755,9868,'transport_uri','smtp:none:none://localhost:25'),(90756,9868,'original_to','admin@flowerhousefilms.com'),(90757,9868,'original_subject','Flowerhouse Films \"Exciting News Inside! Open Now!\"'),(90758,9868,'original_message','Brandon Howard <newbery.buddy@msn.com>\nExciting News Inside! Open Now!\n\nDon\'t Miss Out on Our Exclusive CBD Gummy Promotion!\r\n\r\nExperience the Unmatched Quality of MYONATURAL CBD Gummies at an Incredible Price!\r\n\r\nFor a limited time, get our premium 25mg CBD Gummies at a staggering 50% discount — only $17.48 for a 30-count bottle!\r\n\r\nClick the links and save : Tap the link and save: Click here to save: https://bit.ly/4aZIZyn ( https://myonatural.com ) - Apply coupon code \"50off25cbd\"\r\n\r\nEach gummy is intricately infused with CBD, ensuring uniformity and potency that make us stand out from the crowd.\r\n\r\nWe integrate our CBD directly into each gummy, bypassing any external spray-on process, to ensure maximum effectiveness.\r\n\r\nBut that\'s not all — every order includes a complimentary sample of the acclaimed MYONATURAL Pain Cream, perfect for enhancing your wellness routine.\r\n\r\nOur CBD Gummies are:\r\n\r\n- Non-GMO, all-natural, and gluten-free\r\n- Pesticide-free\r\n- Lab-tested with no THC\r\n- Grown and manufactured with pride in the USA\r\n\r\n\r\nThis offer is only available while supplies last, so act fast to take advantage of this incredible deal and experience why we say these might just be the best tasting CBD gummy in the world!\r\n\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia Lombardi 3, Massena, NY, US, 24030\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90746,9867,'original_to','admin@flowerhousefilms.com'),(90747,9867,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"'),(90745,9867,'transport_uri','smtp:none:none://localhost:25'),(90743,9867,'to_header','admin@flowerhousefilms.com'),(90744,9867,'reply_to_header','frenchedwin656@gmail.com'),(90742,9867,'from_header','Edwin French <admin@flowerhousefilms.com>'),(90741,9867,'success','1'),(90850,9877,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 05 May 2024 09:00:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Antje Swinburne <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: antje.swinburne20@msn.com\r\nSubject: Flowerhouse Films \"Join Our Casino for a Chance to Win $9000 plus Free Spins\"\r\nDate: Sun, 05 May 2024 16:00:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAntje Swinburne <antje.swinburne20@msn.com>=0AJoin Our Casino for a Chan=\r\nce to Win $9000 plus Free Spins=0A=0AUnleash yourself in the world of th=\r\nrilling slot games with our Casino! Get ready for non-stop thrills with=\r\n our incredible $9K Welcome Bonus - that\'s a awesome 900% up to $9,000 a=\r\nnd extra 150 FREE SPINS! =0D=0A=0D=0ADon\'t let this slip away on your ch=\r\nance to win big! Visit us now at https://bit.ly/slot9000=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3eHV-00Clm8-30\r\n'),(90849,9877,'original_headers','From: Antje Swinburne <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: antje.swinburne20@msn.com\n'),(89939,9786,'original_headers','From: Byron Cole <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cole.byron@gmail.com\n'),(89940,9786,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 14 Apr 2024 16:06:45 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Byron Cole <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cole.byron@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Admin!\"\r\nDate: Sun, 14 Apr 2024 23:06:45 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nByron Cole <cole.byron@gmail.com>=0AHi flowerhousefilms.com Admin!=0A=0A=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rw8vt-005nTQ-34\r\n'),(90901,9883,'success','1'),(90902,9883,'from_header','Travis Trugernanner <admin@flowerhousefilms.com>'),(90903,9883,'to_header','admin@flowerhousefilms.com'),(90904,9883,'reply_to_header','travis.lopez@trychat2leads.com'),(90905,9883,'transport_uri','smtp:none:none://localhost:25'),(90906,9883,'original_to','admin@flowerhousefilms.com'),(90907,9883,'original_subject','Flowerhouse Films \"Put Your Website to Work for You!\"'),(90872,9880,'from_header','Kit Garrick <admin@flowerhousefilms.com>'),(90873,9880,'to_header','admin@flowerhousefilms.com'),(90874,9880,'reply_to_header','kit.garrick@msn.com'),(90875,9880,'transport_uri','smtp:none:none://localhost:25'),(90876,9880,'original_to','admin@flowerhousefilms.com'),(90877,9880,'original_subject','Flowerhouse Films \"Mistakes found in Your Google Maps Listings , Lets fix Them\"'),(90878,9880,'original_message','Kit Garrick <kit.garrick@msn.com>\nMistakes found in Your Google Maps Listings , Lets fix Them\n\nHi,\r\n\r\nLooking for someone to help you in local ranking ? Your business is not coming in top of google  results page . I am Local SEO expert from 5 years and now i am here to help you! With the\r\nexpertise and work drive of my team, we will get you the best results possible\r\n\r\nCheck my 5 stars Fiverr page now\r\n\r\nhttps://tinyurl.com/3fxa3xw3\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90879,9880,'original_headers','From: Kit Garrick <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: kit.garrick@msn.com\n'),(90880,9880,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 05 May 2024 17:22:08 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Kit Garrick <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: kit.garrick@msn.com\r\nSubject: Flowerhouse Films \"Mistakes found in Your Google Maps Listings , Lets fix Them\"\r\nDate: Mon, 06 May 2024 00:22:08 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nKit Garrick <kit.garrick@msn.com>=0AMistakes found in Your Google Maps L=\r\nistings , Lets fix Them=0A=0AHi,=0D=0A=0D=0ALooking for someone to help=\r\n you in local ranking ? Your business is not coming in top of google  re=\r\nsults page . I am Local SEO expert from 5 years and now i am here to hel=\r\np you! With the=0D=0Aexpertise and work drive of my team, we will get yo=\r\nu the best results possible=0D=0A=0D=0ACheck my 5 stars Fiverr page now=\r\n=0D=0A=0D=0Ahttps://tinyurl.com/3fxa3xw3=0A=0A--=0AThis e-mail was sent=\r\n from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhouse=\r\nfilms.com)\r\n.\r\n250 OK id=1s3m7M-005jLl-1A\r\n'),(90863,9879,'to_header','admin@flowerhousefilms.com'),(90864,9879,'reply_to_header','monahan.julieta@gmail.com'),(90865,9879,'transport_uri','smtp:none:none://localhost:25'),(90866,9879,'original_to','admin@flowerhousefilms.com'),(90867,9879,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Administrator!\"'),(90868,9879,'original_message','Julieta Monahan <monahan.julieta@gmail.com>\nHello flowerhousefilms.com Administrator!\n\nUse AI to boost your TikTok account organically for free for 7 days. Our system uses AI to target users based on trending topics and audience of competitor TikTok accounts. There are only nine slots left here. Grab your spot now:  https://cutt.ly/Sw5D5pO4\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90869,9879,'original_headers','From: Julieta Monahan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: monahan.julieta@gmail.com\n'),(90870,9879,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 05 May 2024 13:07:17 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Julieta Monahan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: monahan.julieta@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Administrator!\"\r\nDate: Sun, 05 May 2024 20:07:17 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJulieta Monahan <monahan.julieta@gmail.com>=0AHello flowerhousefilms.com=\r\n Administrator!=0A=0AUse AI to boost your TikTok account organically for=\r\n free for 7 days. Our system uses AI to target users based on trending t=\r\nopics and audience of competitor TikTok accounts. There are only nine sl=\r\nots left here. Grab your spot now:  https://cutt.ly/Sw5D5pO4=0A=0A--=0AT=\r\nhis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (http=\r\ns://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s3i8j-000M6W-2L\r\n'),(91064,9899,'reply_to_header','legge.geneva@gmail.com'),(91065,9899,'transport_uri','smtp:none:none://localhost:25'),(91066,9899,'original_to','admin@flowerhousefilms.com'),(91067,9899,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(91068,9899,'original_message','Ravi Legge <legge.geneva@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91069,9899,'original_headers','From: Ravi Legge <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: legge.geneva@gmail.com\n'),(91070,9899,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 09 May 2024 16:57:44 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Legge <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: legge.geneva@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Thu, 09 May 2024 23:57:44 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Legge <legge.geneva@gmail.com>=0AWhy You are not in Googles search=\r\n first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Webomaze A=\r\nustralia. You have finally found an SEO Company that GETS RESULTS. The p=\r\nroof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=0A=\r\n=0D=0A I recently grew my client=E2=80=99s organic search traffi with hi=\r\ngh google search ranking  by 166% in 4 months. We=E2=80=99re an SEO Comp=\r\nany with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we d=\r\no everything to make it a great experience of working with us. We are in=\r\n touch with you at every stage of the project. Even after we deliver the=\r\n project, I will support you with any query you have. =0D=0A=0D=0A=0D=0A=\r\nContact me today and get a FREE SEO AUDIT for your website=0D=0A=0D=0ACl=\r\nick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=0A--=0ATh=\r\nis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https=\r\n://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5Ddw-008lvv-2J\r\n'),(90969,9889,'original_headers','From: Maham Osorio <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: jamika.osorio13@gmail.com\n'),(90970,9889,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 07 May 2024 15:52:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Maham Osorio <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: jamika.osorio13@gmail.com\r\nSubject: Flowerhouse Films \"Do you Account in Instagram?\"\r\nDate: Tue, 07 May 2024 22:52:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMaham Osorio <jamika.osorio13@gmail.com>=0ADo you Account in Instagram?=\r\n=0A=0AThe Instagram social media platform has seen explosive growth over=\r\n the last two years. It now has 500=0D=0Amillion users that are desperat=\r\ne for fun and exciting content and this is a massive opportunity for you=\r\n=0D=0Ato promote your business.=0D=0A=0D=0AI can help you to grow and pr=\r\nomote your Instagram  account organically=0D=0Avisit my 5 star profile a=\r\nnd join over 3000 happy customer=0D=0A=0D=0AClick here to check out  and=\r\n lets start work together  =3D=3D=3D=3D=3D > https://tinyurl.com/mw6x9du=\r\nz=0D=0A=0D=0ASee you there!=0D=0ARegards=0D=0AMaham=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1s4Tfq-00F1zv-0b\r\n'),(89181,9711,'success','1'),(89182,9711,'from_header','Gertie Krieger <admin@flowerhousefilms.com>'),(89183,9711,'to_header','admin@flowerhousefilms.com'),(89184,9711,'reply_to_header','krieger.gertie@gmail.com'),(89185,9711,'transport_uri','smtp:none:none://localhost:25'),(89186,9711,'original_to','admin@flowerhousefilms.com'),(89187,9711,'original_subject','Flowerhouse Films \"Today Only\"'),(89188,9711,'original_message','Gertie Krieger <krieger.gertie@gmail.com>\nToday Only\n\nHi,\r\n\r\nWant thousands of clients? We have compiled a list of all consumers and business\'s across 149 countries for you.\r\n\r\nWe have a special that is running today and valid till the end of the day. Come check us out:\r\n\r\nhttps://flowerhousefilms.leadsmax.biz/\r\n\r\nConsumer Records: 294,582,351\r\nBusiness Records: 25,215,278\r\n\r\nSelling at $99 today only.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89189,9711,'original_headers','From: Gertie Krieger <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: krieger.gertie@gmail.com\n'),(90986,9891,'original_to','admin@flowerhousefilms.com'),(90987,9891,'original_subject','Flowerhouse Films \"Website Development\"'),(90988,9891,'original_message','Vin <hireresource009@outlook.com>\nWebsite Development\n\nHey, This is Vin. I am a Website developer and designer specializing in WordPress, html, php, css ,js, Informative websites,E-Commerce stores. If you need any assistance in creating a new page, new design, developing new functionality, changing any existing functionality, monthly maintenance, any theme related work or uploading content, then let\'s have a video call. \r\n\r\nI will show you the websites that I have developed. The best part is that I charge just $15/hr to $40/hr depending complexity of work.  \r\n\r\nFeel free to send me an email at hireresource009@outlook.com to discuss it further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90989,9891,'original_headers','From: Vin <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hireresource009@outlook.com\n'),(90990,9891,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 08 May 2024 04:59:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Vin <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hireresource009@outlook.com\r\nSubject: Flowerhouse Films \"Website Development\"\r\nDate: Wed, 08 May 2024 11:59:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nVin <hireresource009@outlook.com>=0AWebsite Development=0A=0AHey, This i=\r\ns Vin. I am a Website developer and designer specializing in WordPress,=\r\n html, php, css ,js, Informative websites,E-Commerce stores. If you need=\r\n any assistance in creating a new page, new design, developing new funct=\r\nionality, changing any existing functionality, monthly maintenance, any=\r\n theme related work or uploading content, then let\'s have a video call.=\r\n =0D=0A=0D=0AI will show you the websites that I have developed. The bes=\r\nt part is that I charge just $15/hr to $40/hr depending complexity of wo=\r\nrk.  =0D=0A=0D=0AFeel free to send me an email at hireresource009@outloo=\r\nk.com to discuss=C2=A0it=C2=A0further.=0A=0A--=0AThis e-mail was sent fr=\r\nom a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefil=\r\nms.com)\r\n.\r\n250 OK id=1s4fxa-00EGXs-0r\r\n'),(89143,9707,'to_header','admin@flowerhousefilms.com'),(89144,9707,'reply_to_header','wallace.bellinger45@gmail.com'),(89145,9707,'transport_uri','smtp:none:none://localhost:25'),(89146,9707,'original_to','admin@flowerhousefilms.com'),(89147,9707,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"'),(89148,9707,'original_message','Wallace Bellinger <wallace.bellinger45@gmail.com>\nDear flowerhousefilms.com Admin!\n\nFinancial independence!\r\nEveryone dreams of it, do you?\r\nIf yes, then go to our website https://www.club4you.net/1699858207 watch the info video (click on your flag below the video to watch it in your language) and then go to registration and restart your life!\r\nIn the last 5 years, over 2 million people have become financially independent with us!\r\nYou can too, because it couldn\'t be easier!\r\nYou can also send us an email and you will get further information:\r\nbecome.free.with30dollars@gmail.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89149,9707,'original_headers','From: Wallace Bellinger <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: wallace.bellinger45@gmail.com\n'),(89150,9707,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 24 Mar 2024 06:16:35 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Wallace Bellinger <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: wallace.bellinger45@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"\r\nDate: Sun, 24 Mar 2024 13:16:35 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nWallace Bellinger <wallace.bellinger45@gmail.com>=0ADear flowerhousefilm=\r\ns.com Admin!=0A=0AFinancial independence!=0D=0AEveryone dreams of it, do=\r\n you?=0D=0AIf yes, then go to our website https://www.club4you.net/16998=\r\n58207 watch the info video (click on your flag below the video to watch=\r\n it in your language) and then go to registration and restart your life!=\r\n=0D=0AIn the last 5 years, over 2 million people have become financially=\r\n independent with us!=0D=0AYou can too, because it couldn\'t be easier!=\r\n=0D=0AYou can also send us an email and you will get further information=\r\n:=0D=0Abecome.free.with30dollars@gmail.com=0A=0A--=0AThis e-mail was sen=\r\nt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhous=\r\nefilms.com)\r\n.\r\n250 OK id=1roNiF-00CxIL-0z\r\n'),(90951,9888,'success','1'),(90952,9888,'from_header','RobertVulge <admin@flowerhousefilms.com>'),(90953,9888,'to_header','admin@flowerhousefilms.com'),(90954,9888,'reply_to_header','maski8palge@hotmail.com'),(90955,9888,'transport_uri','smtp:none:none://localhost:25'),(90956,9888,'original_to','admin@flowerhousefilms.com'),(90957,9888,'original_subject','Flowerhouse Films \"Te invitamos a un intercambio criptográfico privado\"'),(90958,9888,'original_message','RobertVulge <maski8palge@hotmail.com>\nTe invitamos a un intercambio criptográfico privado\n\n¡Buenas tardes! Te damos un código promocional - ZBXM777 \r\nActívelo en su cuenta personal después de registrarse en www.cexasia.pro \r\nY recibirá hasta 1000 USDT en su depósito. ¡Feliz trading!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89481,9741,'success','1'),(89482,9741,'from_header','Paul Messerschmidt <admin@flowerhousefilms.com>'),(89483,9741,'to_header','admin@flowerhousefilms.com'),(89484,9741,'reply_to_header','paulmmesserschmidt@gmail.com'),(89485,9741,'transport_uri','smtp:none:none://localhost:25'),(89486,9741,'original_to','admin@flowerhousefilms.com'),(89487,9741,'original_subject','Flowerhouse Films \"Did you notice?\"'),(89488,9741,'original_message','Paul Messerschmidt <paulmmesserschmidt@gmail.com>\nDid you notice?\n\nHi,\r\nI noticed that your Google setup is messed up, try using this tool. I can recommend trying it!\r\n\r\nhttps://localviking.com?fpr=lukas92\r\n\r\nIt\'s a Google My Business management tool that allows you to schedule GMB posts, track Local Pack rankings, upload photographs, and handle reviews from a single interface.\r\n\r\nRegards,\r\nPaul \r\nGoogle specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89489,9741,'original_headers','From: Paul Messerschmidt <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: paulmmesserschmidt@gmail.com\n'),(89490,9741,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 03 Apr 2024 00:20:21 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Paul Messerschmidt <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: paulmmesserschmidt@gmail.com\r\nSubject: Flowerhouse Films \"Did you notice?\"\r\nDate: Wed, 03 Apr 2024 07:20:21 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPaul Messerschmidt <paulmmesserschmidt@gmail.com>=0ADid you notice?=0A=\r\n=0AHi,=0D=0AI noticed that your Google setup is messed up, try using thi=\r\ns tool. I can recommend trying it!=0D=0A=0D=0Ahttps://localviking.com?fp=\r\nr=3Dlukas92=0D=0A=0D=0AIt\'s a Google My Business management tool that al=\r\nlows you to schedule GMB posts, track Local Pack rankings, upload photog=\r\nraphs, and handle reviews from a single interface.=0D=0A=0D=0ARegards,=\r\n=0D=0APaul =0D=0AGoogle specialist=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1rruuz-00CMXR-1U\r\n'),(90731,9866,'success','1'),(90732,9866,'from_header','Ed Frez <admin@flowerhousefilms.com>'),(90733,9866,'to_header','admin@flowerhousefilms.com'),(90734,9866,'reply_to_header','EdFrez689@gmail.com'),(90735,9866,'transport_uri','smtp:none:none://localhost:25'),(90736,9866,'original_to','admin@flowerhousefilms.com'),(90737,9866,'original_subject','Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"'),(90738,9866,'original_message','Ed Frez <EdFrez689@gmail.com>\nTransform Your Online Presence with Our Web Design Excellence\n\nHello,\r\n\r\nReady to transform your online presence? Our Web Design excellence creates websites that inspire and engage. Let\'s partner together to create a digital experience that propels your brand towards success.\r\n\r\nWarm regards,\n\nEdward Frez | Web Developer\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90739,9866,'original_headers','From: Ed Frez <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: EdFrez689@gmail.com\n'),(90740,9866,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 01 May 2024 20:53:27 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ed Frez <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: EdFrez689@gmail.com\r\nSubject: Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"\r\nDate: Thu, 02 May 2024 03:53:27 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEd Frez <EdFrez689@gmail.com>=0ATransform Your Online Presence with Our=\r\n Web Design Excellence=0A=0AHello,=0D=0A=0D=0AReady to transform your on=\r\nline presence? Our Web Design excellence creates websites that inspire a=\r\nnd engage. Let\'s partner together to create a digital experience that pr=\r\nopels your brand towards success.=0D=0A=0D=0AWarm regards,=0A=0AEdward F=\r\nrez | Web Developer=0A=0A--=0AThis e-mail was sent from a contact form o=\r\nn Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s2NVf-007vIF-39\r\n'),(90749,9867,'original_headers','From: Edwin French <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: frenchedwin656@gmail.com\n'),(90697,9862,'original_subject','Flowerhouse Films \"Watch This Video\"'),(90696,9862,'original_to','admin@flowerhousefilms.com'),(90691,9862,'success','1'),(90692,9862,'from_header','Lucienne Coombe <admin@flowerhousefilms.com>'),(90695,9862,'transport_uri','smtp:none:none://localhost:25'),(90694,9862,'reply_to_header','coombe.lucienne@outlook.com'),(90693,9862,'to_header','admin@flowerhousefilms.com'),(89959,9788,'original_headers','From: Marsha Solis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: solis.marsha@hotmail.com\n'),(89960,9788,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 14 Apr 2024 21:02:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Marsha Solis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: solis.marsha@hotmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"\r\nDate: Mon, 15 Apr 2024 04:02:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMarsha Solis <solis.marsha@hotmail.com>=0AHello flowerhousefilms.com Adm=\r\nin.=0A=0ADid you know that a mere 1% of users bother to browse past the=\r\n first page of search results? Don\'t miss the chance to attract more tra=\r\nffic - get a complimentary website SEO audit today and boost your search=\r\n engine ranking. Click here to fill out the form for Free SEO Website Au=\r\ndit: https://badgerdigitalmarketingsolutions.com/contact/=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwDYX-00BsCZ-27\r\n'),(89531,9746,'success','1'),(89532,9746,'from_header','Dana Silva <admin@flowerhousefilms.com>'),(89546,9747,'original_to','admin@flowerhousefilms.com'),(89547,9747,'original_subject','Flowerhouse Films \"Hi, i am writing about     price for reseller\"'),(89548,9747,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nHi, i am writing about     price for reseller\n\nSveiki, es gribēju zināt savu cenu.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89571,9750,'success','1'),(89572,9750,'from_header','Caleb Davis <admin@flowerhousefilms.com>'),(89573,9750,'to_header','admin@flowerhousefilms.com'),(89574,9750,'reply_to_header','partnerships@setcreliefconsultants.com'),(89575,9750,'transport_uri','smtp:none:none://localhost:25'),(89576,9750,'original_to','admin@flowerhousefilms.com'),(89577,9750,'original_subject','Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"'),(89578,9750,'original_message','Caleb Davis <partnerships@setcreliefconsultants.com>\nThe Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\n\nHey, Caleb here~\r\n\r\nJudging from your website, it looks like you’re classified as self-employed.\r\n\r\nAs a self-employed American, you may be eligible for up to $32,220 through the IRS\'s Self-Employed Tax Credit program:\r\nirs.gov/newsroom/tax-credits-for-paid-leave-under-the-american-rescue-plan-act-of-2021-specific-provisions-related-to-self-employed-individuals\r\n\r\nAt The Relief Consultants, we\'re here to help you access these funds. \r\n\r\nYou can easily check your estimated refund amount for the SETC program here, and book a free consultation if you want\r\nhttps://www.sickleavecredit.com/?referral_code=SETC_Consulting&utm_source=referral-partner&fbclid=IwAR2RFgs_GKciOzdxUm94ZSB6BNGcba01-MgElGVfRaEQYuJsgQiydp7J70k\r\n\r\nBTW, our process is designed with your security in mind:\r\nWe get paid only after we\'ve successfully secured your funds, ensuring an entirely risk-free experience for our clients.\r\n\r\nWith The Relief Consultants, you\'re in capable hands. Hoping to hear from you.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nBest regards,\r\n\r\nCaleb Davis\r\n\r\nSETC Relief Consultants\r\n+1 619 798 8260\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo stop receiving marketing messages, reply “Stop” in the subject line for your website: flowerhousefilms.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n2\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90911,9884,'success','1'),(90912,9884,'from_header','Johan <admin@flowerhousefilms.com>'),(90913,9884,'to_header','admin@flowerhousefilms.com'),(90914,9884,'reply_to_header','johan@pcxresponder.com'),(90915,9884,'transport_uri','smtp:none:none://localhost:25'),(90916,9884,'original_to','admin@flowerhousefilms.com'),(90917,9884,'original_subject','Flowerhouse Films \"Do you need more client leads?\"'),(90918,9884,'original_message','Johan <johan@pcxresponder.com>\nDo you need more client leads?\n\nHi,\r\n\r\nWe are a provider of premium databases for companies.\r\n\r\nI want to know if you need any sort of data for your business?\r\n\r\nPlease respond to this email and let us know what you are looking for.\r\n\r\nRegards\r\nJohan\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90919,9884,'original_headers','From: Johan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: johan@pcxresponder.com\n'),(90920,9884,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 06 May 2024 18:09:03 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Johan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: johan@pcxresponder.com\r\nSubject: Flowerhouse Films \"Do you need more client leads?\"\r\nDate: Tue, 07 May 2024 01:09:03 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohan <johan@pcxresponder.com>=0ADo you need more client leads?=0A=0AHi,=\r\n=0D=0A=0D=0AWe are a provider of premium databases for companies.=0D=0A=\r\n=0D=0AI want to know if you need any sort of data for your business?=0D=\r\n=0A=0D=0APlease respond to this email and let us know what you are looki=\r\nng for.=0D=0A=0D=0ARegards=0D=0AJohan=0A=0A--=0AThis e-mail was sent fro=\r\nm a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilm=\r\ns.com)\r\n.\r\n250 OK id=1s49KJ-003XEZ-2G\r\n'),(90938,9886,'original_message','Madeline Dickinson <admin@charterunionfin.com>\nHi flowerhousefilms.com Administrator.\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses and financial needs is completely possible.\r\n\r\nYou can now fund your projects, businesses without worries of repayment as you can have ample amount of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients globlly to help provide funding for their various Businesses and Projects, edging them towards a better buiness and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\ninfo@charterunionfin.com\r\n+852 8199 9324\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90939,9886,'original_headers','From: Madeline Dickinson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: admin@charterunionfin.com\n'),(90940,9886,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 06 May 2024 23:49:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Madeline Dickinson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: admin@charterunionfin.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"\r\nDate: Tue, 07 May 2024 06:49:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMadeline Dickinson <admin@charterunionfin.com>=0AHi flowerhousefilms.com=\r\n Administrator.=0A=0ADo not stay out of business, or close down due to l=\r\nack of Funding and finance. Your projects, businesses and financial need=\r\ns is completely possible.=0D=0A=0D=0AYou can now fund your projects, bus=\r\ninesses without worries of repayment as you can have ample amount of tim=\r\ne to execute your projects and businesses and build up, grow financially=\r\n, to achieve your complete set goals.=0D=0A=0D=0AAre you also a broker/c=\r\nonsultant? Make life easy for various of your clients globlly to help pr=\r\novide funding for their various Businesses and Projects, edging them tow=\r\nards a better buiness and financial goals.=0D=0A=0D=0AChu Yeung=0D=0ACus=\r\ntomer Care Department=0D=0Ainfo@charterunionfin.com=0D=0A+852 8199 9324=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4Edy-00B5uL-0O\r\n'),(90221,9815,'success','1'),(90222,9815,'from_header','Trevor Kortig <admin@flowerhousefilms.com>'),(90281,9821,'success','1'),(90282,9821,'from_header','R tlg <admin@flowerhousefilms.com>'),(90283,9821,'to_header','admin@flowerhousefilms.com'),(90284,9821,'reply_to_header','contact@contactformleads.com'),(90285,9821,'transport_uri','smtp:none:none://localhost:25'),(90286,9821,'original_to','admin@flowerhousefilms.com'),(90287,9821,'original_subject','Flowerhouse Films \"Struggling to Generate Leads? We Have the affordable yet working Solution!\"'),(90288,9821,'original_message','R tlg <contact@contactformleads.com>\nStruggling to Generate Leads? We Have the affordable yet working Solution!\n\nHi guys\r\n\r\nAre you struggling at flowerhousefilms.com to generate leads and to grow your business? You\'re not alone. Many businesses face obstacles when it comes to engaging potential customers and increasing conversions. But fear not, because we have the solution!\r\n\r\nAt Contact Form Leads, we specialize in contact form marketing - a powerful strategy for connecting with your audience and creating high-quality leads. Our platform makes it effortless for you to reach out to potential customers straight through their contact forms, bypassing traditional advertising methods and grabbing their attention where it matters most.\r\n\r\nCost\r\n- 100k submissions (USA or Worldwide): $9\r\n- 1M submissions: $47\r\n- 2M submissions $89\r\n- 4M submissions $169\r\n\r\nWith our comprehensive suite of tools and services, you can optimize your outreach efforts, target specific demographics and industries, and track the performance of your campaigns with ease. Our platform is crafted to help you overcome the challenges of lead generation and attain your business goals with confidence.\r\n\r\nReady to supercharge your marketing efforts and unlock a world of opportunities? Sign up for Contact Form Leads today and start generating leads like never before!\r\n\r\nBest regards\r\nRobert Thompson\r\nhttps://contactformleads.com/?refid=1203\r\n\r\n\r\nShould you have any more queries, feel free to get in touch!\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nRue Du Manoir 372, Lockport, NY, USA, 6250\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90349,9827,'original_headers','From: Cain Hartman <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cainhartman85@gmail.com\n'),(90350,9827,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 01:59:54 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cain Hartman <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cainhartman85@gmail.com\r\nSubject: Flowerhouse Films \"question\"\r\nDate: Tue, 23 Apr 2024 08:59:54 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCain Hartman <cainhartman85@gmail.com>=0Aquestion=0A=0AHave you ever con=\r\nsidered hiring a Full time VA 160 hours for only $197 per month?=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzC0I-00DDWy-1n\r\n'),(90351,9828,'success','1'),(90352,9828,'from_header','Cain Hartman <admin@flowerhousefilms.com>'),(90353,9828,'to_header','admin@flowerhousefilms.com'),(90354,9828,'reply_to_header','cainhartman85@gmail.com'),(90355,9828,'transport_uri','smtp:none:none://localhost:25'),(90356,9828,'original_to','admin@flowerhousefilms.com'),(90357,9828,'original_subject','Flowerhouse Films \"question\"'),(90358,9828,'original_message','Cain Hartman <cainhartman85@gmail.com>\nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90359,9828,'original_headers','From: Cain Hartman <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cainhartman85@gmail.com\n'),(90360,9828,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 23 Apr 2024 02:01:16 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cain Hartman <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cainhartman85@gmail.com\r\nSubject: Flowerhouse Films \"question\"\r\nDate: Tue, 23 Apr 2024 09:01:16 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCain Hartman <cainhartman85@gmail.com>=0Aquestion=0A=0AHave you ever con=\r\nsidered hiring a Full time VA 160 hours for only $197 per month?=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzC1c-00DGym-2Y\r\n'),(90948,9887,'original_message','Renel Segura <bizwinteam@gmail.com>\nExciting News: New Government Stimulus for Self-Employed 1099 Individuals Inside!\n\nIntroducing a streamlined process for claiming your Self-Employed Tax Credits (SETC)\r\n\r\nThe easiest, fastest, and most secure way to access your entitled benefits.\r\n\r\nHere\'s what you need to know:\r\n\r\nUp to $32,220 per self-employed individual available\r\n\r\nApply for quarters Q2 (2020) through Q3 (2021)\r\n\r\nRetroactive claims allowed for a limited time\r\n\r\nDon\'t miss out on this new opportunity to receive reimbursement for COVID-related issues that kept you from working.\r\n\r\nTake our pre-qualification survey now to get started on unlocking your tax credits!\r\n\r\nApply today before government stimulus funds run out.\r\n\r\napply-for-setc.com\r\n\r\nBest regards,\r\n\r\nRene Segura\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you for your interest in our communications. \r\nWe understand that everyone\'s preferences are different\r\nand we respect your decision to opt out of our messages.\r\nI may receive a commission if you apply and qualify.\r\nRene Segura 836 Southampton Road Step B# 146 Benicia Ca 94510\r\n\r\nYou can unsubscribe from our promotional offers with the link below.\r\nhttps://www.rewardocity.com/?info=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90944,9887,'reply_to_header','bizwinteam@gmail.com'),(90945,9887,'transport_uri','smtp:none:none://localhost:25'),(90946,9887,'original_to','admin@flowerhousefilms.com'),(90947,9887,'original_subject','Flowerhouse Films \"Exciting News: New Government Stimulus for Self-Employed 1099 Individuals Inside!\"'),(90981,9891,'success','1'),(90982,9891,'from_header','Vin <admin@flowerhousefilms.com>'),(90983,9891,'to_header','admin@flowerhousefilms.com'),(90984,9891,'reply_to_header','hireresource009@outlook.com'),(90985,9891,'transport_uri','smtp:none:none://localhost:25'),(90931,9886,'success','1'),(90941,9887,'success','1'),(90942,9887,'from_header','Renel Segura <admin@flowerhousefilms.com>'),(90943,9887,'to_header','admin@flowerhousefilms.com'),(90241,9817,'success','1'),(90242,9817,'from_header','Crystal Ford <admin@flowerhousefilms.com>'),(90243,9817,'to_header','admin@flowerhousefilms.com'),(90244,9817,'reply_to_header','crystalmford16@gmail.com'),(90245,9817,'transport_uri','smtp:none:none://localhost:25'),(90246,9817,'original_to','admin@flowerhousefilms.com'),(90247,9817,'original_subject','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"'),(90248,9817,'original_message','Crystal Ford <crystalmford16@gmail.com>\nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\r\n\n\nCrystal Ford\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90249,9817,'original_headers','From: Crystal Ford <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: crystalmford16@gmail.com\n'),(90250,9817,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 21 Apr 2024 08:12:15 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Crystal Ford <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: crystalmford16@gmail.com\r\nSubject: Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"\r\nDate: Sun, 21 Apr 2024 15:12:15 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCrystal Ford <crystalmford16@gmail.com>=0AShape Your Brand\'s Digital Fut=\r\nure with Our Web Design Solutions=0A=0AHello,=0D=0A=0D=0ALooking to shap=\r\ne your brand\'s digital future? Our Web Design solutions offer strategic=\r\n guidance and creative brilliance to help your brand thrive online. Let\'=\r\ns collaborate to create a website that drives growth and success for you=\r\nr brand.=0D=0A=0D=0ABest regards,=0D=0A=0A=0ACrystal Ford=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryYrX-008pan-20\r\n'),(91049,9897,'original_headers','From: Johny McAnulty <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: nydia.mcanulty40@gmail.com\n'),(91050,9897,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 09 May 2024 01:56:21 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Johny McAnulty <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: nydia.mcanulty40@gmail.com\r\nSubject: Flowerhouse Films \"New Geology Records of Extraterrestrial Life\"\r\nDate: Thu, 09 May 2024 08:56:21 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohny McAnulty <nydia.mcanulty40@gmail.com>=0ANew Geology Records of Ext=\r\nraterrestrial Life=0A=0ADear flowerhousefilms.com webmaster,=0D=0A=0D=0A=\r\nI=E2=80=99m very excited to share with you a new groundbreaking publicat=\r\nion that will stir the scientific community: \"Secrets of the Winds, Disc=\r\novery Chronicles of Earth\'s=E2=80=99 Galactic Odyssey\" This compelling n=\r\new book unveils significant geological evidence that will redefine our u=\r\nnderstanding of extraterrestrial life.=0D=0A=0D=0AInside \'Secrets of the=\r\n Winds=E2=80=99; =0D=0A- Revolutionary Findings:  Journey through the po=\r\nrtal as I reveal how recent geological discoveries have unearthed signs=\r\n of ancient extraterrestrial life forms.=0D=0A- Earth\'s Hidden Blueprint=\r\ns: Learn about the enigmatic geological formations, and world - changing=\r\n events that have been shaped by forces beyond our world.=0D=0A- A Bold=\r\n Perspective: Expert insights with stunning microscope fossils and corre=\r\nlating Google Earth images, this book offers a fresh and riveting look a=\r\nt our planet\'s history and its cosmic connections.=0D=0A=0D=0AWhether yo=\r\nu\'re a geologist, scientist, engineer or simply captivated by the myster=\r\nies of the universe, \"Secrets of the Winds\" promises to take you on an e=\r\nnlightening adventure.=0D=0A=0D=0AI would be honored if you could share=\r\n this news with your audience. For more information or to request a revi=\r\new copy, please reply to this email and visit my engaging website.=0D=0A=\r\n=0D=0AThank you for your time and consideration. Enjoy discovering these=\r\n amazing secrets for yourself!=0D=0A=0D=0AWarm regards,=0D=0A=0D=0AJohnn=\r\ny Tesone, explore@geovortex.net=0D=0AGeologist, Author, GeoVortex, www.g=\r\neovortex.net=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4zZd-006nTa-1K\r\n'),(91051,9898,'success','1'),(91052,9898,'from_header','Latasha Nesbit <admin@flowerhousefilms.com>'),(91053,9898,'to_header','admin@flowerhousefilms.com'),(91054,9898,'reply_to_header','nesbit.latasha59@gmail.com'),(91055,9898,'transport_uri','smtp:none:none://localhost:25'),(91056,9898,'original_to','admin@flowerhousefilms.com'),(91057,9898,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"'),(91058,9898,'original_message','Latasha Nesbit <nesbit.latasha59@gmail.com>\nHello flowerhousefilms.com Webmaster.\n\nBest financial company to fund your business project globally, i can help, email me here:                                                                                                         info@financeworldwidehk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91059,9898,'original_headers','From: Latasha Nesbit <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: nesbit.latasha59@gmail.com\n'),(91060,9898,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 09 May 2024 14:19:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Latasha Nesbit <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: nesbit.latasha59@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"\r\nDate: Thu, 09 May 2024 21:19:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLatasha Nesbit <nesbit.latasha59@gmail.com>=0AHello flowerhousefilms.com=\r\n Webmaster.=0A=0ABest financial company to fund your business project gl=\r\nobally, i can help, email me here:                                     =\r\n                                                                    info=\r\n@financeworldwidehk.com=0A=0A--=0AThis e-mail was sent from a contact fo=\r\nrm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5BAx-005PEL-1h\r\n'),(91199,9912,'original_headers','From: Dylan Holguin <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: dylan.holguin@msn.com\n'),(91200,9912,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 13 May 2024 08:10:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Dylan Holguin <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: dylan.holguin@msn.com\r\nSubject: Flowerhouse Films \"Free Trial: 40 Hours On Us!. Kickstart Your Project with On-Demand Developers\"\r\nDate: Mon, 13 May 2024 15:10:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDylan Holguin <dylan.holguin@msn.com>=0AFree Trial: 40 Hours On Us!. Kic=\r\nkstart Your Project with On-Demand Developers=0A=0AHire expert coders wi=\r\nthin just 1 hour for a wide range of technologies including React, React=\r\n JS, Flutter, Python, Angular, Laravel, Node.js, PHP, MEAN stack, Full s=\r\ntack, Android, Java, .NET, AI, ML and many more.=0D=0A=0D=0AConduct your=\r\n own technical assessment interviews and tests before bringing on board=\r\n quality resources from our bench pool. Developers working remotely in Y=\r\nOUR time-zone.=0D=0A=0D=0AWith 40% More Affordable & 0% Coder Backing ou=\r\nt. Begin your 40 hours Safe Trial Immediately.=0D=0A=0D=0Ahttps://bit.ly=\r\n/3UWNFzw=0D=0A=0D=0A=0D=0AUnsubscribe here if you don\'t want to get thes=\r\ne great messages: https://form.jotform.com/241333524965458=0D=0ALodewijk=\r\nstraat 47, Corning, NY, USA, 3417 Ve=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1s6XJw-00HJeX-1D\r\n'),(89141,9707,'success','1'),(89142,9707,'from_header','Wallace Bellinger <admin@flowerhousefilms.com>'),(90961,9889,'success','1'),(90962,9889,'from_header','Maham Osorio <admin@flowerhousefilms.com>'),(90963,9889,'to_header','admin@flowerhousefilms.com'),(90964,9889,'reply_to_header','jamika.osorio13@gmail.com'),(90965,9889,'transport_uri','smtp:none:none://localhost:25'),(90966,9889,'original_to','admin@flowerhousefilms.com'),(90967,9889,'original_subject','Flowerhouse Films \"Do you Account in Instagram?\"'),(90968,9889,'original_message','Maham Osorio <jamika.osorio13@gmail.com>\nDo you Account in Instagram?\n\nThe Instagram social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your Instagram  account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out  and lets start work together  ===== > https://tinyurl.com/mw6x9duz\r\n\r\nSee you there!\r\nRegards\r\nMaham\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89341,9727,'success','1'),(89342,9727,'from_header','Florence Niland <admin@flowerhousefilms.com>'),(89364,9729,'reply_to_header','revers@1ti.ru'),(89365,9729,'transport_uri','smtp:none:none://localhost:25'),(89366,9729,'original_to','admin@flowerhousefilms.com'),(89367,9729,'original_subject','Flowerhouse Films \"anti-rpp40 купить онлайн в интернет-магазине химмед\"'),(89368,9729,'original_message','Lavillbiolo <revers@1ti.ru>\nanti-rpp40 купить онлайн в интернет-магазине химмед\n\n<a href=https://chimmed.ru/products/56-dimetoksi-2-4-piperidinilmetilenindan-1-on-id=8650333>5,6-диметокси-2-(4-пиперидинил)метилениндан-1-он купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-rpp25l купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-rpp38 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-rpp40 купить онлайн в интернет-магазине химмед </b> \r\n \r\n5,6-диметокси-2-(4-пиридилметилен)-1-инданон купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/56-dimetoksi-2-4-piridilmetilen-1-indanon-id=8650338\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89361,9729,'success','1'),(89362,9729,'from_header','Lavillbiolo <admin@flowerhousefilms.com>'),(89363,9729,'to_header','admin@flowerhousefilms.com'),(89329,9725,'original_headers','From: Phil Stewart <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: noreplyhere@aol.com\n'),(89330,9725,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 28 Mar 2024 20:25:23 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Phil Stewart <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: noreplyhere@aol.com\r\nSubject: Flowerhouse Films \"??\"\r\nDate: Fri, 29 Mar 2024 03:25:23 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPhil Stewart <noreplyhere@aol.com>=0A??=0A=0AHey, looking to boost your=\r\n ad game? Picture your message hitting website contact forms worldwide,=\r\n grabbing attention from potential customers everywhere! Starting at jus=\r\nt under a hundred bucks my budget-friendly packages are designed to make=\r\n an impact. Drop me an email now to discuss how you can get more leads a=\r\nnd sales now!=0D=0A=0D=0APhil Stewart=0D=0AEmail: nc5stm@mail-to-form.xy=\r\nz=0D=0ASkype: form-blasting=0A=0A--=0AThis e-mail was sent from a contac=\r\nt form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rq2rr-00Dswo-2O\r\n'),(91030,9895,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 08 May 2024 18:49:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Rocco Heysen <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: heysen.rocco@googlemail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com administrator!\"\r\nDate: Thu, 09 May 2024 01:49:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRocco Heysen <heysen.rocco@googlemail.com>=0AHello flowerhousefilms.com=\r\n administrator!=0A=0AI\'ve noticed that your flowerhousefilms.com website=\r\n could be missing out on approximately 1,000 visitors daily. Our AI powe=\r\nred traffic system is designed to significantly increase your site\'s vis=\r\nibility: https://tinyurl.com/bdhyuajv=0D=0AWe\'re offering a free trial t=\r\nhat includes 500 targeted visitors to demonstrate the potential benefits=\r\n.. After the trial, we can provide up to 250,000 targeted visitors per mo=\r\nnth. This opportunity could greatly increase your website\'s reach and tr=\r\naffic.=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4sug-00F9RQ-36\r\n'),(91123,9905,'to_header','admin@flowerhousefilms.com'),(91124,9905,'reply_to_header','lenora.millen@msn.com'),(91125,9905,'transport_uri','smtp:none:none://localhost:25'),(91126,9905,'original_to','admin@flowerhousefilms.com'),(91127,9905,'original_subject','Flowerhouse Films \"Urgent Reminder: Claim Your Usd32k Tax Credit Before It\'s Too Late!\"'),(91128,9905,'original_message','Lenora Millen <lenora.millen@msn.com>\nUrgent Reminder: Claim Your Usd32k Tax Credit Before It\'s Too Late!\n\nMay 17th has almost arrived - have you filed for your $32,222 SETC Tax Credit yet?|If you were a gig worker, freelancer, content creator, sole proprietor single llc or gig economy worker you may be eligible for up to $32K SETC Tax Credit. It is valid until May 17th.\r\n\r\nCheck out the link, watch the short youtube video ( https://www.youtube.com/watch?v=WCe0W8a_oag )\r\n\r\nand if you qualify, fill out the form https://bit.ly/3WDGWvg\r\n\r\nSETC Pros boasts a 90% success rate in aiding individuals to get the Tax Credits they rightfully deserve. This is not a loan and there is no payback, this is the remaining COVID-19 tax credit money.\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://form.jotform.com/241243363091449\r\nNymarksgyden 66, Lockport, New York, US, 2970\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90391,9832,'success','1'),(90392,9832,'from_header','Audra Madewell <admin@flowerhousefilms.com>'),(90393,9832,'to_header','admin@flowerhousefilms.com'),(90141,9807,'success','1'),(90142,9807,'from_header','Nicki Shockey <admin@flowerhousefilms.com>'),(90143,9807,'to_header','admin@flowerhousefilms.com'),(90144,9807,'reply_to_header','info@meta-hills.cam'),(90145,9807,'transport_uri','smtp:none:none://localhost:25'),(90146,9807,'original_to','admin@flowerhousefilms.com'),(90147,9807,'original_subject','Flowerhouse Films \"Question about your website\"'),(90148,9807,'original_message','Nicki Shockey <info@meta-hills.cam>\nQuestion about your website\n\nCan you give me with a set of your product technical details?\r\n\r\n\r\n\r\n\r\n\r\nNicki, Shockey\r\n\r\n4976 Reynolds Alley, Los Angeles, CA 90014, United States.\r\n\r\n 314596973\r\n\r\nIf you do not wish to receive further emails from us.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90149,9807,'original_headers','From: Nicki Shockey <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: info@meta-hills.cam\n'),(90150,9807,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 04:47:18 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Nicki Shockey <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: info@meta-hills.cam\r\nSubject: Flowerhouse Films \"Question about your website\"\r\nDate: Fri, 19 Apr 2024 11:47:18 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nNicki Shockey <info@meta-hills.cam>=0AQuestion about your website=0A=0AC=\r\nan you give me with a set of your product technical details?=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0ANicki, Shockey=0D=0A=0D=0A4976 Reynolds Alley, L=\r\nos Angeles, CA 90014, United States.=0D=0A=0D=0A 314596973=0D=0A=0D=0AIf=\r\n you do not wish to receive further emails from us.=0D=0A=0D=0APlease no=\r\nte that it may take up to 10 business days for your request to be proces=\r\nsed.=0D=0A=0D=0AIf you have received this communication in error, please=\r\n delete it and notify the sender immediately.=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1rxmi6-008am2-05\r\n'),(90189,9811,'original_headers','From: Emily Ryan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: heyitsemilyryan@gmail.com\n'),(90190,9811,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 22:34:40 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Emily Ryan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: heyitsemilyryan@gmail.com\r\nSubject: Flowerhouse Films \"Hello, Quick question.\"\r\nDate: Sat, 20 Apr 2024 05:34:40 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEmily Ryan <heyitsemilyryan@gmail.com>=0AHello, Quick question.=0A=0AHi,=\r\n Are you looking to get more clients from your website?=0D=0A=0D=0AI was=\r\n checking out your site flowerhousefilms.com and noticed a cool opportun=\r\nity=0D=0Ato increase the number of new leads your website receives for f=\r\nree.=0D=0A=0D=0ADidn=E2=80=99t want to overload you with a long email so=\r\n I put together a short=0D=0Avideo to show you exactly what I found that=\r\n can double your new contacts.=0D=0A=0D=0ARespond \"yes\" if you want me t=\r\no send it to you. Let me know :)=0D=0A=0D=0AThanks, =0D=0AEmily=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0AOpt out of future messages by rep=\r\nlying to the message and saying opt out.=0D=0Aflowerhousefilms.com=0A=0A=\r\n--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ry3N2-00G4US-08\r\n'),(90971,9890,'success','1'),(90972,9890,'from_header','Alica Flanagan <admin@flowerhousefilms.com>'),(90973,9890,'to_header','admin@flowerhousefilms.com'),(90974,9890,'reply_to_header','alica.flanagan@googlemail.com'),(90975,9890,'transport_uri','smtp:none:none://localhost:25'),(90976,9890,'original_to','admin@flowerhousefilms.com'),(90977,9890,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"'),(90978,9890,'original_message','Alica Flanagan <alica.flanagan@googlemail.com>\nDear flowerhousefilms.com Admin!\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90979,9890,'original_headers','From: Alica Flanagan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: alica.flanagan@googlemail.com\n'),(90980,9890,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 07 May 2024 20:43:37 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Alica Flanagan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: alica.flanagan@googlemail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"\r\nDate: Wed, 08 May 2024 03:43:37 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAlica Flanagan <alica.flanagan@googlemail.com>=0ADear flowerhousefilms.c=\r\nom Admin!=0A=0AHi there, my name is Cody Griner. I apologize for using y=\r\nour contact form, =0D=0Abut I wasn\'t sure who the right person was to sp=\r\neak with in your company. =0D=0AWe have a patented application that crea=\r\ntes Local Area pages that rank on =0D=0Atop of Google within weeks, we c=\r\nall it Local Magic.  Here is a link to the =0D=0Aproduct page https://ww=\r\nw.mrmarketingres.com/local-magic/ . The product =0D=0Aleverages technolo=\r\ngy where these pages are managed dynamically by AI and =0D=0Ait is ideal=\r\n for promoting contractors on Google.  Can I share a testimonial =0D=0Af=\r\nrom one of our clients with you?  I can also do a short zoom to =0D=0Ail=\r\nlustrate their full case study if you have time for it? =0D=0Acody@mrmar=\r\nketingres.com 843-720-7301=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4YDR-003H2p-0X\r\n'),(91160,9908,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 09:02:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Georgina Haynes <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: georginahaynes620@gmail.com\r\nSubject: Flowerhouse Films \"Video Promotion\"\r\nDate: Sun, 12 May 2024 16:02:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nGeorgina Haynes <georginahaynes620@gmail.com>=0AVideo Promotion=0A=0AHi,=\r\n=0D=0A=0D=0AI just visited flowerhousefilms.com and wondered if you\'d ev=\r\ner thought about having an engaging video to explain what you do?=0D=0A=\r\n=0D=0AI can show you some previous videos we\'ve done if you want me to s=\r\nend some over. Let me know if you\'re interested in seeing samples of our=\r\n previous work.=0D=0A=0D=0ARegards,=0D=0AGeorgina=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s6Bep-003baE-2g\r\n'),(89034,9696,'reply_to_header','lucido.leinteract@gmail.com'),(89035,9696,'transport_uri','smtp:none:none://localhost:25'),(89036,9696,'original_to','admin@flowerhousefilms.com'),(89037,9696,'original_subject','Flowerhouse Films \"Aloha, i am write about   the prices\"'),(89038,9696,'original_message','Robertskarm <lucido.leinteract@gmail.com>\nAloha, i am write about   the prices\n\nSzia, meg akartam tudni az árát.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91081,9901,'success','1'),(91082,9901,'from_header','Chiquita Decosta <admin@flowerhousefilms.com>'),(91083,9901,'to_header','admin@flowerhousefilms.com'),(91084,9901,'reply_to_header','decosta.chiquita@gmail.com'),(91085,9901,'transport_uri','smtp:none:none://localhost:25'),(91086,9901,'original_to','admin@flowerhousefilms.com'),(91087,9901,'original_subject','Flowerhouse Films \"Unleash your inner author with AI: Create eBooks in seconds!\"'),(91088,9901,'original_message','Chiquita Decosta <decosta.chiquita@gmail.com>\nUnleash your inner author with AI: Create eBooks in seconds!\n\nHi there,\r\n\r\nI\'ve just been on flowerhousefilms.com and wondered if you\'d ever considered writing an eBook?\r\n\r\nOur software allows you to turn flowerhousefilms.com into a fully designed eBook. Just provide the content source, and the AI will do the rest.\r\n   \r\n1. Generate unique and human-like content, ensuring your eBook is engaging and informative.\r\n2. Create stunning 3D eCovers to grab attention and make your book stand out.\r\n3. Publish your eBook instantly on a built-in marketplace with potential buyers.\r\n4. Distribute your book to over 50 publications to increase your reach and drive traffic.\r\n\r\nThe price is just $16.95 but the price rises shortly.\r\n\r\nLearn more: https://furtherinfo.org/2bt0\r\n\r\nRegards,\r\nChiquita\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91112,9904,'from_header','Charlietaf <admin@flowerhousefilms.com>'),(91113,9904,'to_header','admin@flowerhousefilms.com'),(91114,9904,'reply_to_header','mati.p.esmi.t.h@gmail.com'),(91115,9904,'transport_uri','smtp:none:none://localhost:25'),(91116,9904,'original_to','admin@flowerhousefilms.com'),(91117,9904,'original_subject','Flowerhouse Films \"Desea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\"'),(91129,9905,'original_headers','From: Lenora Millen <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lenora.millen@msn.com\n'),(91100,9902,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 11 May 2024 02:22:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: LTtMKTUSEi <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mitaxebandilis@gmail.com\r\nSubject: Flowerhouse Films \"TyUEriIBiT PvtTHAFHUp PKiAmZcHib iWjMnnVFvx EEHPEZzJni\"\r\nDate: Sat, 11 May 2024 09:22:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nLTtMKTUSEi <mitaxebandilis@gmail.com>=0ATyUEriIBiT PvtTHAFHUp PKiAmZcHib=\r\n iWjMnnVFvx EEHPEZzJni=0A=0ATheme site super 000*** flowerhousefilms.com=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s5iwA-00HH4A-2F\r\n'),(91099,9902,'original_headers','From: LTtMKTUSEi <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mitaxebandilis@gmail.com\n'),(91093,9902,'to_header','admin@flowerhousefilms.com'),(91094,9902,'reply_to_header','mitaxebandilis@gmail.com'),(91095,9902,'transport_uri','smtp:none:none://localhost:25'),(91096,9902,'original_to','admin@flowerhousefilms.com'),(91097,9902,'original_subject','Flowerhouse Films \"TyUEriIBiT PvtTHAFHUp PKiAmZcHib iWjMnnVFvx EEHPEZzJni\"'),(91098,9902,'original_message','LTtMKTUSEi <mitaxebandilis@gmail.com>\nTyUEriIBiT PvtTHAFHUp PKiAmZcHib iWjMnnVFvx EEHPEZzJni\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91091,9902,'success','1'),(91092,9902,'from_header','LTtMKTUSEi <admin@flowerhousefilms.com>'),(91041,9897,'success','1'),(91042,9897,'from_header','Johny McAnulty <admin@flowerhousefilms.com>'),(91043,9897,'to_header','admin@flowerhousefilms.com'),(91019,9894,'original_headers','From: Cliff Simon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: hello@growxtimesmore.com\n'),(91012,9894,'from_header','Cliff Simon <admin@flowerhousefilms.com>'),(91013,9894,'to_header','admin@flowerhousefilms.com'),(91014,9894,'reply_to_header','hello@growxtimesmore.com'),(91015,9894,'transport_uri','smtp:none:none://localhost:25'),(91016,9894,'original_to','admin@flowerhousefilms.com'),(91017,9894,'original_subject','Flowerhouse Films \"Quick question\"'),(91018,9894,'original_message','Cliff Simon <hello@growxtimesmore.com>\nQuick question\n\nHi,\r\n\r\nWe\'ve built an AI-powered chatbot based on your website content. Can we send it over?\r\n\r\nBest,\r\n\r\nCliff Simon\r\n(516) 518-4680\r\n\r\nP.S: We can also turn your website into a robust lead gen machine by sharing 2 more tools that you can install yourself.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91029,9895,'original_headers','From: Rocco Heysen <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: heysen.rocco@googlemail.com\n'),(91020,9894,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 08 May 2024 13:59:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Cliff Simon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: hello@growxtimesmore.com\r\nSubject: Flowerhouse Films \"Quick question\"\r\nDate: Wed, 08 May 2024 20:59:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCliff Simon <hello@growxtimesmore.com>=0AQuick question=0A=0AHi,=0D=0A=\r\n=0D=0AWe\'ve built an AI-powered chatbot based on your website content. C=\r\nan we send it over?=0D=0A=0D=0ABest,=0D=0A=0D=0ACliff Simon=0D=0A(516) 5=\r\n18-4680=0D=0A=0D=0AP.S: We can also turn your website into a robust lead=\r\n gen machine by sharing 2 more tools that you can install yourself.=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s4oNX-0096J2-0Y\r\n'),(91063,9899,'to_header','admin@flowerhousefilms.com'),(91061,9899,'success','1'),(91062,9899,'from_header','Ravi Legge <admin@flowerhousefilms.com>'),(91179,9910,'original_headers','From: Britt Mackennal <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mackennal.britt34@googlemail.com\n'),(91180,9910,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 15:19:38 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Britt Mackennal <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mackennal.britt34@googlemail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"\r\nDate: Sun, 12 May 2024 22:19:38 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBritt Mackennal <mackennal.britt34@googlemail.com>=0ADear flowerhousefil=\r\nms.com Webmaster!=0A=0A> Sorry to be a bother, but I was informed that y=\r\nou have either a Residential or Business debt to pay off.=0D=0A>=0D=0A>=\r\n When this is true, we at Cancel1Mortgage.info guarantee your debt will=\r\n be paid off/Discharged/Extinguished in 14 days when you follow our Clie=\r\nnt Instructions.=0D=0A>=0D=0A> Please visit Cancel1Mortgage.info today a=\r\nnd order your debt removal securities Processing now which is 100% legal=\r\n and ordered by courts to be debt payment.=0D=0A>=0D=0A> Thank you for y=\r\nour business and for extinguishing your debt through Cancel1Mortgage.inf=\r\no when you decide to use our very successful registered Promissory Note=\r\n securities to pay off your debt in 14 days Guaranteed.=0D=0A>=0D=0A> Yo=\r\nu may also contact me, David Young de God, through SKYPE with dayglobal.=\r\n..=0D=0A>=0D=0A> Thank you again for reading..=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1s6HXe-00BopH-2A\r\n'),(91131,9906,'success','1'),(91132,9906,'from_header','Ravi Branson <admin@flowerhousefilms.com>'),(91133,9906,'to_header','admin@flowerhousefilms.com'),(91134,9906,'reply_to_header','erlinda.branson95@gmail.com'),(91135,9906,'transport_uri','smtp:none:none://localhost:25'),(91136,9906,'original_to','admin@flowerhousefilms.com'),(91137,9906,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(91138,9906,'original_message','Ravi Branson <erlinda.branson95@gmail.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91139,9906,'original_headers','From: Ravi Branson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: erlinda.branson95@gmail.com\n'),(89039,9696,'original_headers','From: Robertskarm <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lucido.leinteract@gmail.com\n'),(89040,9696,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 15:59:18 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Robertskarm <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lucido.leinteract@gmail.com\r\nSubject: Flowerhouse Films \"Aloha, i am write about   the prices\"\r\nDate: Thu, 21 Mar 2024 22:59:18 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRobertskarm <lucido.leinteract@gmail.com>=0AAloha, i am write about   th=\r\ne prices=0A=0ASzia, meg akartam tudni az =C3=A1r=C3=A1t.=0A=0A--=0AThis=\r\n e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https:/=\r\n/www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnRNW-001gOn-2s\r\n'),(91026,9895,'original_to','admin@flowerhousefilms.com'),(91025,9895,'transport_uri','smtp:none:none://localhost:25'),(91021,9895,'success','1'),(91022,9895,'from_header','Rocco Heysen <admin@flowerhousefilms.com>'),(91023,9895,'to_header','admin@flowerhousefilms.com'),(91024,9895,'reply_to_header','heysen.rocco@googlemail.com'),(91038,9896,'original_message','Heather  Morales <courses.wisebases@gmail.com>\nHarness the power of the LinkedIn system to generate leads for free and achieve $25k in the inaugural month.\n\nDear,\r\nLearn the tricks of LinkedIn Mastery from The LinkedIn Legend, promising $20K/month returns. Hesitant? Get the free course here!\r\nhttps://courses.savvyzones.com/the-linkedin-legend-linkedin-mastery5\r\n\r\nSincerely.\r\n-To unsubscribe, please reply \"unsubscribe\" at unsubscribe.wisebases@gmail.com (please provide the website that forwarded this message)-\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91039,9896,'original_headers','From: Heather  Morales <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: courses.wisebases@gmail.com\n'),(91040,9896,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 09 May 2024 01:17:20 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Heather  Morales <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: courses.wisebases@gmail.com\r\nSubject: Flowerhouse Films \"Harness the power of the LinkedIn system to generate leads for free and achieve $25k in the inaugural month.\"\r\nDate: Thu, 09 May 2024 08:17:20 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHeather  Morales <courses.wisebases@gmail.com>=0AHarness the power of th=\r\ne LinkedIn system to generate leads for free and achieve $25k in the ina=\r\nugural month.=0A=0ADear,=0D=0ALearn the tricks of LinkedIn Mastery from=\r\n The LinkedIn Legend, promising $20K/month returns. Hesitant? Get the fr=\r\nee course here!=0D=0Ahttps://courses.savvyzones.com/the-linkedin-legend-=\r\nlinkedin-mastery5=0D=0A=0D=0ASincerely.=0D=0A-To unsubscribe, please rep=\r\nly \"unsubscribe\" at unsubscribe.wisebases@gmail.com (please provide the=\r\n website that forwarded this message)-=0A=0A--=0AThis e-mail was sent fr=\r\nom a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefil=\r\nms.com)\r\n.\r\n250 OK id=1s4yxs-005z3l-1Y\r\n'),(89301,9723,'success','1'),(89302,9723,'from_header','Blanca <admin@flowerhousefilms.com>'),(89303,9723,'to_header','admin@flowerhousefilms.com'),(89304,9723,'reply_to_header','manager.blanca@sinfiltrosnoticias.com'),(89305,9723,'transport_uri','smtp:none:none://localhost:25'),(89339,9726,'original_headers','From: Jude Midgett <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: jude.midgett@yahoo.com\n'),(89340,9726,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 29 Mar 2024 17:39:49 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jude Midgett <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: jude.midgett@yahoo.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Owner.\"\r\nDate: Sat, 30 Mar 2024 00:39:49 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJude Midgett <jude.midgett@yahoo.com>=0ADear flowerhousefilms.com Owner.=\r\n=0A=0AAre rising business expenses making you wonder how you=E2=80=99ll=\r\n keep your businesses afloat? I can fix that, let me show you how. Send=\r\n me an email below now.=0D=0A=0D=0AElizabeth Miller=0D=0AWorking Capital=\r\n Loan Specialist=0D=0A295 Seven Farms Drive=0D=0ASuite C- 201=0D=0ACharl=\r\neston, SC 29492=0D=0Awww.HelloRatesFastFunding.com=0D=0Aelizabeth.miller=\r\n@helloratesfastfunding.com=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rqMlB-008KE5-38\r\n'),(89133,9706,'to_header','admin@flowerhousefilms.com'),(89135,9706,'transport_uri','smtp:none:none://localhost:25'),(89134,9706,'reply_to_header','alice.reyna@gmail.com'),(89132,9706,'from_header','Ravi Reyna <admin@flowerhousefilms.com>'),(89131,9706,'success','1'),(89646,9757,'original_to','admin@flowerhousefilms.com'),(89647,9757,'original_subject','Flowerhouse Films \"Why Puravive Was the Change I Needed\"'),(89648,9757,'original_message','Isis Fullerton <nextgen.marketing.expert@gmail.com>\nWhy Puravive Was the Change I Needed\n\nI needed a change, and Puravive was it. Its blend of tropical nutrients supported my weight loss in ways I couldn\'t imagine. \r\n\r\nSee the change: https://bit.ly/43HEPbi\r\n\r\nRegards\r\nIsis\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89649,9757,'original_headers','From: Isis Fullerton <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: nextgen.marketing.expert@gmail.com\n'),(89650,9757,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 07 Apr 2024 23:49:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Isis Fullerton <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: nextgen.marketing.expert@gmail.com\r\nSubject: Flowerhouse Films \"Why Puravive Was the Change I Needed\"\r\nDate: Mon, 08 Apr 2024 06:49:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nIsis Fullerton <nextgen.marketing.expert@gmail.com>=0AWhy Puravive Was t=\r\nhe Change I Needed=0A=0AI needed a change, and Puravive was it. Its blen=\r\nd of tropical nutrients supported my weight loss in ways I couldn\'t imag=\r\nine. =0D=0A=0D=0ASee the change: https://bit.ly/43HEPbi=0D=0A=0D=0ARegar=\r\nds=0D=0AIsis=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rtior-004oPJ-0v\r\n'),(89991,9792,'success','1'),(89992,9792,'from_header','Clay Stpierre <admin@flowerhousefilms.com>'),(89993,9792,'to_header','admin@flowerhousefilms.com'),(89994,9792,'reply_to_header','clay.stpierre@gmail.com'),(89995,9792,'transport_uri','smtp:none:none://localhost:25'),(89996,9792,'original_to','admin@flowerhousefilms.com'),(89997,9792,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"'),(89998,9792,'original_message','Clay Stpierre <clay.stpierre@gmail.com>\nDear flowerhousefilms.com Webmaster.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89961,9789,'success','1'),(89962,9789,'from_header','Abdul Fuerst <admin@flowerhousefilms.com>'),(89963,9789,'to_header','admin@flowerhousefilms.com'),(89964,9789,'reply_to_header','abdul.fuerst@gmail.com'),(89965,9789,'transport_uri','smtp:none:none://localhost:25'),(89966,9789,'original_to','admin@flowerhousefilms.com'),(89967,9789,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"'),(89968,9789,'original_message','Abdul Fuerst <abdul.fuerst@gmail.com>\nTo the flowerhousefilms.com Webmaster!\n\nAre rising business expenses making you wonder how you’ll keep your businesses afloat? I can fix that, let me show you how. Send me an email below now.  *You Must be a US business to qualify*  Send me an email here to find out more: elizabeth.miller@helloratesfastfunding.com\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89999,9792,'original_headers','From: Clay Stpierre <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: clay.stpierre@gmail.com\n'),(90000,9792,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 15 Apr 2024 19:07:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Clay Stpierre <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: clay.stpierre@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"\r\nDate: Tue, 16 Apr 2024 02:07:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nClay Stpierre <clay.stpierre@gmail.com>=0ADear flowerhousefilms.com Webm=\r\naster.=0A=0AHi there, my name is Cody Griner. I apologize for using your=\r\n contact form, =0D=0Abut I wasn\'t sure who the right person was to speak=\r\n with in your company. =0D=0AWe have a patented application that creates=\r\n Local Area pages that rank on =0D=0Atop of Google within weeks, we call=\r\n it Local Magic.  Here is a link to the =0D=0Aproduct page https://www.m=\r\nrmarketingres.com/local-magic/ . The product =0D=0Aleverages technology=\r\n where these pages are managed dynamically by AI and =0D=0Ait is ideal f=\r\nor promoting contractors on Google.  Can I share a testimonial =0D=0Afro=\r\nm one of our clients with you?  I can also do a short zoom to =0D=0Aillu=\r\nstrate their full case study if you have time for it? =0D=0Acody@mrmarke=\r\ntingres.com 843-720-7301=0A=0A--=0AThis e-mail was sent from a contact f=\r\norm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwYEL-009hPM-1X\r\n'),(90031,9796,'success','1'),(90032,9796,'from_header','Brianna Prendiville <admin@flowerhousefilms.com>'),(90033,9796,'to_header','admin@flowerhousefilms.com'),(90034,9796,'reply_to_header','contact@legallegendsbali.com'),(90035,9796,'transport_uri','smtp:none:none://localhost:25'),(90036,9796,'original_to','admin@flowerhousefilms.com'),(90037,9796,'original_subject','Flowerhouse Films \"Quick question for you\"'),(90038,9796,'original_message','Brianna Prendiville <contact@legallegendsbali.com>\nQuick question for you\n\nI have a question about your data security practices.\r\n\r\n\r\n\r\n\r\n\r\nBrianna, Prendiville\r\n\r\n4174 Kincheloe Road, Portland, OR 97201, United States.\r\n\r\n 4038875133\r\n\r\nIf you do not wish to receive further emails from us.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90039,9796,'original_headers','From: Brianna Prendiville <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: contact@legallegendsbali.com\n'),(90040,9796,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 08:59:00 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brianna Prendiville <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: contact@legallegendsbali.com\r\nSubject: Flowerhouse Films \"Quick question for you\"\r\nDate: Tue, 16 Apr 2024 15:59:00 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrianna Prendiville <contact@legallegendsbali.com>=0AQuick question for=\r\n you=0A=0AI have a question about your data security practices.=0D=0A=0D=\r\n=0A=0D=0A=0D=0A=0D=0A=0D=0ABrianna, Prendiville=0D=0A=0D=0A4174 Kinchelo=\r\ne Road, Portland, OR 97201, United States.=0D=0A=0D=0A 4038875133=0D=0A=\r\n=0D=0AIf you do not wish to receive further emails from us.=0D=0A=0D=0AP=\r\nlease note that it may take up to 10 business days for your request to b=\r\ne processed.=0D=0A=0D=0AIf you have received this communication in error=\r\n, please delete it and notify the sender immediately.=0A=0A--=0AThis e-m=\r\nail was sent from a contact form on Inocente Confusi=C3=B3n (https://www=\r\n..flowerhousefilms.com)\r\n.\r\n250 OK id=1rwlD2-00EA4H-29\r\n'),(89917,9784,'original_subject','Flowerhouse Films \"Online Competition Winning?\"'),(89911,9784,'success','1'),(89912,9784,'from_header','Mellissa Strom <admin@flowerhousefilms.com>'),(89913,9784,'to_header','admin@flowerhousefilms.com'),(89914,9784,'reply_to_header','sskreibizmrktg@gmail.com'),(89915,9784,'transport_uri','smtp:none:none://localhost:25'),(89916,9784,'original_to','admin@flowerhousefilms.com'),(89908,9783,'original_message','Davidhax <readytostartcr@gmail.com>\nSomething new in your life\n\nThe best thing in life is freedom. Freedom comes from material independence. \r\n<a href=https://script.google.com/macros/s/AKfycbyyGmXDXhrJEZhrDcRYKxAoynyo3rZhzNsJSGGb3iLiOM087a-RY6QGhm6ich64rRUppQ/exec><b><u>Discover your financial independence now!</b></u></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90161,9809,'success','1'),(90162,9809,'from_header','Marketing Team <admin@flowerhousefilms.com>'),(90163,9809,'to_header','admin@flowerhousefilms.com'),(90164,9809,'reply_to_header','appmonstasales@pm.me'),(90165,9809,'transport_uri','smtp:none:none://localhost:25'),(90166,9809,'original_to','admin@flowerhousefilms.com'),(90167,9809,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com PR.\"'),(90168,9809,'original_message','Marketing Team <appmonstasales@pm.me>\nHello flowerhousefilms.com PR.\n\nHi, \r\n\r\nInterested in free app marketing intelligence data (iOS/Android) valued at over $3,000?\r\n\r\nProvide us with three app names, and we\'ll supply three months of data for free. We track data across more than 155 countries.\r\n\r\nReply \'Yes\' to claim this offer, available only to the first 500 responders. No purchase necessary.\r\n\r\nCheck our credibility at www.appmonsta.com.\r\n\r\nTo opt out of future messages, reply \'opt out\'.\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90051,9798,'success','1'),(90052,9798,'from_header','Matthias Coulombe <admin@flowerhousefilms.com>'),(90053,9798,'to_header','admin@flowerhousefilms.com'),(90054,9798,'reply_to_header','matthias.coulombe@gmail.com'),(90055,9798,'transport_uri','smtp:none:none://localhost:25'),(90056,9798,'original_to','admin@flowerhousefilms.com'),(90057,9798,'original_subject','Flowerhouse Films \"flowerhousefilms.com on the internet\"'),(90058,9798,'original_message','Matthias Coulombe <matthias.coulombe@gmail.com>\nflowerhousefilms.com on the internet\n\nHello,\r\n\r\nWe noticed your domain: flowerhousefilms.com is listed in very few directories.\r\n\r\nDirectories have a very high Page Rank Score and provide really good back links\r\n\r\nCompany visit us on Company Registar and list your domain in all the directories.\r\n\r\nhttps://flowerhousefilms.companyregistar.org/flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90059,9798,'original_headers','From: Matthias Coulombe <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: matthias.coulombe@gmail.com\n'),(90060,9798,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 17:20:57 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Matthias Coulombe <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: matthias.coulombe@gmail.com\r\nSubject: Flowerhouse Films \"flowerhousefilms.com on the internet\"\r\nDate: Wed, 17 Apr 2024 00:20:57 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMatthias Coulombe <matthias.coulombe@gmail.com>=0Aflowerhousefilms.com o=\r\nn the internet=0A=0AHello,=0D=0A=0D=0AWe noticed your domain: flowerhous=\r\nefilms.com is listed in very few directories.=0D=0A=0D=0ADirectories hav=\r\ne a very high Page Rank Score and provide really good back links=0D=0A=\r\n=0D=0ACompany visit us on Company Registar and list your domain in all t=\r\nhe directories.=0D=0A=0D=0Ahttps://flowerhousefilms.companyregistar.org/=\r\nflowerhousefilms.com=0A=0A--=0AThis e-mail was sent from a contact form=\r\n on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwt2n-008ysP-1x\r\n'),(91171,9910,'success','1'),(91172,9910,'from_header','Britt Mackennal <admin@flowerhousefilms.com>'),(91173,9910,'to_header','admin@flowerhousefilms.com'),(91174,9910,'reply_to_header','mackennal.britt34@googlemail.com'),(91175,9910,'transport_uri','smtp:none:none://localhost:25'),(91176,9910,'original_to','admin@flowerhousefilms.com'),(91177,9910,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"'),(91178,9910,'original_message','Britt Mackennal <mackennal.britt34@googlemail.com>\nDear flowerhousefilms.com Webmaster!\n\n> Sorry to be a bother, but I was informed that you have either a Residential or Business debt to pay off.\r\n>\r\n> When this is true, we at Cancel1Mortgage.info guarantee your debt will be paid off/Discharged/Extinguished in 14 days when you follow our Client Instructions.\r\n>\r\n> Please visit Cancel1Mortgage.info today and order your debt removal securities Processing now which is 100% legal and ordered by courts to be debt payment.\r\n>\r\n> Thank you for your business and for extinguishing your debt through Cancel1Mortgage.info when you decide to use our very successful registered Promissory Note securities to pay off your debt in 14 days Guaranteed.\r\n>\r\n> You may also contact me, David Young de God, through SKYPE with dayglobal..\r\n>\r\n> Thank you again for reading..\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91250,9917,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 15 May 2024 01:10:14 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brady Siddins <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: siddins.brady@gmail.com\r\nSubject: Flowerhouse Films \"Elevate Your flowerhousefilms.com Credibility with Proven PR Strategies\"\r\nDate: Wed, 15 May 2024 08:10:14 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrady Siddins <siddins.brady@gmail.com>=0AElevate Your flowerhousefilms.=\r\ncom Credibility with Proven PR Strategies=0A=0AHi webmaster of flowerhou=\r\nsefilms.com,=0D=0A=0D=0AI\'m Brady, Siddins from Arch SEO, which speciali=\r\nzes in elevating website profiles through innovative PR solutions. =0D=\r\n=0A=0D=0AOur service has achieved placements for client content on elite=\r\n platforms such as Entrepreneur.com, MSN, Yahoo, AOL, and Nasdaq.=0D=0A=\r\n=0D=0AWhat makes us different?=0D=0A=0D=0AExpertise: We are known of sec=\r\nuring high-quality, editorial mentions and placements that elevate SEO b=\r\nut also enhance your brand\'s credibility.=0D=0A=0D=0AVisibility: Our wor=\r\nk has been highlighted on some of the most reputable sites, attracting t=\r\nargeted traffic and increasing your digital footprint.=0D=0A=0D=0ACustom=\r\n Solutions: We craft tailored PR solutions that align with your unique b=\r\nrand and SEO objectives.=0D=0A=0D=0AYou can see our full service details=\r\n and pricing at our website. Also, don\'t hesitate to explore this spread=\r\nsheet showcasing some of the successful placement we=E2=80=99ve secured=\r\n for our clients.=0D=0A=0D=0Ahttps://track.thefinancedeck.com/archseo1=\r\n=0D=0A=0D=0AI would be happy to discuss how our services can optimize yo=\r\nur site. =0D=0A=0D=0AI invite you to visit our website to explore our se=\r\nrvices and schedule a demo. For further information, feel free to contac=\r\nt us through our site.=0D=0A=0D=0AI appreciate your consideration of Arc=\r\nh SEO for your website\'s growth strategy. I am eager to partner with you=\r\n and help achieve your SEO goals.=0D=0A=0D=0AKind regards,=0D=0ABrady, S=\r\niddins=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s79iI-000rgQ-0A\r\n'),(91249,9917,'original_headers','From: Brady Siddins <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: siddins.brady@gmail.com\n'),(91301,9923,'success','1'),(91302,9923,'from_header','Caleb Davis <admin@flowerhousefilms.com>'),(91303,9923,'to_header','admin@flowerhousefilms.com'),(91304,9923,'reply_to_header','partnerships@setcreliefconsultants.com'),(91305,9923,'transport_uri','smtp:none:none://localhost:25'),(91306,9923,'original_to','admin@flowerhousefilms.com'),(91307,9923,'original_subject','Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"'),(91308,9923,'original_message','Caleb Davis <partnerships@setcreliefconsultants.com>\nThe Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\n\nHey there, hope everything\'s going well with you~\r\n\r\nI was just going through your website, and would it be correct to assume that you are classified as self-employed?\r\n\r\nAs a self-employed American, I just wanted to let you know that you may be eligible for up to $32,220 through the IRS\'s Self-Employed Tax Credit program:\r\nirs.gov/newsroom/tax-credits-for-paid-leave-under-the-american-rescue-plan-act-of-2021-specific-provisions-related-to-self-employed-individuals\r\n\r\nIf you want, you can easily check your estimated refund amount for the SETC program: setcreliefconsultants.com\r\n\r\nBTW,if you do decide that this is for you, please know that our process is designed with your security in mind.\r\n\r\nWe get paid only if we\'ve successfully secured your funds, ensuring an entirely risk-free experience for our clients.\r\n\r\nHoping to hear from you.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nBest regards,\r\n\r\nCaleb Davis\r\n\r\nSETC Relief Consultants\r\n+1 619 798 8260\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo stop receiving marketing messages, reply “Stop” in the subject line for your website: flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91309,9923,'original_headers','From: Caleb Davis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: partnerships@setcreliefconsultants.com\n'),(91310,9923,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 16 May 2024 09:49:49 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Caleb Davis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: partnerships@setcreliefconsultants.com\r\nSubject: Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"\r\nDate: Thu, 16 May 2024 16:49:49 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCaleb Davis <partnerships@setcreliefconsultants.com>=0AThe Relief Consul=\r\ntants Enquiry: Unlock Your COVID-19 Relief Funds=0A=0AHey there, hope ev=\r\nerything\'s going well with you~=0D=0A=0D=0AI was just going through your=\r\n website, and would it be correct to assume that you are classified as s=\r\nelf-employed?=0D=0A=0D=0AAs a self-employed American, I just wanted to l=\r\net you know that you may be eligible for up to $32,220 through the IRS\'s=\r\n Self-Employed Tax Credit program:=0D=0Airs.gov/newsroom/tax-credits-for=\r\n-paid-leave-under-the-american-rescue-plan-act-of-2021-specific-provisio=\r\nns-related-to-self-employed-individuals=0D=0A=0D=0AIf you want, you can=\r\n easily check your estimated refund amount for the SETC program: setcrel=\r\niefconsultants.com=0D=0A=0D=0ABTW,if you do decide that this is for you,=\r\n please know that our process is designed with your security in mind.=0D=\r\n=0A=0D=0AWe get paid only if we\'ve successfully secured your funds, ensu=\r\nring an entirely risk-free experience for our clients.=0D=0A=0D=0AHoping=\r\n to hear from you.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\nBest regards,=0D=0A=0D=0ACaleb Davis=0D=0A=0D=0ASETC Relief Consultants=\r\n=0D=0A+1 619 798 8260=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0ATo stop r=\r\neceiving marketing messages, reply =E2=80=9CStop=E2=80=9D in the subject=\r\n line for your website: flowerhousefilms.com=0A=0A--=0AThis e-mail was s=\r\nent from a contact form on Inocente Confusi=C3=B3n (https://www.flowerho=\r\nusefilms.com)\r\n.\r\n250 OK id=1s7eIf-009v3Z-03\r\n'),(91191,9912,'success','1'),(91118,9904,'original_message','Charlietaf <mati.p.esmi.t.h@gmail.com>\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91121,9905,'success','1'),(91122,9905,'from_header','Lenora Millen <admin@flowerhousefilms.com>'),(91119,9904,'original_headers','From: Charlietaf <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: mati.p.esmi.t.h@gmail.com\n'),(91120,9904,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 11 May 2024 07:49:28 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Charlietaf <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: mati.p.esmi.t.h@gmail.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"Desea=20ganar=20criptomonedas=20?=\r\n =?UTF-8?Q?gratis=20;=20es=20f=C3=A1cil=20de=20hacer=20simplemente=20?=\r\n =?UTF-8?Q?haciendo=20clic=20en=20la=20pantalla=20de=20su=20?=\r\n =?UTF-8?Q?tel=C3=A9fono=2C=20siguiendo=20el=20enlace=20y=20?=\r\n =?UTF-8?Q?uni=C3=A9ndose=20a=20millones=20de=20usuarios=20https://tinyurl.com/3u45x2kw\"?=\r\nDate: Sat, 11 May 2024 14:49:28 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCharlietaf <mati.p.esmi.t.h@gmail.com>=0ADesea ganar criptomonedas grati=\r\ns ; es f=C3=A1cil de hacer simplemente haciendo clic en la pantalla de s=\r\nu tel=C3=A9fono, siguiendo el enlace y uni=C3=A9ndose a millones de usua=\r\nrios https://tinyurl.com/3u45x2kw=0A=0ADesea ganar criptomonedas gratis=\r\n ; es f=C3=A1cil de hacer simplemente haciendo clic en la pantalla de su=\r\n tel=C3=A9fono, siguiendo el enlace y uni=C3=A9ndose a millones de usuar=\r\nios https://tinyurl.com/3u45x2kw=0A=0A--=0AThis e-mail was sent from a c=\r\nontact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com=\r\n)\r\n.\r\n250 OK id=1s5o2S-007AL0-36\r\n'),(91390,9931,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 18 May 2024 01:03:05 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Freddy Fletcher <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: fletcher.freddy@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com owner!\"\r\nDate: Sat, 18 May 2024 08:03:05 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nFreddy Fletcher <fletcher.freddy@gmail.com>=0AHello flowerhousefilms.com=\r\n owner!=0A=0AI\'ve saw that your flowerhousefilms.com website could be mi=\r\nssing out on approximately 1,000 visitors daily. Our AI powered traffic=\r\n system is designed to significantly boost your site\'s visibility: https=\r\n://t.ly/0abxy=0D=0AWe\'re offering a free trial that includes 500 targete=\r\nd visitors to demonstrate the potential benefits. After the trial, we ca=\r\nn provide up to 250,000 targeted visitors per month. This service could=\r\n greatly enhance your website\'s reach and traffic.=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s8F21-008JbQ-11\r\n'),(89105,9703,'transport_uri','smtp:none:none://localhost:25'),(89104,9703,'reply_to_header','edwardjhflynn@gmail.com'),(89103,9703,'to_header','admin@flowerhousefilms.com'),(89101,9703,'success','1'),(89102,9703,'from_header','Edward Flynn <admin@flowerhousefilms.com>'),(89021,9695,'success','1'),(89022,9695,'from_header','Randall Rose <admin@flowerhousefilms.com>'),(89023,9695,'to_header','admin@flowerhousefilms.com'),(89024,9695,'reply_to_header','highranks4ursite@gmail.com'),(89025,9695,'transport_uri','smtp:none:none://localhost:25'),(89026,9695,'original_to','admin@flowerhousefilms.com'),(89027,9695,'original_subject','Flowerhouse Films \"Empower Your Brand with Our Web Design Excellence\"'),(89028,9695,'original_message','Randall Rose <highranks4ursite@gmail.com>\nEmpower Your Brand with Our Web Design Excellence\n\nHello,\r\n\r\nAre you ready to build your brand online? Our exceptional web design service produces captivating and motivating websites. Together, let\'s empower the online presence of your brand.\r\n\r\nWarm regards,\r\n\n\nRandall Rose\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89029,9695,'original_headers','From: Randall Rose <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: highranks4ursite@gmail.com\n'),(89030,9695,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 14:11:15 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Randall Rose <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: highranks4ursite@gmail.com\r\nSubject: Flowerhouse Films \"Empower Your Brand with Our Web Design Excellence\"\r\nDate: Thu, 21 Mar 2024 21:11:15 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRandall Rose <highranks4ursite@gmail.com>=0AEmpower Your Brand with Our=\r\n Web Design Excellence=0A=0AHello,=0D=0A=0D=0AAre you ready to build you=\r\nr brand online? Our exceptional web design service produces captivating=\r\n and motivating websites. Together, let\'s empower the online presence of=\r\n your brand.=0D=0A=0D=0AWarm regards,=0D=0A=0A=0ARandall Rose=0A=0A--=0A=\r\nThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (htt=\r\nps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnPgx-00GpB4-16\r\n'),(91089,9901,'original_headers','From: Chiquita Decosta <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: decosta.chiquita@gmail.com\n'),(91090,9901,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sat, 11 May 2024 00:35:01 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Chiquita Decosta <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: decosta.chiquita@gmail.com\r\nSubject: Flowerhouse Films \"Unleash your inner author with AI: Create eBooks in seconds!\"\r\nDate: Sat, 11 May 2024 07:35:01 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nChiquita Decosta <decosta.chiquita@gmail.com>=0AUnleash your inner autho=\r\nr with AI: Create eBooks in seconds!=0A=0AHi there,=0D=0A=0D=0AI\'ve just=\r\n been on flowerhousefilms.com and wondered if you\'d ever considered writ=\r\ning an eBook?=0D=0A=0D=0AOur software allows you to turn flowerhousefilm=\r\ns.com into a fully designed eBook. Just provide the content source, and=\r\n the AI will do the rest.=0D=0A   =0D=0A1. Generate unique and human-lik=\r\ne content, ensuring your eBook is engaging and informative.=0D=0A2. Crea=\r\nte stunning 3D eCovers to grab attention and make your book stand out.=\r\n=0D=0A3. Publish your eBook instantly on a built-in marketplace with pot=\r\nential buyers.=0D=0A4. Distribute your book to over 50 publications to i=\r\nncrease your reach and drive traffic.=0D=0A=0D=0AThe price is just $16.9=\r\n5 but the price rises shortly.=0D=0A=0D=0ALearn more: https://furtherinf=\r\no.org/2bt0=0D=0A=0D=0ARegards,=0D=0AChiquita=0A=0A--=0AThis e-mail was s=\r\nent from a contact form on Inocente Confusi=C3=B3n (https://www.flowerho=\r\nusefilms.com)\r\n.\r\n250 OK id=1s5hG1-00EloA-1A\r\n'),(91498,9942,'original_message','Devin Gilchrist <gilchrist.devin95@googlemail.com>\nDon\'t Miss Key Messages with This Solution\n\nYou have a issue with your form! You didn\'t configure it properly to block spam like this one. I have a no-cost guide to show you resolve this in about five minutes. If you don’t think you are tech-savvy, I\'ll even update it for you at no charge.\r\n\r\nhttps://perp.us/ff\r\n\r\nI\'ve been helping people create more revenue with less effort for over two decades!\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://form.jotform.com/241362853020447\r\nVia Del Viminale 116, Lockport, NY, US, 9025\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91497,9942,'original_subject','Flowerhouse Films \"Don\'t Miss Key Messages with This Solution\"'),(91496,9942,'original_to','admin@flowerhousefilms.com'),(91495,9942,'transport_uri','smtp:none:none://localhost:25'),(91493,9942,'to_header','admin@flowerhousefilms.com'),(91494,9942,'reply_to_header','gilchrist.devin95@googlemail.com'),(91111,9904,'success','1'),(91140,9906,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 06:03:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Branson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: erlinda.branson95@gmail.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Sun, 12 May 2024 13:03:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Branson <erlinda.branson95@gmail.com>=0AWhy You are not in Googles=\r\n search first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Web=\r\nomaze Australia. You have finally found an SEO Company that GETS RESULTS=\r\n.. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=\r\n=0D=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi w=\r\nith high google search ranking  by 166% in 4 months. We=E2=80=99re an SE=\r\nO Company with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAn=\r\nd we do everything to make it a great experience of working with us. We=\r\n are in touch with you at every stage of the project. Even after we deli=\r\nver the project, I will support you with any query you have. =0D=0A=0D=\r\n=0A=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=\r\n=0A=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=\r\n=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s68rU-00HJNQ-2n\r\n'),(91144,9907,'reply_to_header','mitaxebandilis@gmail.com'),(91143,9907,'to_header','admin@flowerhousefilms.com'),(91142,9907,'from_header','IjlNYuDvXB <admin@flowerhousefilms.com>'),(91141,9907,'success','1'),(91394,9932,'reply_to_header','kristinaburton08@gmail.com'),(91395,9932,'transport_uri','smtp:none:none://localhost:25'),(91393,9932,'to_header','admin@flowerhousefilms.com'),(91391,9932,'success','1'),(91392,9932,'from_header','Kristina Burton <admin@flowerhousefilms.com>'),(91491,9942,'success','1'),(91492,9942,'from_header','Devin Gilchrist <admin@flowerhousefilms.com>'),(91153,9908,'to_header','admin@flowerhousefilms.com'),(91154,9908,'reply_to_header','georginahaynes620@gmail.com'),(91169,9909,'original_headers','From: Debbie Maki <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: maki.debbie@gmail.com\n'),(91170,9909,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Sun, 12 May 2024 10:15:12 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Debbie Maki <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: maki.debbie@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"\r\nDate: Sun, 12 May 2024 17:15:12 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDebbie Maki <maki.debbie@gmail.com>=0ADear flowerhousefilms.com Webmaste=\r\nr.=0A=0AHey there, we noticed you may find this automation tool useful f=\r\nor your business or website.=0D=0A=0D=0ACheck out Go High Level when you=\r\n get a chance.  Click the link below and try for FREE for 14 days:=0D=0A=\r\n=0D=0Ahttps://shorturl.at/dioKX=0A=0A--=0AThis e-mail was sent from a co=\r\nntact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s6Cn2-005A1B-1v\r\n'),(91379,9930,'original_headers','From: Ravi Manuel <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: manuel.keira@outlook.com\n'),(91380,9930,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 16:19:13 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Manuel <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: manuel.keira@outlook.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Fri, 17 May 2024 23:19:13 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Manuel <manuel.keira@outlook.com>=0AWhy You are not in Googles sear=\r\nch first Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Webomaze=\r\n Australia. You have finally found an SEO Company that GETS RESULTS. The=\r\n proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=\r\n=0A=0D=0A I recently grew my client=E2=80=99s organic search traffi with=\r\n high google search ranking  by 166% in 4 months. We=E2=80=99re an SEO C=\r\nompany with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd w=\r\ne do everything to make it a great experience of working with us. We are=\r\n in touch with you at every stage of the project. Even after we deliver=\r\n the project, I will support you with any query you have. =0D=0A=0D=0A=\r\n=0D=0AContact me today and get a FREE SEO AUDIT for your website=0D=0A=\r\n=0D=0AClick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s86r3-00Et5V-0d\r\n'),(91155,9908,'transport_uri','smtp:none:none://localhost:25'),(91156,9908,'original_to','admin@flowerhousefilms.com'),(91157,9908,'original_subject','Flowerhouse Films \"Video Promotion\"'),(91158,9908,'original_message','Georgina Haynes <georginahaynes620@gmail.com>\nVideo Promotion\n\nHi,\r\n\r\nI just visited flowerhousefilms.com and wondered if you\'d ever thought about having an engaging video to explain what you do?\r\n\r\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nGeorgina\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91159,9908,'original_headers','From: Georgina Haynes <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: georginahaynes620@gmail.com\n'),(91151,9908,'success','1'),(91152,9908,'from_header','Georgina Haynes <admin@flowerhousefilms.com>'),(91166,9909,'original_to','admin@flowerhousefilms.com'),(91167,9909,'original_subject','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"'),(91168,9909,'original_message','Debbie Maki <maki.debbie@gmail.com>\nDear flowerhousefilms.com Webmaster.\n\nHey there, we noticed you may find this automation tool useful for your business or website.\r\n\r\nCheck out Go High Level when you get a chance.  Click the link below and try for FREE for 14 days:\r\n\r\nhttps://shorturl.at/dioKX\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91161,9909,'success','1'),(91162,9909,'from_header','Debbie Maki <admin@flowerhousefilms.com>'),(91163,9909,'to_header','admin@flowerhousefilms.com'),(91164,9909,'reply_to_header','maki.debbie@gmail.com'),(91165,9909,'transport_uri','smtp:none:none://localhost:25'),(89011,9694,'success','1'),(89012,9694,'from_header','Monique Shinn <admin@flowerhousefilms.com>'),(89013,9694,'to_header','admin@flowerhousefilms.com'),(89014,9694,'reply_to_header','shinn.monique@gmail.com'),(89015,9694,'transport_uri','smtp:none:none://localhost:25'),(89016,9694,'original_to','admin@flowerhousefilms.com'),(89017,9694,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Owner.\"'),(89018,9694,'original_message','Monique Shinn <shinn.monique@gmail.com>\nHello flowerhousefilms.com Owner.\n\nAre you okay running your business without much funds? This could slow down growth and delay returns on your business.\r\n\r\nNow you have the Opportunity to Fund your Busineses and Projects without stress and without the burden of repayment as our interest in first for the growth of your business and projects, and for your to arrive at your desired business goals and dreams.\r\n\r\nTake advantage of our Funding opportunity and get funded on your business and Projects within days and have an ample number of years/Loan Term Period which gives you time to grow and achieve your business goals.\r\n\r\nGive us a call on:\r\n+852 3008 8373, \r\nor write us at:\r\ninfo@capitalfund-hk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89019,9694,'original_headers','From: Monique Shinn <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: shinn.monique@gmail.com\n'),(89020,9694,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 21 Mar 2024 12:35:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Monique Shinn <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: shinn.monique@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Owner.\"\r\nDate: Thu, 21 Mar 2024 19:35:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMonique Shinn <shinn.monique@gmail.com>=0AHello flowerhousefilms.com Own=\r\ner.=0A=0AAre you okay running your business without much funds? This cou=\r\nld slow down growth and delay returns on your business.=0D=0A=0D=0ANow y=\r\nou have the Opportunity to Fund your Busineses and Projects without stre=\r\nss and without the burden of repayment as our interest in first for the=\r\n growth of your business and projects, and for your to arrive at your de=\r\nsired business goals and dreams.=0D=0A=0D=0ATake advantage of our Fundin=\r\ng opportunity and get funded on your business and Projects within days a=\r\nnd have an ample number of years/Loan Term Period which gives you time t=\r\no grow and achieve your business goals.=0D=0A=0D=0AGive us a call on:=0D=\r\n=0A+852 3008 8373, =0D=0Aor write us at:=0D=0Ainfo@capitalfund-hk.com=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rnOCA-00EWqM-36\r\n'),(91251,9918,'success','1'),(91252,9918,'from_header','AndrewHor <admin@flowerhousefilms.com>'),(91253,9918,'to_header','admin@flowerhousefilms.com'),(91254,9918,'reply_to_header','readytostartcr@gmail.com'),(91255,9918,'transport_uri','smtp:none:none://localhost:25'),(91256,9918,'original_to','admin@flowerhousefilms.com'),(91257,9918,'original_subject','Flowerhouse Films \"Крипто сборщик Канальчик!\"'),(91258,9918,'original_message','AndrewHor <readytostartcr@gmail.com>\nКрипто сборщик Канальчик!\n\nСамые последние новости по сделкам с криптобирж. К вашим услугами вся оперативная инфа для успешного трейдинга. Обучаем новичков к самостоятельному старту. \r\n<a href=https://bit.ly/3xMLoxu><b><u>Будьте с нами и будьте всегда в тренде!</a></b></u>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91231,9916,'success','1'),(91232,9916,'from_header','Amelia Brown <admin@flowerhousefilms.com>'),(91233,9916,'to_header','admin@flowerhousefilms.com'),(91234,9916,'reply_to_header','ameliabrown0325@gmail.com'),(91235,9916,'transport_uri','smtp:none:none://localhost:25'),(91236,9916,'original_to','admin@flowerhousefilms.com'),(91237,9916,'original_subject','Flowerhouse Films \"Youtube Promotion: Grow your subscribers by 700 each month\"'),(91238,9916,'original_message','Amelia Brown <ameliabrown0325@gmail.com>\nYoutube Promotion: Grow your subscribers by 700 each month\n\nHi there,\r\n\r\nWe run a YouTube growth service, which increases your number of subscribers safely and practically. \r\n\r\nWe aim to gain you 700+ real human subscribers per month, with all actions safe as they are made manually (no bots).\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nLet me know if you wish to see some of our previous work.\r\n\r\nKind Regards,\r\nAmelia\r\n\r\nUnsubscribe: https://removeme.click/yt/unsubscribe.php?d=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89190,9711,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 25 Mar 2024 09:34:42 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Gertie Krieger <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: krieger.gertie@gmail.com\r\nSubject: Flowerhouse Films \"Today Only\"\r\nDate: Mon, 25 Mar 2024 16:34:42 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nGertie Krieger <krieger.gertie@gmail.com>=0AToday Only=0A=0AHi,=0D=0A=0D=\r\n=0AWant thousands of clients? We have compiled a list of all consumers a=\r\nnd business\'s across 149 countries for you.=0D=0A=0D=0AWe have a special=\r\n that is running today and valid till the end of the day. Come check us=\r\n out:=0D=0A=0D=0Ahttps://flowerhousefilms.leadsmax.biz/=0D=0A=0D=0AConsu=\r\nmer Records: 294,582,351=0D=0ABusiness Records: 25,215,278=0D=0A=0D=0ASe=\r\nlling at $99 today only.=0A=0A--=0AThis e-mail was sent from a contact f=\r\norm on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ronHW-00FzEh-1D\r\n'),(91325,9925,'transport_uri','smtp:none:none://localhost:25'),(91326,9925,'original_to','admin@flowerhousefilms.com'),(91327,9925,'original_subject','Flowerhouse Films \"5 stares Google Maps Reviews\"'),(91328,9925,'original_message','Danyl Caperton <cortez.caperton@gmail.com>\n5 stares Google Maps Reviews\n\nDear Sir /Madam\r\n\r\nAs I see that you do not have many positive reviews on Google Maps, which means that you will not be able to get new customers, But the good news today is that I can increase your google map ranking so you can have more exposure and get more customers this also\r\n\r\nGetting google maps reviews from your customers has always been a beneficial exercise for business, but today its importance is even greater. Let\'s attract new customers by making your business in the first Google search results, 72% of customers will take action only after reading a positive online review.\r\n\r\nIf you are Intrested please click this link to start: https://tinyurl.com/2x44w7y4\r\n\r\n\r\n\r\nRegards \r\nDanyl\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91329,9925,'original_headers','From: Danyl Caperton <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: cortez.caperton@gmail.com\n'),(91330,9925,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 02:30:09 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Danyl Caperton <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: cortez.caperton@gmail.com\r\nSubject: Flowerhouse Films \"5 stares Google Maps Reviews\"\r\nDate: Fri, 17 May 2024 09:30:09 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDanyl Caperton <cortez.caperton@gmail.com>=0A5 stares Google Maps Review=\r\ns=0A=0ADear Sir /Madam=0D=0A=0D=0AAs I see that you do not have many pos=\r\nitive reviews on Google Maps, which means that you will not be able to g=\r\net new customers, But the good news today is that I can increase your go=\r\nogle map ranking so you can have more exposure and get more customers th=\r\nis also=0D=0A=0D=0AGetting google maps reviews from your customers has a=\r\nlways been a beneficial exercise for business, but today its importance=\r\n is even greater. Let\'s attract new customers by making your business in=\r\n the first Google search results, 72% of customers will take action only=\r\n after reading a positive online review.=0D=0A=0D=0AIf you are Intrested=\r\n please click this link to start: https://tinyurl.com/2x44w7y4=0D=0A=0D=\r\n=0A=0D=0A=0D=0ARegards =0D=0ADanyl=0A=0A--=0AThis e-mail was sent from a=\r\n contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.c=\r\nom)\r\n.\r\n250 OK id=1s7tuj-00EGOI-1E\r\n'),(89191,9712,'success','1'),(91239,9916,'original_headers','From: Amelia Brown <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: ameliabrown0325@gmail.com\n'),(91240,9916,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 14 May 2024 22:08:44 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Amelia Brown <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: ameliabrown0325@gmail.com\r\nSubject: Flowerhouse Films \"Youtube Promotion: Grow your subscribers by 700 each month\"\r\nDate: Wed, 15 May 2024 05:08:44 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAmelia Brown <ameliabrown0325@gmail.com>=0AYoutube Promotion: Grow your=\r\n subscribers by 700 each month=0A=0AHi there,=0D=0A=0D=0AWe run a YouTub=\r\ne growth service, which increases your number of subscribers safely and=\r\n practically. =0D=0A=0D=0AWe aim to gain you 700+ real human subscribers=\r\n per month, with all actions safe as they are made manually (no bots).=\r\n=0D=0A=0D=0AThe price is just $60 (USD) per month, and we can start imme=\r\ndiately.=0D=0A=0D=0ALet me know if you wish to see some of our previous=\r\n work.=0D=0A=0D=0AKind Regards,=0D=0AAmelia=0D=0A=0D=0AUnsubscribe: http=\r\ns://removeme.click/yt/unsubscribe.php?d=3Dflowerhousefilms.com=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s76se-00EPnK-1j\r\n'),(89271,9720,'success','1'),(89272,9720,'from_header','Ashok <admin@flowerhousefilms.com>'),(89273,9720,'to_header','admin@flowerhousefilms.com'),(89274,9720,'reply_to_header','webdesignservices111@outlook.com'),(89275,9720,'transport_uri','smtp:none:none://localhost:25'),(89276,9720,'original_to','admin@flowerhousefilms.com'),(91280,9920,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 16 May 2024 03:48:31 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Candra Farrell <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: candra.farrell@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Webmaster.\"\r\nDate: Thu, 16 May 2024 10:48:31 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCandra Farrell <candra.farrell@gmail.com>=0ATo the flowerhousefilms.com=\r\n Webmaster.=0A=0AFinally, an easy way to offer affordable payments to AL=\r\nL customers and credit grades Stop losing clients just because they have=\r\n poor credit scores=0D=0A=0D=0A** USA Based Businesses Only! **=0D=0A=0D=\r\n=0ASend me a message at my contact info below for info=0D=0A=0D=0AJessic=\r\na Snyder=0D=0Ajessica.snyder@helloratespros.com=0D=0Ahttps://helloratesp=\r\nros.com/5-6/=0A=0A--=0AThis e-mail was sent from a contact form on Inoce=\r\nnte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s7Yf1-0017yp-17\r\n'),(91324,9925,'reply_to_header','cortez.caperton@gmail.com'),(91323,9925,'to_header','admin@flowerhousefilms.com'),(91321,9925,'success','1'),(91322,9925,'from_header','Danyl Caperton <admin@flowerhousefilms.com>'),(91279,9920,'original_headers','From: Candra Farrell <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: candra.farrell@gmail.com\n'),(91276,9920,'original_to','admin@flowerhousefilms.com'),(91277,9920,'original_subject','Flowerhouse Films \"To the flowerhousefilms.com Webmaster.\"'),(91278,9920,'original_message','Candra Farrell <candra.farrell@gmail.com>\nTo the flowerhousefilms.com Webmaster.\n\nFinally, an easy way to offer affordable payments to ALL customers and credit grades Stop losing clients just because they have poor credit scores\r\n\r\n** USA Based Businesses Only! **\r\n\r\nSend me a message at my contact info below for info\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91275,9920,'transport_uri','smtp:none:none://localhost:25'),(91274,9920,'reply_to_header','candra.farrell@gmail.com'),(91273,9920,'to_header','admin@flowerhousefilms.com'),(91272,9920,'from_header','Candra Farrell <admin@flowerhousefilms.com>'),(91271,9920,'success','1'),(91417,9934,'original_subject','Flowerhouse Films \"Desea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\"'),(91416,9934,'original_to','admin@flowerhousefilms.com'),(91411,9934,'success','1'),(91412,9934,'from_header','Charlietaf <admin@flowerhousefilms.com>'),(91415,9934,'transport_uri','smtp:none:none://localhost:25'),(91414,9934,'reply_to_header','matipe.s.m.i.t.h@gmail.com'),(91413,9934,'to_header','admin@flowerhousefilms.com'),(91360,9928,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 12:29:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mackenzie Newling <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: socialwisp@ltdmail.io\r\nSubject: Flowerhouse Films \"Explore how chatbot can help flowerhousefilms.com\"\r\nDate: Fri, 17 May 2024 19:29:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMackenzie Newling <socialwisp@ltdmail.io>=0AExplore how chatbot can help=\r\n flowerhousefilms.com=0A=0AStill relying on contact forms in 2024? It mi=\r\nght be costing you leads.=0D=0A=0D=0AUpgrade to a chatbot for your websi=\r\nte. Chatbots offer instant engagement, greet visitors warmly, and provid=\r\ne quick answers, which can significantly increase your conversions. Imag=\r\nine having a 24/7 assistant that never sleeps, helping to turn visitors=\r\n into leads.=0D=0A=0D=0AWe=E2=80=99re confident our chatbot can boost yo=\r\nur website\'s enquiries, generate more leads, and potentially increase yo=\r\nur profit. And it=E2=80=99s affordable, starting at less than $29 per mo=\r\nnth.=0D=0A=0D=0AFor a limited time, we\'re offering a free trial. Experie=\r\nnce the benefits at no cost.=0D=0A=0D=0ADiscover how a chatbot can trans=\r\nform your visitor experience.=0D=0A=0D=0ALearn More:=0D=0Ahttps://social=\r\nwisp.co/=0A=0A--=0AThis e-mail was sent from a contact form on Inocente=\r\n Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1s83Gt-009vQ1-0f\r\n'),(91359,9928,'original_headers','From: Mackenzie Newling <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: socialwisp@ltdmail.io\n'),(91341,9927,'success','1'),(91342,9927,'from_header','Harrison Lapointe <admin@flowerhousefilms.com>'),(91343,9927,'to_header','admin@flowerhousefilms.com'),(91344,9927,'reply_to_header','harrison.lapointe@msn.com'),(91345,9927,'transport_uri','smtp:none:none://localhost:25'),(91346,9927,'original_to','admin@flowerhousefilms.com'),(91347,9927,'original_subject','Flowerhouse Films \"Cost-Effective Virtual Private Server Packages: Perfect suitable for use in Challenging Projects\"'),(91348,9927,'original_message','Harrison Lapointe <harrison.lapointe@msn.com>\nCost-Effective Virtual Private Server Packages: Perfect suitable for use in Challenging Projects\n\nOur high-performance VPSs, available from €3.90 per month, offer up to 5 Gbit/s connectivity and 50TB of monthly traffic. Perfect for demanding applications and seamless connectivity.\r\n\r\nChoose Your Plan:\r\nBasic: 1x AMD Ryzen vCore, 4GB RAM, 120GB NVMe Disk space - €3.90/month\r\nIntermediate: 2x AMD Ryzen vCore, 8GB RAM, 240GB NVMe Disk space - €7.90/month\r\nEnhanced: 3x AMD Ryzen vCore, 12GB RAM, 320GB NVMe Disk space - €11.90/month\r\nPro: 6x AMD Ryzen vCore, 12GB RAM, 640GB NVMe Disk space - €16.90/month\r\n\r\nHighlights:\r\n5 Gbit/s Connectivity\r\n50TB Traffic included per month\r\nKVM / ISO mount\r\nLinux/Windows/BSD OS ready\r\nUI-based upgrades and downgrades\r\n5 snapshots and 1 backup slot included\r\n\r\nEnhance your network performance today: https://bit.ly/vps4euro\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome deals: https://docs.google.com/forms/d/e/1FAIpQLSfqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform\r\nDoornenburg 31, Jamestown, NY, USA, 2402 Kk\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(91370,9929,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 17 May 2024 15:43:22 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Brittny Lamb <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lamb.brittny@outlook.com\r\nSubject: =?UTF-8?Q?Flowerhouse=20Films=20\"{{Unlock|Discover|Explore}=20the=20?=\r\n =?UTF-8?Q?{Gut-Brain=20Connection|Gut-Brain=20?=\r\n =?UTF-8?Q?Axis}|{Discover|Learn|Uncover}=20{Gut=20Health=20?=\r\n =?UTF-8?Q?Secrets|the=20Secrets=20of=20Gut=20Health}|{Gut-Brain=20?=\r\n =?UTF-8?Q?Axis|Gut-Brain=20Connection}:=20{Must-Watch=20?=\r\n =?UTF-8?Q?Review|Essential=20Review|Important=20Review}|{Is=20Your=20?=\r\n =?UTF-8?Q?Gut=20Affecting=20Your=20Mind=3F|Is=20Your=20Gut=20?=\r\n =?UTF-8?Q?Impacting=20Your=20Brain=3F|Is=20Your=20Gut=20?=\r\n =?UTF-8?Q?Influencing=20Your=20Mind=3F}|{Hack=20Your=20?=\r\n =?UTF-8?Q?Health|Optimize=20Your=20Health|Improve=20Your=20?=\r\n =?UTF-8?Q?Health}:=20{Documentary=20Review|Film=20Review|Doc=20?=\r\n =?UTF-8?Q?Review}|{Learn|Discover|Uncover}=20the=20{Secrets=20of=20?=\r\n =?UTF-8?Q?Your=20Gut|Gut=20Health=20Secrets|Mysteries=20of=20Your=20?=\r\n =?UTF-8?Q?Gut}|{Gut=20Health|Gut=20Health=20Secrets|Gut-Brain=20?=\r\n =?UTF-8?Q?Connection}:=20{Pros=2C=20Cons=20&=20Hazards|Benefits=2C=20?=\r\n =?UTF-8?Q?Drawbacks=20&=20Hazards|Pros=20and=20?=\r\n =?UTF-8?Q?Cons}|{Watch|See|Check=20Out}=20Jen=E2=80=99s=20{Gut=20?=\r\n =?UTF-8?Q?Health=20Review|Review=20on=20Gut=20Health|Documentary=20?=\r\n =?UTF-8?Q?Review}|{Gut-Brain=20Insights|Gut=20Health=20?=\r\n =?UTF-8?Q?Insights|Gut-Brain=20Connection=20Insights}=20{You=20?=\r\n =?UTF-8?Q?Need|You=20Should=20Know|to=20?=\r\n =?UTF-8?Q?Know}|{Optimize|Improve|Enhance}=20Your=20Health=20{from=20?=\r\n =?UTF-8?Q?Within|Inside=20Out|Internally}|{How=20Diet=20Impacts=20?=\r\n =?UTF-8?Q?Your=20Mental=20Health|Diet=E2=80=99s=20Effect=20on=20?=\r\n =?UTF-8?Q?Mental=20Health|Mental=20Health=20and=20Diet=20?=\r\n =?UTF-8?Q?Connection}|{Free|Complimentary|No-Cost}=2010-Day=20?=\r\n =?UTF-8?Q?RESET=20Sample=20Pack|{Gut-Brain=20Axis=20Test|Test=20?=\r\n =?UTF-8?Q?Your=20Gut-Brain=20Axis|Gut-Brain=20Health=20Test}:=20?=\r\n =?UTF-8?Q?{Try=20It=20Now|Assess=20It=20Today|Evaluate=20?=\r\n =?UTF-8?Q?Now}|{Improve|Enhance|Boost}=20Health=20with=20?=\r\n =?UTF-8?Q?{Gut-Brain=20Focus|Focus=20on=20Gut-Brain=20?=\r\n =?UTF-8?Q?Axis|Gut-Brain=20Axis=20Focus}|{Curious=20About=20?=\r\n =?UTF-8?Q?Gut-Brain=20Connection=3F|Interested=20in=20Gut-Brain=20?=\r\n =?UTF-8?Q?Axis=3F|Wondering=20About=20Gut-Brain=20Link=3F}|Jen=20?=\r\n =?UTF-8?Q?{Reviews|Covers|Discusses}=20{Gut=20Health=20?=\r\n =?UTF-8?Q?Documentary|Gut=20Health=20Doc|Gut=20Health=20?=\r\n =?UTF-8?Q?Film}|{Major=20Hazard|Warning|Red=20Flag}=20in=20{Gut=20?=\r\n =?UTF-8?Q?Health=20Doc|Health=20Documentary|Gut=20Health=20?=\r\n =?UTF-8?Q?Film}|{Sign=20Up|Subscribe|Join}=20for=20{Health=20?=\r\n =?UTF-8?Q?Insights|Wellness=20Tips|Health=20Tips}\"?=\r\nDate: Fri, 17 May 2024 22:43:22 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBrittny Lamb <lamb.brittny@outlook.com>=0A{{Unlock|Discover|Explore} the=\r\n {Gut-Brain Connection|Gut-Brain Axis}|{Discover|Learn|Uncover} {Gut Hea=\r\nlth Secrets|the Secrets of Gut Health}|{Gut-Brain Axis|Gut-Brain Connect=\r\nion}: {Must-Watch Review|Essential Review|Important Review}|{Is Your Gut=\r\n Affecting Your Mind?|Is Your Gut Impacting Your Brain?|Is Your Gut Infl=\r\nuencing Your Mind?}|{Hack Your Health|Optimize Your Health|Improve Your=\r\n Health}: {Documentary Review|Film Review|Doc Review}|{Learn|Discover|Un=\r\ncover} the {Secrets of Your Gut|Gut Health Secrets|Mysteries of Your Gut=\r\n}|{Gut Health|Gut Health Secrets|Gut-Brain Connection}: {Pros, Cons & Ha=\r\nzards|Benefits, Drawbacks & Hazards|Pros and Cons}|{Watch|See|Check Out}=\r\n Jen=E2=80=99s {Gut Health Review|Review on Gut Health|Documentary Revie=\r\nw}|{Gut-Brain Insights|Gut Health Insights|Gut-Brain Connection Insights=\r\n} {You Need|You Should Know|to Know}|{Optimize|Improve|Enhance} Your Hea=\r\nlth {from Within|Inside Out|Internally}|{How Diet Impacts Your Mental He=\r\nalth|Diet=E2=80=99s Effect on Mental Health|Mental Health and Diet Conne=\r\nction}|{Free|Complimentary|No-Cost} 10-Day RESET Sample Pack|{Gut-Brain=\r\n Axis Test|Test Your Gut-Brain Axis|Gut-Brain Health Test}: {Try It Now|=\r\nAssess It Today|Evaluate Now}|{Improve|Enhance|Boost} Health with {Gut-B=\r\nrain Focus|Focus on Gut-Brain Axis|Gut-Brain Axis Focus}|{Curious About=\r\n Gut-Brain Connection?|Interested in Gut-Brain Axis?|Wondering About Gut=\r\n-Brain Link?}|Jen {Reviews|Covers|Discusses} {Gut Health Documentary|Gut=\r\n Health Doc|Gut Health Film}|{Major Hazard|Warning|Red Flag} in {Gut Hea=\r\nlth Doc|Health Documentary|Gut Health Film}|{Sign Up|Subscribe|Join} for=\r\n {Health Insights|Wellness Tips|Health Tips}=0A=0A=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1s86IM-00E6JO-1m\r\n'),(91369,9929,'original_headers','From: Brittny Lamb <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lamb.brittny@outlook.com\n'),(91361,9929,'success','1'),(91362,9929,'from_header','Brittny Lamb <admin@flowerhousefilms.com>'),(91363,9929,'to_header','admin@flowerhousefilms.com'),(91364,9929,'reply_to_header','lamb.brittny@outlook.com'),(91365,9929,'transport_uri','smtp:none:none://localhost:25'),(91366,9929,'original_to','admin@flowerhousefilms.com'),(91367,9929,'original_subject','Flowerhouse Films \"{{Unlock|Discover|Explore} the {Gut-Brain Connection|Gut-Brain Axis}|{Discover|Learn|Uncover} {Gut Health Secrets|the Secrets of Gut Health}|{Gut-Brain Axis|Gut-Brain Connection}: {Must-Watch Review|Essential Review|Important Review}|{Is Your Gut Affecting Your Mind?|Is Your Gut Impacting Your Brain?|Is Your Gut Influencing Your Mind?}|{Hack Your Health|Optimize Your Health|Improve Your Health}: {Documentary Review|Film Review|Doc Review}|{Learn|Discover|Uncover} the {Secrets of Your Gut|Gut Health Secrets|Mysteries of Your Gut}|{Gut Health|Gut Health Secrets|Gut-Brain Connection}: {Pros, Cons & Hazards|Benefits, Drawbacks & Hazards|Pros and Cons}|{Watch|See|Check Out} Jen’s {Gut Health Review|Review on Gut Health|Documentary Review}|{Gut-Brain Insights|Gut Health Insights|Gut-Brain Connection Insights} {You Need|You Should Know|to Know}|{Optimize|Improve|Enhance} Your Health {from Within|Inside Out|Internally}|{How Diet Impacts Your Mental Health|Diet’s Effect on Mental Health|Mental Health and Diet Connection}|{Free|Complimentary|No-Cost} 10-Day RESET Sample Pack|{Gut-Brain Axis Test|Test Your Gut-Brain Axis|Gut-Brain Health Test}: {Try It Now|Assess It Today|Evaluate Now}|{Improve|Enhance|Boost} Health with {Gut-Brain Focus|Focus on Gut-Brain Axis|Gut-Brain Axis Focus}|{Curious About Gut-Brain Connection?|Interested in Gut-Brain Axis?|Wondering About Gut-Brain Link?}|Jen {Reviews|Covers|Discusses} {Gut Health Documentary|Gut Health Doc|Gut Health Film}|{Major Hazard|Warning|Red Flag} in {Gut Health Doc|Health Documentary|Gut Health Film}|{Sign Up|Subscribe|Join} for {Health Insights|Wellness Tips|Health Tips}\"'),(91368,9929,'original_message','Brittny Lamb <lamb.brittny@outlook.com>\n{{Unlock|Discover|Explore} the {Gut-Brain Connection|Gut-Brain Axis}|{Discover|Learn|Uncover} {Gut Health Secrets|the Secrets of Gut Health}|{Gut-Brain Axis|Gut-Brain Connection}: {Must-Watch Review|Essential Review|Important Review}|{Is Your Gut Affecting Your Mind?|Is Your Gut Impacting Your Brain?|Is Your Gut Influencing Your Mind?}|{Hack Your Health|Optimize Your Health|Improve Your Health}: {Documentary Review|Film Review|Doc Review}|{Learn|Discover|Uncover} the {Secrets of Your Gut|Gut Health Secrets|Mysteries of Your Gut}|{Gut Health|Gut Health Secrets|Gut-Brain Connection}: {Pros, Cons & Hazards|Benefits, Drawbacks & Hazards|Pros and Cons}|{Watch|See|Check Out} Jen’s {Gut Health Review|Review on Gut Health|Documentary Review}|{Gut-Brain Insights|Gut Health Insights|Gut-Brain Connection Insights} {You Need|You Should Know|to Know}|{Optimize|Improve|Enhance} Your Health {from Within|Inside Out|Internally}|{How Diet Impacts Your Mental Health|Diet’s Effect on Mental Health|Mental Health and Diet Connection}|{Free|Complimentary|No-Cost} 10-Day RESET Sample Pack|{Gut-Brain Axis Test|Test Your Gut-Brain Axis|Gut-Brain Health Test}: {Try It Now|Assess It Today|Evaluate Now}|{Improve|Enhance|Boost} Health with {Gut-Brain Focus|Focus on Gut-Brain Axis|Gut-Brain Axis Focus}|{Curious About Gut-Brain Connection?|Interested in Gut-Brain Axis?|Wondering About Gut-Brain Link?}|Jen {Reviews|Covers|Discusses} {Gut Health Documentary|Gut Health Doc|Gut Health Film}|{Major Hazard|Warning|Red Flag} in {Gut Health Doc|Health Documentary|Gut Health Film}|{Sign Up|Subscribe|Join} for {Health Insights|Wellness Tips|Health Tips}\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89501,9743,'success','1'),(89502,9743,'from_header','Pat O\'Donovan <admin@flowerhousefilms.com>'),(89503,9743,'to_header','admin@flowerhousefilms.com'),(89504,9743,'reply_to_header','pat.odonovan@gmail.com'),(89505,9743,'transport_uri','smtp:none:none://localhost:25'),(89506,9743,'original_to','admin@flowerhousefilms.com'),(89507,9743,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"'),(89508,9743,'original_message','Pat O\'Donovan <pat.odonovan@gmail.com>\nHi flowerhousefilms.com Administrator.\n\nI\'ve noticed that your website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility. https://cutt.ly/Sw8nw7nw\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 30,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and engagement.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89491,9742,'success','1'),(89492,9742,'from_header','Ray Morice <admin@flowerhousefilms.com>'),(89480,9740,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 02 Apr 2024 11:34:11 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Bruce William <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: aisecrets@faig.agency\r\nSubject: Flowerhouse Films \"AI Success Stories Series, Interactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot Camp Launch, Product Launch Series: AI Content Creator, Educational Series: Understanding AI in Business,  AI\"\r\nDate: Tue, 02 Apr 2024 18:34:11 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBruce William <aisecrets@faig.agency>=0AAI Success Stories Series, Inter=\r\nactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot=\r\n Camp Launch, Product Launch Series: AI Content Creator, Educational Ser=\r\nies: Understanding AI in Business,  AI=0A=0AImagine a world where tradit=\r\nional social media marketing is a thing of the past, and your journey at=\r\n the forefront of innovation begins today. =0D=0AWelcome to the era of A=\r\nI Marketing, where boundaries are limitless and your business\'s potentia=\r\nl is amplified. With our cutting-edge AI Tools and comprehensive Trainin=\r\ng, wave goodbye to outdated strategies and hello to a future of success.=\r\n Envision the possibilities of earning $10,000.00 or more every month, t=\r\nransforming your financial landscape forever. =0D=0AOur exclusive suite=\r\n of AI resources is your golden ticket to an empire of prosperity. This=\r\n isn\'t just about staying ahead; it\'s about redefining the game and sett=\r\ning unparalleled benchmarks. =0D=0APicture a community of trailblazers,=\r\n all empowered by AI, sharing a common goal of monumental achievement. E=\r\nvery giant leap starts with a small step, and yours begins with a simple=\r\n \'YES\'. Seize this moment to embrace the revolution, redefine possibilit=\r\nies, and sculpt your legacy in the AI Marketing domain. =0D=0A=0D=0AComm=\r\nent \'YES\' for exclusive access to AI Success, and embark on a journey wh=\r\nere your dreams aren\'t just dreams, but vivid realities waiting to unfol=\r\nd.=0D=0A=0D=0AThere is literally nothing holding you back from starting=\r\n today. The KEYS to AI Marketing are in you grasp.=0A=0A--=0AThis e-mail=\r\n was sent from a contact form on Inocente Confusi=C3=B3n (https://www.fl=\r\nowerhousefilms.com)\r\n.\r\n250 OK id=1rrixX-00CSgq-2D\r\n'),(89479,9740,'original_headers','From: Bruce William <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: aisecrets@faig.agency\n'),(89471,9740,'success','1'),(89472,9740,'from_header','Bruce William <admin@flowerhousefilms.com>'),(89473,9740,'to_header','admin@flowerhousefilms.com'),(89474,9740,'reply_to_header','aisecrets@faig.agency'),(89475,9740,'transport_uri','smtp:none:none://localhost:25'),(89476,9740,'original_to','admin@flowerhousefilms.com'),(89477,9740,'original_subject','Flowerhouse Films \"AI Success Stories Series, Interactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot Camp Launch, Product Launch Series: AI Content Creator, Educational Series: Understanding AI in Business,  AI\"'),(89478,9740,'original_message','Bruce William <aisecrets@faig.agency>\nAI Success Stories Series, Interactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot Camp Launch, Product Launch Series: AI Content Creator, Educational Series: Understanding AI in Business,  AI\n\nImagine a world where traditional social media marketing is a thing of the past, and your journey at the forefront of innovation begins today. \r\nWelcome to the era of AI Marketing, where boundaries are limitless and your business\'s potential is amplified. With our cutting-edge AI Tools and comprehensive Training, wave goodbye to outdated strategies and hello to a future of success. Envision the possibilities of earning $10,000.00 or more every month, transforming your financial landscape forever. \r\nOur exclusive suite of AI resources is your golden ticket to an empire of prosperity. This isn\'t just about staying ahead; it\'s about redefining the game and setting unparalleled benchmarks. \r\nPicture a community of trailblazers, all empowered by AI, sharing a common goal of monumental achievement. Every giant leap starts with a small step, and yours begins with a simple \'YES\'. Seize this moment to embrace the revolution, redefine possibilities, and sculpt your legacy in the AI Marketing domain. \r\n\r\nComment \'YES\' for exclusive access to AI Success, and embark on a journey where your dreams aren\'t just dreams, but vivid realities waiting to unfold.\r\n\r\nThere is literally nothing holding you back from starting today. The KEYS to AI Marketing are in you grasp.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89551,9748,'success','1'),(89552,9748,'from_header','Victor <admin@flowerhousefilms.com>'),(89553,9748,'to_header','admin@flowerhousefilms.com'),(89554,9748,'reply_to_header','victor.liebe@outlook.com'),(89555,9748,'transport_uri','smtp:none:none://localhost:25'),(89556,9748,'original_to','admin@flowerhousefilms.com'),(89557,9748,'original_subject','Flowerhouse Films \"Debunking the Myth: Backlinks Are Alive and Thriving\"'),(89558,9748,'original_message','Victor <victor.liebe@outlook.com>\nDebunking the Myth: Backlinks Are Alive and Thriving\n\nGreetings,\r\n\r\nAre you noticing a decrease in website traffic after the latest Google updates? Are your AI-generated posts getting penalized by search engines faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this insightful experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you reaching the top of search results for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nIntrigued?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&brand=fp&landingPage=https2F%2Fwww.fiverr.com2Fdo-seo-analysis-of-your-website3A2Fwww.fiverr.com%2Fana_seo_85%2Fdo-seo-wizard-to-rank-up-on-google-ranking\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89559,9748,'original_headers','From: Victor <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: victor.liebe@outlook.com\n'),(89560,9748,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 14:37:06 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Victor <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: victor.liebe@outlook.com\r\nSubject: Flowerhouse Films \"Debunking the Myth: Backlinks Are Alive and Thriving\"\r\nDate: Thu, 04 Apr 2024 21:37:06 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nVictor <victor.liebe@outlook.com>=0ADebunking the Myth: Backlinks Are Al=\r\nive and Thriving=0A=0AGreetings,=0D=0A=0D=0AAre you noticing a decrease=\r\n in website traffic after the latest Google updates? Are your AI-generat=\r\ned posts getting penalized by search engines faster than you can create=\r\n them?=0D=0A=0D=0ADon\'t worry, because I\'ve got some good news for you:=\r\n backlinks still work. And I\'ve got the proof to back it up. Check out t=\r\nhis insightful experiment by Ahrefs: https://www.youtube.com/watch?v=3Dd=\r\nHW-izBq2-I=0D=0A=0D=0ABut that\'s not all. I\'m here to offer you a soluti=\r\non that will get you reaching the top of search results for multiple key=\r\nwords and boost your site\'s trust on Google\'s data.=0D=0A=0D=0AIntrigued=\r\n?=0D=0A=0D=0AThen take a look at my Fiverr Pro gig:=0D=0A=0D=0Ahttps://g=\r\no.fiverr.com/visit/?bta=3D570412&brand=3Dfp&landingPage=3Dhttps2F%2Fwww.=\r\nfiverr.com2Fdo-seo-analysis-of-your-website3A2Fwww.fiverr.com%2Fana_seo_=\r\n85%2Fdo-seo-wizard-to-rank-up-on-google-ranking=0D=0A=0D=0ADon\'t let tho=\r\nse Google updates hold you back. Let\'s work together to get your site ba=\r\nck on top!=0D=0A=0D=0ABest regards,=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1rsUle-00GRy6-2X\r\n'),(89509,9743,'original_headers','From: Pat O\'Donovan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: pat.odonovan@gmail.com\n'),(89510,9743,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 04 Apr 2024 00:19:32 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Pat O\'Donovan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: pat.odonovan@gmail.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"\r\nDate: Thu, 04 Apr 2024 07:19:32 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nPat O\'Donovan <pat.odonovan@gmail.com>=0AHi flowerhousefilms.com Adminis=\r\ntrator.=0A=0AI\'ve noticed that your website could be missing out on appr=\r\noximately 1,000 visitors daily. Our AI powered traffic system is designe=\r\nd to significantly boost your site\'s visibility. https://cutt.ly/Sw8nw7n=\r\nw=0D=0AWe\'re offering a free trial that includes 500 targeted visitors t=\r\no demonstrate the potential benefits. After the trial, we can provide up=\r\n to 30,000 targeted visitors per month. This opportunity could greatly e=\r\nnhance your website\'s reach and engagement.=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1rsHNk-00Byp6-04\r\n'),(90429,9835,'original_headers','From: Lilda <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: marketing@charterunionfin.com\n'),(90459,9838,'original_headers','From: Hellen Hannan <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: dorcas.hannan66@yahoo.com\n'),(90460,9838,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 05:39:25 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Hellen Hannan <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: dorcas.hannan66@yahoo.com\r\nSubject: Flowerhouse Films \"Re: May I send you this report\"\r\nDate: Wed, 24 Apr 2024 12:39:25 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nHellen Hannan <dorcas.hannan66@yahoo.com>=0ARe: May I send you this repo=\r\nrt=0A=0AHi, My name is Helen and I\'m an Online marketing specialist here=\r\n in the UK. I\'ve done some initial research on your website/sector, and=\r\n I couldn\'t help but I notice that your online visibility is fairly low=\r\n on Google. With your permission I=E2=80=99d like to send you a free rep=\r\nort showing you a few things you can do on your own (without needing to=\r\n hire anyone) to greatly improve these search results for you. =0D=0A=0D=\r\n=0AThe report is very detailed and comes with its own detailed instructi=\r\nons. It will show you exactly what needs to be done to unleash rankings=\r\n and traffic that make a difference! I\'ll also share some ideas and tips=\r\n to generate more revenue through your website. =0D=0A=0D=0AWould that b=\r\ne, okay? Again, this is completely free- no costs whatsoever just our wa=\r\ny of making a super strong first impression as experts in digital market=\r\ning! Please email us at anna.fratellimarketing@gmail.com back for a free=\r\n report. =0D=0A=0D=0AWarm Regards, =0D=0AHelen Waters, =0D=0AMarketing A=\r\nccount Manager.  =0D=0Aanna.fratellimarketing@gmail.com=0D=0A=0D=0ATo un=\r\nsubscribe please reply NO.=0A=0A--=0AThis e-mail was sent from a contact=\r\n form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzbuH-000R13-06\r\n'),(89580,9750,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 05 Apr 2024 07:10:59 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Caleb Davis <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: partnerships@setcreliefconsultants.com\r\nSubject: Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"\r\nDate: Fri, 05 Apr 2024 14:10:59 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nCaleb Davis <partnerships@setcreliefconsultants.com>=0AThe Relief Consul=\r\ntants Enquiry: Unlock Your COVID-19 Relief Funds=0A=0AHey, Caleb here~=\r\n=0D=0A=0D=0AJudging from your website, it looks like you=E2=80=99re clas=\r\nsified as self-employed.=0D=0A=0D=0AAs a self-employed American, you may=\r\n be eligible for up to $32,220 through the IRS\'s Self-Employed Tax Credi=\r\nt program:=0D=0Airs.gov/newsroom/tax-credits-for-paid-leave-under-the-am=\r\nerican-rescue-plan-act-of-2021-specific-provisions-related-to-self-emplo=\r\nyed-individuals=0D=0A=0D=0AAt The Relief Consultants, we\'re here to help=\r\n you access these funds. =0D=0A=0D=0AYou can easily check your estimated=\r\n refund amount for the SETC program here, and book a free consultation i=\r\nf you want=0D=0Ahttps://www.sickleavecredit.com/?referral_code=3DSETC_Co=\r\nnsulting&utm_source=3Dreferral-partner&fbclid=3DIwAR2RFgs_GKciOzdxUm94ZS=\r\nB6BNGcba01-MgElGVfRaEQYuJsgQiydp7J70k=0D=0A=0D=0ABTW, our process is des=\r\nigned with your security in mind:=0D=0AWe get paid only after we\'ve succ=\r\nessfully secured your funds, ensuring an entirely risk-free experience f=\r\nor our clients.=0D=0A=0D=0AWith The Relief Consultants, you\'re in capabl=\r\ne hands. Hoping to hear from you.=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=\r\n=0A=0D=0A=0D=0ABest regards,=0D=0A=0D=0ACaleb Davis=0D=0A=0D=0ASETC Reli=\r\nef Consultants=0D=0A+1 619 798 8260=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0ATo stop receiving marketing messages, reply =E2=80=9CStop=E2=80=9D=\r\n in the subject line for your website: flowerhousefilms.com=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A2=0A=0A--=0AThis e-mail was se=\r\nnt from a contact form on Inocente Confusi=C3=B3n (https://www.flowerhou=\r\nsefilms.com)\r\n.\r\n250 OK id=1rskHT-004ljj-2A\r\n'),(89608,9753,'original_message','Gwendolyn <ibbott.gwendolyn88@msn.com>\nBacklinks still relevant\n\nHello,\r\n\r\nAre you seeing a decline in traffic after the latest Google updates? Are your AI-generated posts getting dropped from index faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this informative experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you dominating search engine rankings for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nInterested?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&brand=fp&landingPage=https2F%2Fwww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink-pyramid\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89603,9753,'to_header','admin@flowerhousefilms.com'),(89604,9753,'reply_to_header','ibbott.gwendolyn88@msn.com'),(89605,9753,'transport_uri','smtp:none:none://localhost:25'),(89606,9753,'original_to','admin@flowerhousefilms.com'),(89607,9753,'original_subject','Flowerhouse Films \"Backlinks still relevant\"'),(89579,9750,'original_headers','From: Caleb Davis <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: partnerships@setcreliefconsultants.com\n'),(90181,9811,'success','1'),(90182,9811,'from_header','Emily Ryan <admin@flowerhousefilms.com>'),(90183,9811,'to_header','admin@flowerhousefilms.com'),(90184,9811,'reply_to_header','heyitsemilyryan@gmail.com'),(90185,9811,'transport_uri','smtp:none:none://localhost:25'),(90186,9811,'original_to','admin@flowerhousefilms.com'),(90187,9811,'original_subject','Flowerhouse Films \"Hello, Quick question.\"'),(90188,9811,'original_message','Emily Ryan <heyitsemilyryan@gmail.com>\nHello, Quick question.\n\nHi, Are you looking to get more clients from your website?\r\n\r\nI was checking out your site flowerhousefilms.com and noticed a cool opportunity\r\nto increase the number of new leads your website receives for free.\r\n\r\nDidn’t want to overload you with a long email so I put together a short\r\nvideo to show you exactly what I found that can double your new contacts.\r\n\r\nRespond \"yes\" if you want me to send it to you. Let me know :)\r\n\r\nThanks, \r\nEmily\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nOpt out of future messages by replying to the message and saying opt out.\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89669,9759,'original_headers','From: Johnie Klass <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: johnie.klass@yahoo.com\n'),(89670,9759,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 08 Apr 2024 18:21:17 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Johnie Klass <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: johnie.klass@yahoo.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Admin.\"\r\nDate: Tue, 09 Apr 2024 01:21:17 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJohnie Klass <johnie.klass@yahoo.com>=0ATo the flowerhousefilms.com Admi=\r\nn.=0A=0AHey there! Looking to save on energy costs?=0D=0A Look no furthe=\r\nr! At Nexus Energy Group Ltd., we=E2=80=99ve got your back. With over tw=\r\no decades of experience, we=E2=80=99ll help you navigate the energy mark=\r\nets, find the best rates, and keep your wallet happy. Let=E2=80=99s powe=\r\nr up together! Reply for details: Nexusenergygroupltd@gmail.com=0A=0A--=\r\n=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (=\r\nhttps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ru0An-00CPTc-1P\r\n'),(89761,9769,'success','1'),(89762,9769,'from_header','Steven Clark <admin@flowerhousefilms.com>'),(89763,9769,'to_header','admin@flowerhousefilms.com'),(89764,9769,'reply_to_header','steven@rapidprofitmachine1.com'),(89765,9769,'transport_uri','smtp:none:none://localhost:25'),(89766,9769,'original_to','admin@flowerhousefilms.com'),(89767,9769,'original_subject','Flowerhouse Films \"Sell your Facebook page?\"'),(89768,9769,'original_message','Steven Clark <steven@rapidprofitmachine1.com>\nSell your Facebook page?\n\nCan I buy your Facebook page and your Instagram account?\r\nLet me know here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89769,9769,'original_headers','From: Steven Clark <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: steven@rapidprofitmachine1.com\n'),(89770,9769,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 10 Apr 2024 06:46:00 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Steven Clark <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: steven@rapidprofitmachine1.com\r\nSubject: Flowerhouse Films \"Sell your Facebook page?\"\r\nDate: Wed, 10 Apr 2024 13:46:00 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSteven Clark <steven@rapidprofitmachine1.com>=0ASell your Facebook page?=\r\n=0A=0ACan I buy your Facebook page and your Instagram account?=0D=0ALet=\r\n me know here=0D=0Ahttps://sellyourfbpage.com/=0A=0A--=0AThis e-mail was=\r\n sent from a contact form on Inocente Confusi=C3=B3n (https://www.flower=\r\nhousefilms.com)\r\n.\r\n250 OK id=1ruYH2-009P6o-0k\r\n'),(89901,9783,'success','1'),(89902,9783,'from_header','Davidhax <admin@flowerhousefilms.com>'),(89903,9783,'to_header','admin@flowerhousefilms.com'),(89904,9783,'reply_to_header','readytostartcr@gmail.com'),(89905,9783,'transport_uri','smtp:none:none://localhost:25'),(89906,9783,'original_to','admin@flowerhousefilms.com'),(89907,9783,'original_subject','Flowerhouse Films \"Something new in your life\"'),(89881,9781,'success','1'),(89882,9781,'from_header','Leila Batt <admin@flowerhousefilms.com>'),(89883,9781,'to_header','admin@flowerhousefilms.com'),(89884,9781,'reply_to_header','slqkrx1@gmail.com'),(89885,9781,'transport_uri','smtp:none:none://localhost:25'),(89886,9781,'original_to','admin@flowerhousefilms.com'),(89887,9781,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"'),(89981,9791,'success','1'),(89982,9791,'from_header','Harley Stephenson <admin@flowerhousefilms.com>'),(89983,9791,'to_header','admin@flowerhousefilms.com'),(89984,9791,'reply_to_header','harley.stephenson@gmail.com'),(89985,9791,'transport_uri','smtp:none:none://localhost:25'),(89986,9791,'original_to','admin@flowerhousefilms.com'),(89987,9791,'original_subject','Flowerhouse Films \"We\'ll Create a Free Video of One of Your 5 Star Reviews\"'),(89655,9758,'transport_uri','smtp:none:none://localhost:25'),(89654,9758,'reply_to_header','hearon.rusty@gmail.com'),(89651,9758,'success','1'),(89652,9758,'from_header','Rusty Hearon <admin@flowerhousefilms.com>'),(89653,9758,'to_header','admin@flowerhousefilms.com'),(90451,9838,'success','1'),(90452,9838,'from_header','Hellen Hannan <admin@flowerhousefilms.com>'),(90453,9838,'to_header','admin@flowerhousefilms.com'),(90454,9838,'reply_to_header','dorcas.hannan66@yahoo.com'),(90455,9838,'transport_uri','smtp:none:none://localhost:25'),(90456,9838,'original_to','admin@flowerhousefilms.com'),(90457,9838,'original_subject','Flowerhouse Films \"Re: May I send you this report\"'),(90458,9838,'original_message','Hellen Hannan <dorcas.hannan66@yahoo.com>\nRe: May I send you this report\n\nHi, My name is Helen and I\'m an Online marketing specialist here in the UK. I\'ve done some initial research on your website/sector, and I couldn\'t help but I notice that your online visibility is fairly low on Google. With your permission I’d like to send you a free report showing you a few things you can do on your own (without needing to hire anyone) to greatly improve these search results for you. \r\n\r\nThe report is very detailed and comes with its own detailed instructions. It will show you exactly what needs to be done to unleash rankings and traffic that make a difference! I\'ll also share some ideas and tips to generate more revenue through your website. \r\n\r\nWould that be, okay? Again, this is completely free- no costs whatsoever just our way of making a super strong first impression as experts in digital marketing! Please email us at anna.fratellimarketing@gmail.com back for a free report. \r\n\r\nWarm Regards, \r\nHelen Waters, \r\nMarketing Account Manager.  \r\nanna.fratellimarketing@gmail.com\r\n\r\nTo unsubscribe please reply NO.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89602,9753,'from_header','Gwendolyn <admin@flowerhousefilms.com>'),(89601,9753,'success','1'),(89594,9752,'reply_to_header','yancey.sharron56@gmail.com'),(89593,9752,'to_header','admin@flowerhousefilms.com'),(89591,9752,'success','1'),(89592,9752,'from_header','Sharron Yancey <admin@flowerhousefilms.com>'),(90449,9837,'original_headers','From: Ravi Noggle <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: gilda.noggle@msn.com\n'),(90450,9837,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 24 Apr 2024 04:26:07 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ravi Noggle <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: gilda.noggle@msn.com\r\nSubject: Flowerhouse Films \"Why You are not in Googles search first Page?\"\r\nDate: Wed, 24 Apr 2024 11:26:07 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nRavi Noggle <gilda.noggle@msn.com>=0AWhy You are not in Googles search f=\r\nirst Page?=0A=0AHi,=0D=0AMy name is Alastair D. i, owner of Webomaze Aus=\r\ntralia. You have finally found an SEO Company that GETS RESULTS. The pro=\r\nof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.=0D=0A=0D=\r\n=0A I recently grew my client=E2=80=99s organic search traffi with high=\r\n google search ranking  by 166% in 4 months. We=E2=80=99re an SEO Compan=\r\ny with a difference.Our focus is Customer Delight.=0D=0A=0D=0AAnd we do=\r\n everything to make it a great experience of working with us. We are in=\r\n touch with you at every stage of the project. Even after we deliver the=\r\n project, I will support you with any query you have. =0D=0A=0D=0A=0D=0A=\r\nContact me today and get a FREE SEO AUDIT for your website=0D=0A=0D=0ACl=\r\nick here to start =3D=3D=3D=3D> http://tinyurl.com/7ejfvwut=0A=0A--=0ATh=\r\nis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (https=\r\n://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rzalL-00G7aR-0M\r\n'),(90441,9837,'success','1'),(90442,9837,'from_header','Ravi Noggle <admin@flowerhousefilms.com>'),(90448,9837,'original_message','Ravi Noggle <gilda.noggle@msn.com>\nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====> http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90447,9837,'original_subject','Flowerhouse Films \"Why You are not in Googles search first Page?\"'),(90446,9837,'original_to','admin@flowerhousefilms.com'),(90445,9837,'transport_uri','smtp:none:none://localhost:25'),(90444,9837,'reply_to_header','gilda.noggle@msn.com'),(90443,9837,'to_header','admin@flowerhousefilms.com'),(89740,9766,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 17:53:33 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"\r\nDate: Wed, 10 Apr 2024 00:53:33 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: Use A.I. To Make $200/hr +=\r\n=0A=0A100% Beginner friendly training reveals how A.I. is making people=\r\n over $200/hr=0D=0A=0D=0A>> https://200hourly.com <<=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0AIf you would  like to opt-out of communication with us, visit:=0D=\r\n=0Ahttps://urloptout.com/optout1/?site=3Dflowerhousefilms.com=0A=0A--=0A=\r\nThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n (htt=\r\nps://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruMDV-0098xe-2a\r\n'),(89844,9777,'reply_to_header','tanyaa01@visamastercardsettlementteam.org'),(89842,9777,'from_header','Tanya A <admin@flowerhousefilms.com>'),(89843,9777,'to_header','admin@flowerhousefilms.com'),(89841,9777,'success','1'),(89811,9774,'success','1'),(89812,9774,'from_header','Steve Zuwala <admin@flowerhousefilms.com>'),(89813,9774,'to_header','admin@flowerhousefilms.com'),(89814,9774,'reply_to_header','stevezuwala@musicmail.xyz'),(89815,9774,'transport_uri','smtp:none:none://localhost:25'),(89816,9774,'original_to','admin@flowerhousefilms.com'),(89817,9774,'original_subject','Flowerhouse Films \"Wishing You Continued Success!\"'),(89818,9774,'original_message','Steve Zuwala <stevezuwala@musicmail.xyz>\nWishing You Continued Success!\n\nLeaving a note to let you know I was here!\r\nWishing you continued success and blessings!\r\n\r\nSteve Zuwala\r\nCounry Music Artist\r\nBMI|NSAI|GMA|CMA\r\nwww.SteveZuwala.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89819,9774,'original_headers','From: Steve Zuwala <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: stevezuwala@musicmail.xyz\n'),(89820,9774,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 12:27:46 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Steve Zuwala <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: stevezuwala@musicmail.xyz\r\nSubject: Flowerhouse Films \"Wishing You Continued Success!\"\r\nDate: Thu, 11 Apr 2024 19:27:46 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nSteve Zuwala <stevezuwala@musicmail.xyz>=0AWishing You Continued Success=\r\n!=0A=0ALeaving a note to let you know I was here!=0D=0AWishing you conti=\r\nnued success and blessings!=0D=0A=0D=0ASteve Zuwala=0D=0ACounry Music Ar=\r\ntist=0D=0ABMI|NSAI|GMA|CMA=0D=0Awww.SteveZuwala.com=0A=0A--=0AThis e-mai=\r\nl was sent from a contact form on Inocente Confusi=C3=B3n (https://www.f=\r\nlowerhousefilms.com)\r\n.\r\n250 OK id=1rv05K-00F3O4-0S\r\n'),(89821,9775,'success','1'),(89822,9775,'from_header','Jaime Wootton <admin@flowerhousefilms.com>'),(89823,9775,'to_header','admin@flowerhousefilms.com'),(89824,9775,'reply_to_header','jaime.wootton@gmail.com'),(89825,9775,'transport_uri','smtp:none:none://localhost:25'),(89826,9775,'original_to','admin@flowerhousefilms.com'),(89827,9775,'original_subject','Flowerhouse Films \"Turn flowerhousefilms.com into an eBook: Easy & Engaging!\"'),(89828,9775,'original_message','Jaime Wootton <jaime.wootton@gmail.com>\nTurn flowerhousefilms.com into an eBook: Easy & Engaging!\n\nHi there,\r\n\r\nI\'ve just been on flowerhousefilms.com and wondered if you\'d ever considered writing an eBook?\r\n\r\nOur software allows you to turn flowerhousefilms.com into a fully designed eBook. Just provide the content source, and the AI will do the rest.\r\n   \r\n1. Generate unique and human-like content, ensuring your eBook is engaging and informative.\r\n2. Create stunning 3D eCovers to grab attention and make your book stand out.\r\n3. Publish your eBook instantly on a built-in marketplace with potential buyers.\r\n4. Distribute your book to over 50 publications to increase your reach and drive traffic.\r\n\r\nThe price is just $16.95 but the price rises shortly.\r\n\r\nLearn more: https://furtherinfo.org/hdwe\r\n\r\nRegards,\r\nJaime\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89831,9776,'success','1'),(89832,9776,'from_header','Hilario <admin@flowerhousefilms.com>'),(89833,9776,'to_header','admin@flowerhousefilms.com'),(89834,9776,'reply_to_header','hilario.holman@gmail.com'),(89835,9776,'transport_uri','smtp:none:none://localhost:25'),(89836,9776,'original_to','admin@flowerhousefilms.com'),(89837,9776,'original_subject','Flowerhouse Films \"Secure a $100 USD Perk Easily by Signing Up with KuCoin!\"'),(89838,9776,'original_message','Hilario <hilario.holman@gmail.com>\nSecure a $100 USD Perk Easily by Signing Up with KuCoin!\n\nHi there,\r\n\r\nQuick heads-up: Kucoin\'s got a fantastic $100 USD reward just for signing up! Interested? Click on this link to claim yours: https://www.kucoin.com/land/earn-crypto-rewards-by-referring?rcode=QBA38A3S&utm_source=cashgiftpackage](https://www.kucoin.com/land/earn-crypto-rewards-by-referring?rcode=QBA38A3S&utm_source=cashgiftpackage)\r\n\r\nBest,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89749,9767,'original_headers','From: Jordan Kennedy <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: myairanker@gmail.com\n'),(89750,9767,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 09 Apr 2024 20:12:27 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Jordan Kennedy <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: myairanker@gmail.com\r\nSubject: Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"\r\nDate: Wed, 10 Apr 2024 03:12:27 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nJordan Kennedy <myairanker@gmail.com>=0ARe: Use A.I. To Make $200/hr +=\r\n=0A=0A100% Beginner friendly training reveals how A.I. is making people=\r\n over $200/hr=0D=0A=0D=0A>> https://200hourly.com <<=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=0D=0A=\r\n=0D=0A=0D=0AIf you would  like to opt-out of communication with us, visi=\r\nt:=0D=0Ahttps://urloptout.com/optout1/?site=3Dflowerhousefilms.com=0A=0A=\r\n--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=B3n=\r\n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruONv-00CLxT-1h\r\n'),(89771,9770,'success','1'),(89772,9770,'from_header','Bart Tarr <admin@flowerhousefilms.com>'),(89773,9770,'to_header','admin@flowerhousefilms.com'),(89774,9770,'reply_to_header','bart.tarr@gmail.com'),(89775,9770,'transport_uri','smtp:none:none://localhost:25'),(89776,9770,'original_to','admin@flowerhousefilms.com'),(89777,9770,'original_subject','Flowerhouse Films \"#1 sign you drink too much (not what you think!)\"'),(89778,9770,'original_message','Bart Tarr <bart.tarr@gmail.com>\n#1 sign you drink too much (not what you think!)\n\nMost of us like to partake in a little vino, a cocktail, or a nice cold brewski every now and then...\r\n\r\nAnd I\'m one of them :)\r\n\r\nHowever, recent studies prove the #1 sign you drink too much is excess lower belly fat (also referred to as \"Liver Belly\").\r\n\r\nThat\'s because the entire fat-burning process depends on a healthy liver.\r\n\r\nAnd although alcohol is normally quite damaging to your liver...\r\n\r\nThe ancient Mediterranean ritual you\'ll see at the link below naturally protects, purifies, and rapidly cleanses your liver of EVERY form of alcohol...\r\n\r\nAllowing you to enjoy a few drinks while promoting weight loss at the same time!\r\n\r\nThat\'s why, if you\'re gonna drink alcohol, just follow this simple Mediterranean Ritual beforehand (takes 30 seconds).\r\n\r\nCheck it now: https://tinyurl.com/mediteraneanritual\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89779,9770,'original_headers','From: Bart Tarr <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: bart.tarr@gmail.com\n'),(89780,9770,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 10 Apr 2024 12:35:00 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Bart Tarr <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: bart.tarr@gmail.com\r\nSubject: Flowerhouse Films \"#1 sign you drink too much (not what you think!)\"\r\nDate: Wed, 10 Apr 2024 19:35:00 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBart Tarr <bart.tarr@gmail.com>=0A#1 sign you drink too much (not what y=\r\nou think!)=0A=0AMost of us like to partake in a little vino, a cocktail,=\r\n or a nice cold brewski every now and then...=0D=0A=0D=0AAnd I\'m one of=\r\n them :)=0D=0A=0D=0AHowever, recent studies prove the #1 sign you drink=\r\n too much is excess lower belly fat (also referred to as \"Liver Belly\").=\r\n=0D=0A=0D=0AThat\'s because the entire fat-burning process depends on a h=\r\nealthy liver.=0D=0A=0D=0AAnd although alcohol is normally quite damaging=\r\n to your liver...=0D=0A=0D=0AThe ancient Mediterranean ritual you\'ll see=\r\n at the link below naturally protects, purifies, and rapidly cleanses yo=\r\nur liver of EVERY form of alcohol...=0D=0A=0D=0AAllowing you to enjoy a=\r\n few drinks while promoting weight loss at the same time!=0D=0A=0D=0ATha=\r\nt\'s why, if you\'re gonna drink alcohol, just follow this simple Mediterr=\r\nanean Ritual beforehand (takes 30 seconds).=0D=0A=0D=0ACheck it now: htt=\r\nps://tinyurl.com/mediteraneanritual=0A=0A--=0AThis e-mail was sent from=\r\n a contact form on Inocente Confusi=C3=B3n (https://www.flowerhousefilms=\r\n..com)\r\n.\r\n250 OK id=1rudim-00HOB9-3B\r\n'),(89801,9773,'success','1'),(89802,9773,'from_header','Ali Birks <admin@flowerhousefilms.com>'),(89803,9773,'to_header','admin@flowerhousefilms.com'),(89804,9773,'reply_to_header','ali.birks@yahoo.com'),(89805,9773,'transport_uri','smtp:none:none://localhost:25'),(89806,9773,'original_to','admin@flowerhousefilms.com'),(89807,9773,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"'),(89808,9773,'original_message','Ali Birks <ali.birks@yahoo.com>\nHi flowerhousefilms.com Administrator.\n\nClaim Your $32,222 SETC Tax Credit Before It’s Too Late!\r\n\r\nAre you self-employed, a gig worker, or run a sole proprietor business? Have you filed a 1099 form between 2019 and 2023? If you answered \"yes,\" you may qualify for up to $32,222 with the SETC (Self-Employed Tax Credit) without the need to repay it.\r\n\r\nThis is not a PPP (Paycheck Protection Program) loan, and it\'s completely repayable-free. Discover if you qualify before time runs out. The deadline to claim your tax credit is April 15, 2024.\r\n\r\nClick the link below to see if you qualify\r\n https://aluzzion.com/go/setc\r\n\r\nWhat is the SETC?\r\nThe Self-Employed Tax Credit (SETC) was established by Congress to offer financial relief to sole proprietors, 1099 contractors, freelancers, single-member LLCs, gig workers, and other self-employed individuals. This groundbreaking legislation was designed to mitigate the economic impact experienced by self-employed Americans due to government-ordered shutdowns, quarantine, illness, caregiving, or other events that reduced income. Don’t miss out on this opportunity – the deadline to claim your tax credit is April 15, 2024.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89809,9773,'original_headers','From: Ali Birks <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: ali.birks@yahoo.com\n'),(89810,9773,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 07:37:39 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ali Birks <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: ali.birks@yahoo.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"\r\nDate: Thu, 11 Apr 2024 14:37:39 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAli Birks <ali.birks@yahoo.com>=0AHi flowerhousefilms.com Administrator.=\r\n=0A=0AClaim Your $32,222 SETC Tax Credit Before It=E2=80=99s Too Late!=\r\n=0D=0A=0D=0AAre you self-employed, a gig worker, or run a sole proprieto=\r\nr business? Have you filed a 1099 form between 2019 and 2023? If you ans=\r\nwered \"yes,\" you may qualify for up to $32,222 with the SETC (Self-Emplo=\r\nyed Tax Credit) without the need to repay it.=0D=0A=0D=0AThis is not a P=\r\nPP (Paycheck Protection Program) loan, and it\'s completely repayable-fre=\r\ne. Discover if you qualify before time runs out. The deadline to claim y=\r\nour tax credit is April 15, 2024.=0D=0A=0D=0AClick the link below to see=\r\n if you qualify=0D=0A https://aluzzion.com/go/setc=0D=0A=0D=0AWhat is th=\r\ne SETC?=0D=0AThe Self-Employed Tax Credit (SETC) was established by Cong=\r\nress to offer financial relief to sole proprietors, 1099 contractors, fr=\r\neelancers, single-member LLCs, gig workers, and other self-employed indi=\r\nviduals. This groundbreaking legislation was designed to mitigate the ec=\r\nonomic impact experienced by self-employed Americans due to government-o=\r\nrdered shutdowns, quarantine, illness, caregiving, or other events that=\r\n reduced income. Don=E2=80=99t miss out on this opportunity =E2=80=93 th=\r\ne deadline to claim your tax credit is April 15, 2024.=0A=0A--=0AThis e-=\r\nmail was sent from a contact form on Inocente Confusi=C3=B3n (https://ww=\r\nw.flowerhousefilms.com)\r\n.\r\n250 OK id=1ruvYZ-008Xbr-04\r\n'),(90009,9793,'original_headers','From: Mark Lascelles <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: lascelles.frieda@gmail.com\n'),(90010,9793,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 05:25:25 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Lascelles <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: lascelles.frieda@gmail.com\r\nSubject: Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"\r\nDate: Tue, 16 Apr 2024 12:25:25 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Lascelles <lascelles.frieda@gmail.com>=0ADear flowerhousefilms.com=\r\n Owner!=0A=0AHi,=0D=0A=0D=0AIf you are reading this message, That means=\r\n my marketing is working. I can make your ad message reach 5 million sit=\r\nes in the same manner for just $50 and Bigger package 15 Million forms f=\r\nor Just $125. It\'s the most affordable way to market your business or se=\r\nrvices. Contact me by email virgo.t3@gmail.com or skype me at live:.cid.=\r\ndbb061d1dcb9127a=0A=0A--=0AThis e-mail was sent from a contact form on I=\r\nnocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwhsL-008iS9-2Q\r\n'),(89860,9778,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Thu, 11 Apr 2024 20:02:31 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: David Grainger <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: grainger.aisha@msn.com\r\nSubject: Flowerhouse Films \"Hi flowerhousefilms.com Webmaster.\"\r\nDate: Fri, 12 Apr 2024 03:02:31 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nDavid Grainger <grainger.aisha@msn.com>=0AHi flowerhousefilms.com Webmas=\r\nter.=0A=0AHave you heard of Se-REM? (Self effective - Rapid Eye Movement=\r\n). Many people don\'t know that REM brain activity dramatically improves=\r\n the processing of traumatic emotion. It creates peace and empowers the=\r\n listener. Se-REM is an advanced version of EMDR therapy. It is more pow=\r\nerful because it combines elements of 6 different therapies, EMDR, hypno=\r\nsis, mindfulness, Gestalt child within work, music therapy, and Awe ther=\r\napy,(connecting profoundly with nature).=0D=0A=0D=0AIt has helped thousa=\r\nnds of people overcome PTSD, and anxiety. But it is also helpful in a gr=\r\neat many situations, loss of any kind, grief, and even marital counselin=\r\ng. It\'s mission statement is \"Trauma relief at as close to free as possi=\r\nble\". This not-for-profit program downloads to a smart phone or computer=\r\n and can be used in an office or at home. Read about it, hear samples, a=\r\nnd download at: Se-REM.com. Once you own the program, you are encouraged=\r\n to give it away to others who will benefit. I provide free consultation=\r\n to all who use the program. Write questions to: davidb@se-rem.com.=0D=\r\n=0A=0D=0ASe-REM.com has a 95% rating on Trustpilot and is in use in 32 c=\r\nountries.=0A=0A--=0AThis e-mail was sent from a contact form on Inocente=\r\n Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rv7BP-0075gD-39\r\n'),(89859,9778,'original_headers','From: David Grainger <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: grainger.aisha@msn.com\n'),(89851,9778,'success','1'),(89852,9778,'from_header','David Grainger <admin@flowerhousefilms.com>'),(89853,9778,'to_header','admin@flowerhousefilms.com'),(89854,9778,'reply_to_header','grainger.aisha@msn.com'),(89855,9778,'transport_uri','smtp:none:none://localhost:25'),(89856,9778,'original_to','admin@flowerhousefilms.com'),(89857,9778,'original_subject','Flowerhouse Films \"Hi flowerhousefilms.com Webmaster.\"'),(89858,9778,'original_message','David Grainger <grainger.aisha@msn.com>\nHi flowerhousefilms.com Webmaster.\n\nHave you heard of Se-REM? (Self effective - Rapid Eye Movement). Many people don\'t know that REM brain activity dramatically improves the processing of traumatic emotion. It creates peace and empowers the listener. Se-REM is an advanced version of EMDR therapy. It is more powerful because it combines elements of 6 different therapies, EMDR, hypnosis, mindfulness, Gestalt child within work, music therapy, and Awe therapy,(connecting profoundly with nature).\r\n\r\nIt has helped thousands of people overcome PTSD, and anxiety. But it is also helpful in a great many situations, loss of any kind, grief, and even marital counseling. It\'s mission statement is \"Trauma relief at as close to free as possible\". This not-for-profit program downloads to a smart phone or computer and can be used in an office or at home. Read about it, hear samples, and download at: Se-REM.com. Once you own the program, you are encouraged to give it away to others who will benefit. I provide free consultation to all who use the program. Write questions to: davidb@se-rem.com.\r\n\r\nSe-REM.com has a 95% rating on Trustpilot and is in use in 32 countries.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(89969,9789,'original_headers','From: Abdul Fuerst <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: abdul.fuerst@gmail.com\n'),(89970,9789,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 15 Apr 2024 14:37:17 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Abdul Fuerst <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: abdul.fuerst@gmail.com\r\nSubject: Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"\r\nDate: Mon, 15 Apr 2024 21:37:17 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAbdul Fuerst <abdul.fuerst@gmail.com>=0ATo the flowerhousefilms.com Webm=\r\naster!=0A=0AAre rising business expenses making you wonder how you=E2=80=\r\n=99ll keep your businesses afloat? I can fix that, let me show you how.=\r\n Send me an email below now.  *You Must be a US business to qualify*  Se=\r\nnd me an email here to find out more: elizabeth.miller@helloratesfastfun=\r\nding.com=0D=0A=0D=0AElizabeth Miller=0D=0AWorking Capital Loan Specialis=\r\nt=0D=0A295 Seven Farms Drive=0D=0ASuite C- 201=0D=0ACharleston, SC 29492=\r\n=0D=0Awww.HelloRatesFastFunding.com=0D=0Aelizabeth.miller@helloratesfast=\r\nfunding.com=0A=0A--=0AThis e-mail was sent from a contact form on Inocen=\r\nte Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwU0r-002rdR-0N\r\n'),(90011,9794,'success','1'),(90012,9794,'from_header','Mark Mclain <admin@flowerhousefilms.com>'),(90293,9822,'to_header','admin@flowerhousefilms.com'),(90294,9822,'reply_to_header','jefferey.mata@gmail.com'),(90295,9822,'transport_uri','smtp:none:none://localhost:25'),(90296,9822,'original_to','admin@flowerhousefilms.com'),(90297,9822,'original_subject','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"'),(90298,9822,'original_message','Mark Mata <jefferey.mata@gmail.com>\nHello flowerhousefilms.com Admin.\n\nAdvantages of hiring a Developer:\r\n\r\nSpecialized Expertise\r\nTailored Customization and Control\r\nTime and Cost Efficiency\r\nCustom Plugin Development\r\nSEO Optimization\r\nOngoing Support and Maintenance\r\nSeamless Integration and Migration\r\nScalability for Business Growth\r\n\r\nHire a web developer now from us. Contact us at https://wpexpertspro.co/website/?src=a21flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90299,9822,'original_headers','From: Mark Mata <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: jefferey.mata@gmail.com\n'),(90300,9822,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Mon, 22 Apr 2024 04:30:40 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Mark Mata <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: jefferey.mata@gmail.com\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"\r\nDate: Mon, 22 Apr 2024 11:30:40 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMark Mata <jefferey.mata@gmail.com>=0AHello flowerhousefilms.com Admin.=\r\n=0A=0AAdvantages of hiring a Developer:=0D=0A=0D=0ASpecialized Expertise=\r\n=0D=0ATailored Customization and Control=0D=0ATime and Cost Efficiency=\r\n=0D=0ACustom Plugin Development=0D=0ASEO Optimization=0D=0AOngoing Suppo=\r\nrt and Maintenance=0D=0ASeamless Integration and Migration=0D=0AScalabil=\r\nity for Business Growth=0D=0A=0D=0AHire a web developer now from us. Con=\r\ntact us at https://wpexpertspro.co/website/?src=3Da21flowerhousefilms.co=\r\nm=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=\r\n=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1ryrse-001thH-2B\r\n'),(90003,9793,'to_header','admin@flowerhousefilms.com'),(90001,9793,'success','1'),(90002,9793,'from_header','Mark Lascelles <admin@flowerhousefilms.com>'),(90021,9795,'success','1'),(90022,9795,'from_header','Alex Jackson <admin@flowerhousefilms.com>'),(90023,9795,'to_header','admin@flowerhousefilms.com'),(90024,9795,'reply_to_header','alexjacksonaichat@gmail.com'),(90025,9795,'transport_uri','smtp:none:none://localhost:25'),(90026,9795,'original_to','admin@flowerhousefilms.com'),(90027,9795,'original_subject','Flowerhouse Films \"Quick question...\"'),(90028,9795,'original_message','Alex Jackson <alexjacksonaichat@gmail.com>\nQuick question...\n\nHey, I just set up a new website with a chat widget completely driven by AI. \r\n\r\nWould you be open to testing it for just a minute and let me know your honest thoughts? \r\n\r\nHere is the link, Thanks! \r\n\r\nwww.ai-chatsupport.com\r\n\r\n-Alex\r\n\r\nP.S. If you think something like this might be worth trying on flowerhousefilms.com let me know. It’s starting to blow up!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90029,9795,'original_headers','From: Alex Jackson <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: alexjacksonaichat@gmail.com\n'),(90030,9795,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 07:36:48 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Alex Jackson <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: alexjacksonaichat@gmail.com\r\nSubject: Flowerhouse Films \"Quick question...\"\r\nDate: Tue, 16 Apr 2024 14:36:48 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nAlex Jackson <alexjacksonaichat@gmail.com>=0AQuick question...=0A=0AHey,=\r\n I just set up a new website with a chat widget completely driven by AI.=\r\n =0D=0A=0D=0AWould you be open to testing it for just a minute and let m=\r\ne know your honest thoughts? =0D=0A=0D=0AHere is the link, Thanks! =0D=\r\n=0A=0D=0Awww.ai-chatsupport.com=0D=0A=0D=0A-Alex=0D=0A=0D=0AP.S. If you=\r\n think something like this might be worth trying on flowerhousefilms.com=\r\n let me know. It=E2=80=99s starting to blow up!=0A=0A--=0AThis e-mail wa=\r\ns sent from a contact form on Inocente Confusi=C3=B3n (https://www.flowe=\r\nrhousefilms.com)\r\n.\r\n250 OK id=1rwjvU-00CDvD-1I\r\n'),(90099,9802,'original_headers','From: Ed Frazier <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: fraziered94@gmail.com\n'),(90100,9802,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Wed, 17 Apr 2024 13:50:37 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Ed Frazier <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: fraziered94@gmail.com\r\nSubject: Flowerhouse Films \"Redefine Your Digital Landscape With Our Web Design Expertise.\"\r\nDate: Wed, 17 Apr 2024 20:50:37 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nEd Frazier <fraziered94@gmail.com>=0ARedefine Your Digital Landscape Wit=\r\nh Our Web Design Expertise.=0A=0AHello=0D=0A=0D=0AAre you ready to trans=\r\nform your digital landscape? Our web design expertise provides new solut=\r\nions to make your brand stand out online. Let\'s work together to design=\r\n a website that sets new standards and transforms your brand\'s online pr=\r\nesence.=0D=0A=0D=0ABest regards,=0A=0AEd Frazier=0A=0A--=0AThis e-mail w=\r\nas sent from a contact form on Inocente Confusi=C3=B3n (https://www.flow=\r\nerhousefilms.com)\r\n.\r\n250 OK id=1rxCEn-004kCg-3D\r\n'),(90169,9809,'original_headers','From: Marketing Team <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: appmonstasales@pm.me\n'),(90170,9809,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Fri, 19 Apr 2024 11:34:29 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Marketing Team <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: appmonstasales@pm.me\r\nSubject: Flowerhouse Films \"Hello flowerhousefilms.com PR.\"\r\nDate: Fri, 19 Apr 2024 18:34:29 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMarketing Team <appmonstasales@pm.me>=0AHello flowerhousefilms.com PR.=\r\n=0A=0AHi, =0D=0A=0D=0AInterested in free app marketing intelligence data=\r\n (iOS/Android) valued at over $3,000?=0D=0A=0D=0AProvide us with three a=\r\npp names, and we\'ll supply three months of data for free. We track data=\r\n across more than 155 countries.=0D=0A=0D=0AReply \'Yes\' to claim this of=\r\nfer, available only to the first 500 responders. No purchase necessary.=\r\n=0D=0A=0D=0ACheck our credibility at www.appmonsta.com.=0D=0A=0D=0ATo op=\r\nt out of future messages, reply \'opt out\'.=0D=0Aflowerhousefilms.com=0A=\r\n=0A--=0AThis e-mail was sent from a contact form on Inocente Confusi=C3=\r\n=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rxt49-000vPn-2k\r\n'),(90064,9799,'reply_to_header','micaela.kingsford@gmail.com'),(90065,9799,'transport_uri','smtp:none:none://localhost:25'),(90066,9799,'original_to','admin@flowerhousefilms.com'),(90067,9799,'original_subject','Flowerhouse Films \"Do you have Instagram Page ?\"'),(90068,9799,'original_message','Murray Swift Kingsford <micaela.kingsford@gmail.com>\nDo you have Instagram Page ?\n\nHi,\r\n\r\nI am Murray Swift a Marketing Expert Featured on Forbes , I and  My Team and I Specialize in Growing Instagram Reach Organically without wasting your money in useless paid ads .\r\n\r\nJOIN OUR HAPPY clients and let us grow your Instagram Page now\r\n\r\nLets chat click here to Know what you are looking exactly for =====> https://tinyurl.com/wrbkauz7\r\n\r\nSee Inside\r\n\r\nRegards\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90069,9799,'original_headers','From: Murray Swift Kingsford <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: micaela.kingsford@gmail.com\n'),(90070,9799,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 19:15:51 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Murray Swift Kingsford <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: micaela.kingsford@gmail.com\r\nSubject: Flowerhouse Films \"Do you have Instagram Page ?\"\r\nDate: Wed, 17 Apr 2024 02:15:51 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nMurray Swift Kingsford <micaela.kingsford@gmail.com>=0ADo you have Insta=\r\ngram Page ?=0A=0AHi,=0D=0A=0D=0AI am Murray Swift a Marketing Expert Fea=\r\ntured on Forbes , I and  My Team and I Specialize in Growing Instagram R=\r\neach Organically without wasting your money in useless paid ads .=0D=0A=\r\n=0D=0AJOIN OUR HAPPY clients and let us grow your Instagram Page now=0D=\r\n=0A=0D=0ALets chat click here to Know what you are looking exactly for=\r\n =3D=3D=3D=3D=3D> https://tinyurl.com/wrbkauz7=0D=0A=0D=0ASee Inside=0D=\r\n=0A=0D=0ARegards=0A=0A--=0AThis e-mail was sent from a contact form on I=\r\nnocente Confusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwupz-00Bp49-1p\r\n'),(90078,9800,'original_message','Bella Brandon <automate2thrive@gmail.com>\n(1) Commission Pending\n\nYou have 1 commission pending approval==>  https://leads.onlineadagent.net\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)'),(90151,9808,'success','1'),(90152,9808,'from_header','Davidhax <admin@flowerhousefilms.com>'),(90153,9808,'to_header','admin@flowerhousefilms.com'),(90154,9808,'reply_to_header','readytostartcr@gmail.com'),(90063,9799,'to_header','admin@flowerhousefilms.com'),(90061,9799,'success','1'),(90062,9799,'from_header','Murray Swift Kingsford <admin@flowerhousefilms.com>'),(90079,9800,'original_headers','From: Bella Brandon <admin@flowerhousefilms.com>\nX-WPCF7-Content-Type: text/plain\nReply-To: automate2thrive@gmail.com\n'),(90080,9800,'session_transcript','smtp:none:none://localhost:25\n\n220-whub69.webhostinghub.com ESMTP Exim 4.96.2 #2 Tue, 16 Apr 2024 21:26:12 -0700 \r\n220-We do not authorize the use of this system to transport unsolicited, \r\n220 and/or bulk e-mail.\r\nEHLO localhost\r\n250-whub69.webhostinghub.com Hello localhost [::1]\r\n250-SIZE 52428800\r\n250-8BITMIME\r\n250-PIPELINING\r\n250-PIPECONNECT\r\n250-AUTH PLAIN LOGIN\r\n250-CHUNKING\r\n250-STARTTLS\r\n250 HELP\r\nMAIL FROM:<wordpress@flowerhousefilms.com>\r\n250 OK\r\nRCPT TO:<admin@flowerhousefilms.com>\r\n250 Accepted\r\nDATA\r\n354 Enter message, ending with \".\" on a line by itself\r\nX-Mailer: Postman SMTP 1.7.2 for WordPress (https://wordpress.org/plugins/postman-smtp/)\r\nX-WPCF7-Content-Type: text/plain\r\nFrom: Bella Brandon <admin@flowerhousefilms.com>\r\nSender: wordpress@flowerhousefilms.com\r\nTo: admin@flowerhousefilms.com\r\nReply-To: automate2thrive@gmail.com\r\nSubject: Flowerhouse Films \"(1) Commission Pending\"\r\nDate: Wed, 17 Apr 2024 04:26:12 +0000\r\nContent-Type: text/plain; charset=UTF-8\r\nContent-Transfer-Encoding: quoted-printable\r\nContent-Disposition: inline\r\nMIME-Version: 1.0\r\n\r\nBella Brandon <automate2thrive@gmail.com>=0A(1) Commission Pending=0A=0A=\r\nYou have 1 commission pending approval=3D=3D>  https://leads.onlineadage=\r\nnt.net=0A=0A--=0AThis e-mail was sent from a contact form on Inocente Co=\r\nnfusi=C3=B3n (https://www.flowerhousefilms.com)\r\n.\r\n250 OK id=1rwws8-00Ev1j-0G\r\n');
/*!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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=9944 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 (320,2,'2016-06-22 00:15:47','2016-06-22 00:15:47','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\">Javier Quesada</a></span>\r\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-22 00:15:47','2016-06-22 00:15:47','',39,'https://www.flowerhousefilms.com/2016/06/22/39-revision-v1/',0,'revision','',0),(319,2,'2016-06-22 00:13:59','2016-06-22 00:13:59','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm4222112/\"><span class=\"services-headline\">Javier Quesada</span></a><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-22 00:13:59','2016-06-22 00:13:59','',39,'https://www.flowerhousefilms.com/2016/06/22/39-revision-v1/',0,'revision','',0),(33,2,'2016-05-21 16:11:04','2016-05-21 16:11:04','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/proyectos/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/nosotras/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contacto/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/nosotras/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','publish','closed','closed','','inicio','','','2020-06-11 14:28:55','2020-06-11 14:28:55','',0,'https://www.flowerhousefilms.com/?page_id=33',0,'page','',0),(34,2,'2016-05-21 16:11:04','2016-05-21 16:11:04','','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 16:11:04','2016-05-21 16:11:04','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(35,2,'2016-05-21 16:11:21','2016-05-21 16:11:21','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;363&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"500px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-35-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p></div>\n</div></div></div><div id=\"pgc-35-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','publish','closed','closed','','synopsis','','','2020-01-28 21:51:36','2020-01-28 21:51:36','',1489,'https://www.flowerhousefilms.com/?page_id=35',0,'page','',0),(36,2,'2016-05-21 16:11:21','2016-05-21 16:11:21','','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-21 16:11:21','2016-05-21 16:11:21','',35,'https://www.flowerhousefilms.com/2016/05/21/35-revision-v1/',0,'revision','',0),(37,2,'2016-05-21 16:11:38','2016-05-21 16:11:38','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p></div>\n</div></div></div><div id=\"pgc-37-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-2\" data-stretch-type=\"full\" ><div id=\"pgc-37-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-37-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-37-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-4\" data-stretch-type=\"full\" ><div id=\"pgc-37-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','publish','closed','closed','','nosotras','','','2020-06-11 14:19:02','2020-06-11 14:19:02','',0,'https://www.flowerhousefilms.com/?page_id=37',0,'page','',0),(152,2,'2016-05-24 19:29:10','2016-05-24 19:29:10','','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 19:29:10','2016-05-24 19:29:10','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(38,2,'2016-05-21 16:11:38','2016-05-21 16:11:38','','Our Work','','inherit','closed','closed','','37-revision-v1','','','2016-05-21 16:11:38','2016-05-21 16:11:38','',37,'https://www.flowerhousefilms.com/2016/05/21/37-revision-v1/',0,'revision','',0),(39,2,'2016-05-21 16:11:47','2016-05-21 16:11:47','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener noreferrer\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener noreferrer\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener noreferrer\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener noreferrer\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener noreferrer\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener noreferrer\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener noreferrer\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener noreferrer\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','publish','closed','closed','','cast-crew','','','2020-01-28 19:58:48','2020-01-28 19:58:48','',1489,'https://www.flowerhousefilms.com/?page_id=39',0,'page','',0),(40,2,'2016-05-21 16:11:47','2016-05-21 16:11:47','','Services','','inherit','closed','closed','','39-revision-v1','','','2016-05-21 16:11:47','2016-05-21 16:11:47','',39,'https://www.flowerhousefilms.com/2016/05/21/39-revision-v1/',0,'revision','',0),(41,2,'2016-05-21 16:11:57','2016-05-21 16:11:57','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Dirección:</strong> Ciudad de México, México </p>\n<p>[spacer height=\"10px\"]</p>\n<hr /></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contacto','','publish','closed','closed','','contacto','','','2020-06-11 14:18:41','2020-06-11 14:18:41','',0,'https://www.flowerhousefilms.com/?page_id=41',0,'page','',0),(42,2,'2016-05-21 16:11:57','2016-05-21 16:11:57','','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-21 16:11:57','2016-05-21 16:11:57','',41,'https://www.flowerhousefilms.com/2016/05/21/41-revision-v1/',0,'revision','',0),(53,2,'2016-05-21 16:23:22','2016-05-21 16:23:22',' ','','','publish','closed','closed','','53','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',0,'https://www.flowerhousefilms.com/?p=53',12,'nav_menu_item','',0),(55,2,'2016-05-21 16:23:22','2016-05-21 16:23:22',' ','','','publish','closed','closed','','55','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',0,'https://www.flowerhousefilms.com/?p=55',2,'nav_menu_item','',0),(57,2,'2016-05-21 16:23:22','2016-05-21 16:23:22',' ','','','publish','closed','closed','','57','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',0,'https://www.flowerhousefilms.com/?p=57',1,'nav_menu_item','',0),(58,2,'2016-05-21 16:28:34','2016-05-21 16:28:34','Inocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 16:28:34','2016-05-21 16:28:34','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(59,2,'2016-05-21 16:34:14','2016-05-21 16:34:14','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n1\nFlowerhouse Films \"[your-subject]\"\n[your-name] <admin@flowerhousefilms.com>\nadmin@flowerhousefilms.com\n[your-name] <[your-email]>\r\n[your-subject]\r\n\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)\nReply-To: [your-email]\n\n\n\n\nInocente Confusión \"[your-subject]\"\nInocente Confusión <admin@inocenteconfusion.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)\nReply-To: admin@inocenteconfusion.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-06-11 15:32:15','2020-06-11 15:32:15','',0,'https://www.flowerhousefilms.com/?post_type=wpcf7_contact_form&#038;p=59',0,'wpcf7_contact_form','',0),(65,2,'2016-05-21 16:53:00','2016-05-21 16:53:00','<p>[spacer height=\"600px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 16:53:00','2016-05-21 16:53:00','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(64,2,'2016-05-21 16:52:13','2016-05-21 16:52:13','<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 30px;border-top-width:0px;border-bottom-width:0px;\"></span>\r\n<p>Inocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 16:52:13','2016-05-21 16:52:13','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(80,2,'2016-05-23 15:40:56','2016-05-23 15:40:56','<span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a href=\"/about\" class=\"button primary-button\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:40:56','2016-05-23 15:40:56','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(61,2,'2016-05-21 16:45:24','2016-05-21 16:45:24','<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 30px;border-top-width:0px;border-bottom-width:0px;\"></span>\r\n<p>Inocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>\r\n<p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p><p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p><p>helloInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía RuizInocente Confusión by Flowerhouse Films &amp; Sofía Ruiz</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 16:45:24','2016-05-21 16:45:24','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(67,2,'2016-05-21 17:01:54','2016-05-21 17:01:54','<p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-66\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing.png\" alt=\"Drawing\" width=\"80\" height=\"98\"></p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inocente Confusión</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.flowerhousefilms.com/services/\">View the trailer &gt;</a></span></p><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 17:01:54','2016-05-21 17:01:54','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(68,2,'2016-05-21 18:20:27','2016-05-21 18:20:27','','Flowerhouse_Logos-04','','inherit','open','closed','','flowerhouse_logos-04','','','2016-05-21 18:20:27','2016-05-21 18:20:27','',33,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png',0,'attachment','image/png',0),(70,2,'2016-05-21 19:16:09','2016-05-21 19:16:09','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 19:16:09','2016-05-21 19:16:09','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(69,2,'2016-05-21 18:20:55','2016-05-21 18:20:55','<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04-300x300.png\" alt=\"Flowerhouse_Logos-04\" width=\"73\" height=\"73\" /></p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Inocente Confusión</span></h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://www.flowerhousefilms.com/services/\">View the trailer &gt;</a></span></p>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 18:20:55','2016-05-21 18:20:55','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(71,2,'2016-05-21 19:25:02','2016-05-21 19:25:02','<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 19:25:02','2016-05-21 19:25:02','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(73,2,'2016-05-21 19:39:13','2016-05-21 19:39:13','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 19:39:13','2016-05-21 19:39:13','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(72,2,'2016-05-21 19:30:37','2016-05-21 19:30:37','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSION</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-21 19:30:37','2016-05-21 19:30:37','',33,'https://www.flowerhousefilms.com/2016/05/21/33-revision-v1/',0,'revision','',0),(74,2,'2016-05-23 15:12:06','2016-05-23 15:12:06','','Home Headline','','publish','closed','closed','','home-headline','','','2016-05-23 15:12:28','2016-05-23 15:12:28','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=74',0,'tt_font_control','',0),(75,2,'2016-05-23 15:14:05','2016-05-23 15:14:05','','Home Subheadline','','publish','closed','closed','','home-subheadline','','','2016-05-23 15:14:17','2016-05-23 15:14:17','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=75',0,'tt_font_control','',0),(78,2,'2016-05-23 15:34:13','2016-05-23 15:34:13','<p style=\"text-align: center;\">INOCENTE CONFUSIÓN</p><p style=\"text-align: center;\"><span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:34:13','2016-05-23 15:34:13','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(77,2,'2016-05-23 15:32:12','2016-05-23 15:32:12','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:32:12','2016-05-23 15:32:12','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(79,2,'2016-05-23 15:37:31','2016-05-23 15:37:31','<p style=\"text-align: center;\">INOCENTE CONFUSIÓN</p>\r\n<p style=\"text-align: center;\"><span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">Watch trailer</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:37:31','2016-05-23 15:37:31','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(81,2,'2016-05-23 15:42:01','2016-05-23 15:42:01','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:42:01','2016-05-23 15:42:01','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(82,2,'2016-05-23 15:48:41','2016-05-23 15:48:41','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:48:41','2016-05-23 15:48:41','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(84,2,'2016-05-23 15:51:18','2016-05-23 15:51:18','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:51:18','2016-05-23 15:51:18','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(83,2,'2016-05-23 15:50:48','2016-05-23 15:50:48','<p style=\"text-align: center;\">[spacer height=\"100px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:50:48','2016-05-23 15:50:48','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(85,2,'2016-05-23 15:54:24','2016-05-23 15:54:24','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 15:54:24','2016-05-23 15:54:24','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(86,2,'2016-05-23 15:55:03','2016-05-23 15:55:03','','Home Second Headline','','publish','closed','closed','','home-second-headline','','','2016-05-23 15:55:26','2016-05-23 15:55:26','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=86',0,'tt_font_control','',0),(88,2,'2016-05-23 16:13:27','2016-05-23 16:13:27','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n&nbsp;','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:13:27','2016-05-23 16:13:27','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(90,2,'2016-05-23 16:15:22','2016-05-23 16:15:22','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">Our Work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\r\n&nbsp;','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:15:22','2016-05-23 16:15:22','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(92,2,'2016-05-23 16:17:29','2016-05-23 16:17:29','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">Our Work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:17:29','2016-05-23 16:17:29','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(93,2,'2016-05-23 16:18:11','2016-05-23 16:18:11','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:18:11','2016-05-23 16:18:11','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(94,2,'2016-05-23 16:22:47','2016-05-23 16:22:47','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:22:47','2016-05-23 16:22:47','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(95,2,'2016-05-23 16:25:18','2016-05-23 16:25:18','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p>\r\n<img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-23 16:25:18','2016-05-23 16:25:18','',33,'https://www.flowerhousefilms.com/2016/05/23/33-revision-v1/',0,'revision','',0),(96,2,'2016-05-23 16:25:34','2016-05-23 16:25:34','','Home Our','','publish','closed','closed','','home-our','','','2016-05-23 16:25:46','2016-05-23 16:25:46','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=96',0,'tt_font_control','',0),(97,2,'2016-05-23 16:25:56','2016-05-23 16:25:56','','Home We','','publish','closed','closed','','home-we','','','2016-05-23 16:26:02','2016-05-23 16:26:02','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=97',0,'tt_font_control','',0),(98,2,'2016-05-23 16:47:31','2016-05-23 16:47:31','<div id=\"pl-98\"  class=\"panel-layout\" ><div id=\"pg-98-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-98-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-98-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	Flowerhouse graphics, logos and color palette by <a href=\"http://www.instagram.com/alfonsoruiz.book/\">Alfonso Ruiz</a>.\n\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a></div>\n</div></div></div></div></div>','Creditos','','publish','closed','closed','','creditos','','','2020-06-11 14:18:47','2020-06-11 14:18:47','',0,'https://www.flowerhousefilms.com/?page_id=98',0,'page','',0),(99,2,'2016-05-23 16:47:31','2016-05-23 16:47:31','logomakr.com/7Ap4HI\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-23 16:47:31','2016-05-23 16:47:31','',98,'https://www.flowerhousefilms.com/2016/05/23/98-revision-v1/',0,'revision','',0),(101,2,'2016-05-23 16:49:17','2016-05-23 16:49:17','xxxx graphic by xxxxx from xxxxx is licensed under CC BY 3.0. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-23 16:49:17','2016-05-23 16:49:17','',98,'https://www.flowerhousefilms.com/2016/05/23/98-revision-v1/',0,'revision','',0),(102,2,'2016-05-23 16:50:17','2016-05-23 16:50:17',' ','','','publish','closed','closed','','102','','','2016-05-24 22:33:19','2016-05-24 22:33:19','',0,'https://www.flowerhousefilms.com/?p=102',3,'nav_menu_item','',0),(103,2,'2016-05-23 16:50:17','2016-05-23 16:50:17',' ','','','publish','closed','closed','','103','','','2016-05-24 22:33:19','2016-05-24 22:33:19','',0,'https://www.flowerhousefilms.com/?p=103',4,'nav_menu_item','',0),(105,2,'2016-05-23 16:50:16','2016-05-23 16:50:16',' ','','','publish','closed','closed','','105','','','2016-05-24 22:33:19','2016-05-24 22:33:19','',0,'https://www.flowerhousefilms.com/?p=105',1,'nav_menu_item','',0),(116,2,'2016-05-24 16:18:18','2016-05-24 16:18:18','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start\r\n<span class=\"about-headline\">a business so you can change the world.</span></span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:18:18','2016-05-24 16:18:18','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(107,2,'2016-05-24 03:29:29','2016-05-24 03:29:29','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start&nbsp;<br></span><span class=\"about-headline\">a business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 03:29:29','2016-05-24 03:29:29','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(108,2,'2016-05-24 03:31:18','2016-05-24 03:31:18','','Synopsis Headline','','publish','closed','closed','','about-headline','','','2016-05-24 20:18:44','2016-05-24 20:18:44','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=108',0,'tt_font_control','',0),(117,2,'2016-05-24 16:27:23','2016-05-24 16:27:23','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start <span class=\"about-headline\">a business so you can change the world.</span></span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:27:23','2016-05-24 16:27:23','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(110,2,'2016-05-24 16:07:27','2016-05-24 16:07:27','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start\r\n</span><span class=\"about-headline\">a business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:07:27','2016-05-24 16:07:27','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(112,2,'2016-05-24 16:10:44','2016-05-24 16:10:44','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start\r\n</span><span class=\"about-headline\">a business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:10:44','2016-05-24 16:10:44','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(111,2,'2016-05-24 16:08:21','2016-05-24 16:08:21','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start</span></p>\r\n<p style=\"text-align: center;\"><span class=\"about-headline\">a business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:08:21','2016-05-24 16:08:21','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(113,2,'2016-05-24 16:12:28','2016-05-24 16:12:28','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\n</span><span class=\"about-headline\"> business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:12:28','2016-05-24 16:12:28','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(114,2,'2016-05-24 16:13:05','2016-05-24 16:13:05','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start\r\n</span><span class=\"about-headline\">a business so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:13:05','2016-05-24 16:13:05','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(361,2,'2016-07-12 04:18:17','2016-07-12 04:18:17','','03:20','','inherit','open','closed','','0320-2','','','2016-07-12 04:18:17','2016-07-12 04:18:17','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0320.jpg',0,'attachment','image/jpeg',0),(118,2,'2016-05-24 16:29:01','2016-05-24 16:29:01','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\nbusiness so you can change the world.</span></p>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:29:01','2016-05-24 16:29:01','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(120,2,'2016-05-24 16:33:01','2016-05-24 16:33:01','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\nbusiness so you can change the world.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\r\n&nbsp;','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 16:33:01','2016-05-24 16:33:01','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(121,2,'2016-05-24 16:33:22','2016-05-24 16:33:22','','Synopsis Text','','publish','closed','closed','','about-text','','','2016-05-24 20:19:11','2016-05-24 20:19:11','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=121',0,'tt_font_control','',0),(128,2,'2016-05-24 17:19:35','2016-05-24 17:19:35','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\nbusiness so you can change the world.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n<span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span>','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 17:19:35','2016-05-24 17:19:35','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(123,2,'2016-05-24 17:03:35','2016-05-24 17:03:35','','Sara Cortijo, director','','inherit','open','closed','','11845035_10154151933593312_3544951606958348969_o','','','2016-05-24 17:05:01','2016-05-24 17:05:01','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o.jpg',0,'attachment','image/jpeg',0),(124,2,'2016-05-24 17:05:52','2016-05-24 17:05:52','','VAB_2015','','inherit','open','closed','','vab_2015','','','2016-05-24 17:17:37','2016-05-24 17:17:37','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg',0,'attachment','image/jpeg',0),(125,2,'2016-05-24 17:06:42','2016-05-24 17:06:42','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\nbusiness so you can change the world.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]','About','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 17:06:42','2016-05-24 17:06:42','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(127,2,'2016-05-24 17:14:53','2016-05-24 17:14:53','','_1120826','','inherit','open','closed','','_1120826','','','2016-05-24 17:16:14','2016-05-24 17:16:14','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826.jpg',0,'attachment','image/jpeg',0),(363,2,'2016-07-12 04:22:05','2016-07-12 04:22:05','','At the OBGYN\'s','','inherit','open','closed','','1032-2','','','2020-01-28 20:06:34','2020-01-28 20:06:34','',37,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1032.jpg',0,'attachment','image/jpeg',0),(133,2,'2016-05-24 17:36:01','2016-05-24 17:36:01','','About Text 1','','publish','closed','closed','','our-text','','','2016-05-24 20:18:27','2016-05-24 20:18:27','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=133',0,'tt_font_control','',0),(364,2,'2016-07-12 04:22:26','2016-07-12 04:22:26','','11:53','','inherit','open','closed','','1153','','','2016-07-12 04:22:26','2016-07-12 04:22:26','',37,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1153.jpg',0,'attachment','image/jpeg',0),(193,2,'2016-05-24 21:34:09','2016-05-24 21:34:09','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"450px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:34:09','2016-05-24 21:34:09','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(328,2,'2016-07-04 19:03:54','2016-07-04 19:03:54','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\r\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-04 19:03:54','2016-07-04 19:03:54','',39,'https://www.flowerhousefilms.com/2016/07/04/39-revision-v1/',0,'revision','',0),(138,2,'2016-05-24 17:52:23','2016-05-24 17:52:23','<p style=\"text-align: left;\"><span class=\"services-headline\">Relax</span>\r\nWhen you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-134\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Relax.jpg\" alt=\"Relax\" width=\"1024\" height=\"678\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Begin</span>\r\nAfter you are settled, you will be given some tea with herbs in it that will help your reflecting process.\r\n\r\n<span class=\"services-headline\">Reflect</span>\r\nThe next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Enjoy</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n<span class=\"services-headline\">Schedule a Visit</span>\r\nCall or email to schedule a 3 day retreat or check out our work.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Services','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 17:52:23','2016-05-24 17:52:23','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(139,2,'2016-05-24 17:53:06','2016-05-24 17:53:06','','Services Headline','','publish','closed','closed','','services-headline','','','2016-05-24 17:53:25','2016-05-24 17:53:25','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=139',0,'tt_font_control','',0),(142,2,'2016-05-24 18:02:07','2016-05-24 18:02:07','<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Phone:</strong> 18203902182981<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><hr><p>&nbsp;</p><p>[spacer height=\"380px\"]</p>','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 18:02:07','2016-05-24 18:02:07','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(143,2,'2016-05-24 18:03:42','2016-05-24 18:03:42','<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Phone:</strong> 18203902182981<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><hr><p>&nbsp;</p><p>[spacer height=\"380px\"]</p><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 18:03:42','2016-05-24 18:03:42','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(144,2,'2016-05-24 18:04:46','2016-05-24 18:04:46','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Phone:</strong> 18203902182981\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"380px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 18:04:46','2016-05-24 18:04:46','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(232,2,'2016-05-25 03:07:51','2016-05-25 03:07:51','Flowerhouse graphics, logos and color palette by Alfonso Ruiz.\r\n\r\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-25 03:07:51','2016-05-25 03:07:51','',98,'https://www.flowerhousefilms.com/2016/05/25/98-revision-v1/',0,'revision','',0),(148,2,'2016-05-24 18:37:04','2016-05-24 18:37:04','<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\"></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p><p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\"></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p><p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: center;\">[spacer height=\"30px\"]</p><p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 18:37:04','2016-05-24 18:37:04','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(149,2,'2016-05-24 18:54:27','2016-05-24 18:54:27','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p><p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span><br> <span class=\"home-sub\">A short film</span><br> <a class=\"button primary-button\" href=\"/about\">Our Mission</a> <a class=\"button secondary-button\" href=\"/our-work\">View Our Work</a></p><p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\"></p><h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/services\">View Services</a></p><p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\"></p><h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/our-work\">Our Work</a></p><p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: center;\">[spacer height=\"30px\"]</p><p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Us In Action</a></p><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 18:54:27','2016-05-24 18:54:27','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(151,2,'2016-05-24 19:28:48','2016-05-24 19:28:48','<p style=\"text-align: center;\"><span class=\"about-headline\">My mission is to help you start a\r\nbusiness so you can change the world.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n<span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 19:28:48','2016-05-24 19:28:48','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(153,2,'2016-05-24 19:29:38','2016-05-24 19:29:38','<p style=\"text-align: left;\"><span class=\"services-headline\">Relax</span>\r\nWhen you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-134\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Relax.jpg\" alt=\"Relax\" width=\"1024\" height=\"678\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Begin</span>\r\nAfter you are settled, you will be given some tea with herbs in it that will help your reflecting process.\r\n\r\n<span class=\"services-headline\">Reflect</span>\r\nThe next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Enjoy</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n<span class=\"services-headline\">Schedule a Visit</span>\r\nCall or email to schedule a 3 day retreat or check out our work.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 19:29:38','2016-05-24 19:29:38','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(154,2,'2016-05-24 19:33:38','2016-05-24 19:33:38',' ','','','publish','closed','closed','','154','','','2016-05-24 22:33:19','2016-05-24 22:33:19','',0,'https://www.flowerhousefilms.com/?p=154',2,'nav_menu_item','',0),(200,2,'2016-05-24 21:55:27','2016-05-24 21:55:27','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">Independent film production company dedicated to strong female characters and stories.</p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 21:55:27','2016-05-24 21:55:27','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(155,2,'2016-05-24 19:44:06','2016-05-24 19:44:06','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse Films</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p><p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: center;\"><a class=\"button darkblue\" href=\"/services\">Our Services</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 19:44:06','2016-05-24 19:44:06','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(199,2,'2016-05-24 21:49:21','2016-05-24 21:49:21','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">Independent film production company dedicated to strong female characters and stories.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 21:49:21','2016-05-24 21:49:21','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(156,2,'2016-05-24 19:49:21','2016-05-24 19:49:21','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse Films</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p><p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a><p></p>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 19:49:21','2016-05-24 19:49:21','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(157,2,'2016-05-24 19:51:07','2016-05-24 19:51:07','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">services</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p><img class=\"alignnone size-full wp-image-89 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Gallery.png\" alt=\"Gallery\" width=\"209\" height=\"209\">\r\n<h2 style=\"text-align: center;\">our work</h2>\r\n<p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p><p><img class=\"alignnone size-full wp-image-91 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Ocean-Squid.png\" alt=\"Ocean-Squid\" width=\"195\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a href=\"http://www.youtube.com/embed/47UmDADm6JM\" class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a><p></p>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 19:51:07','2016-05-24 19:51:07','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(158,2,'2016-05-24 19:59:01','2016-05-24 19:59:01','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">Hi, my name is Tyler Moore, and I am so grateful to be able to help people succeed with over 8 million views and 100,000 subscribers. All I can say is, \"Thank you\".</span></p>&nbsp;<p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>&nbsp;','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 19:59:01','2016-05-24 19:59:01','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(365,2,'2016-07-12 04:23:59','2016-07-12 04:23:59','','00:50','','inherit','open','closed','','0050-2','','','2016-07-12 04:23:59','2016-07-12 04:23:59','',41,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0050.jpg',0,'attachment','image/jpeg',0),(162,2,'2016-05-24 20:03:59','2016-05-24 20:03:59','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,\r\nEva is haunted by the image of her sex-ed teacher from high school.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>\r\n&nbsp;','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 20:03:59','2016-05-24 20:03:59','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(360,2,'2016-07-12 04:17:26','2016-07-12 04:17:26','','03:29','','inherit','open','closed','','0329-2','','','2016-07-12 04:17:26','2016-07-12 04:17:26','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0329.jpg',0,'attachment','image/jpeg',0),(168,2,'2016-05-24 20:24:35','2016-05-24 20:24:35','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>&nbsp;<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>&nbsp;<p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 20:24:35','2016-05-24 20:24:35','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(164,2,'2016-05-24 20:06:17','2016-05-24 20:06:17','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>&nbsp;<p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>&nbsp;','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 20:06:17','2016-05-24 20:06:17','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(362,2,'2016-07-12 04:21:37','2016-07-12 04:21:37','','04:03','','inherit','open','closed','','0403-2','','','2016-07-12 04:21:37','2016-07-12 04:21:37','',37,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0403.jpg',0,'attachment','image/jpeg',0),(166,2,'2016-05-24 20:17:48','2016-05-24 20:17:48','&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>&nbsp;<p>[spacer height=\"400px\"]</p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>&nbsp;<p>[spacer height=\"400px\"]</p>&nbsp;<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools.  By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>&nbsp;<p>[spacer height=\"400px\"]</p>','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:17:48','2016-05-24 20:17:48','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(167,2,'2016-05-24 20:21:36','2016-05-24 20:21:36','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p>&nbsp;<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>&nbsp;<p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p><p>[spacer height=\"250px\"]</p>&nbsp;<p style=\"text-align: center;\"><span class=\"synopsis-text\">I live in the mountains of Los Angeles, near the ocean with my wife, Jennifer and Dog, Stella.</span></p>&nbsp;','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 20:21:36','2016-05-24 20:21:36','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(169,2,'2016-05-24 20:31:55','2016-05-24 20:31:55','','Flowerhouse_Logos-02','','inherit','open','closed','','flowerhouse_logos-02','','','2016-05-24 20:31:55','2016-05-24 20:31:55','',37,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02.png',0,'attachment','image/png',0),(170,2,'2016-05-24 20:32:52','2016-05-24 20:32:52','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"140\" height=\"140\" /></p>\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:32:52','2016-05-24 20:32:52','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(172,2,'2016-05-24 20:34:13','2016-05-24 20:34:13','&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p>\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:34:13','2016-05-24 20:34:13','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(176,2,'2016-05-24 20:42:08','2016-05-24 20:42:08','<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:42:08','2016-05-24 20:42:08','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(174,2,'2016-05-24 20:39:10','2016-05-24 20:39:10','<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:39:10','2016-05-24 20:39:10','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(173,2,'2016-05-24 20:36:41','2016-05-24 20:36:41','<img class=\"alignnone  wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"282\" height=\"282\" />\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"40px\"]<img class=\"wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"173\" height=\"173\" /></p>\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"400px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:36:41','2016-05-24 20:36:41','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(354,2,'2016-07-08 14:32:32','2016-07-08 14:32:32','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A Little Jig</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-07-08 14:32:32','2016-07-08 14:32:32','',33,'https://www.flowerhousefilms.com/2016/07/08/33-revision-v1/',0,'revision','',0),(336,2,'2016-07-06 19:30:55','2016-07-06 19:30:55','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A Little Jig</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-07-06 19:30:55','2016-07-06 19:30:55','',33,'https://www.flowerhousefilms.com/2016/07/06/33-revision-v1/',0,'revision','',0),(178,2,'2016-05-24 20:47:38','2016-05-24 20:47:38','<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:47:38','2016-05-24 20:47:38','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(175,2,'2016-05-24 20:40:03','2016-05-24 20:40:03','<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Production Company dedicated to theatre and independent film: Flowerhouse productions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories to the screen and stage with strong, complex female characters and relationships.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"500px\"]','About','','inherit','closed','closed','','37-revision-v1','','','2016-05-24 20:40:03','2016-05-24 20:40:03','',37,'https://www.flowerhousefilms.com/2016/05/24/37-revision-v1/',0,'revision','',0),(180,2,'2016-05-24 20:49:13','2016-05-24 20:49:13','<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,\r\nEva is haunted by the image of her sex-ed teacher from high school.</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p>\r\n&nbsp;\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]\r\n\r\n[spacer height=\"250px\"]','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2016-05-24 20:49:13','2016-05-24 20:49:13','',35,'https://www.flowerhousefilms.com/2016/05/24/35-revision-v1/',0,'revision','',0),(181,2,'2019-03-23 00:06:21','2019-03-23 00:06:21','<div id=\"pl-181\"  class=\"panel-layout\" ><div id=\"pg-181-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-181-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-181-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-181-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-1\" data-stretch-type=\"full\" ><div id=\"pgc-181-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-181-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-181-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-181-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-181-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-181-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-3\" data-stretch-type=\"full\" ><div id=\"pgc-181-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-181-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-181-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-181-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-181-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-181-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-5\" data-stretch-type=\"full\" ><div id=\"pgc-181-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-181-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-181-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-181-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-181-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-181-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-7\" data-stretch-type=\"full\" ><div id=\"pgc-181-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-181-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-181-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-181-8\" ><div id=\"pgc-181-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-181-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-181-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-9\" data-stretch-type=\"full\" ><div id=\"pgc-181-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-181-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-181-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-10\" data-stretch-type=\"full\" ><div id=\"pgc-181-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-181-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-181-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-11\" data-stretch-type=\"full\" ><div id=\"pgc-181-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-181-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-181-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-12\" data-stretch-type=\"full\" ><div id=\"pgc-181-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-181-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-181-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-13\" data-stretch-type=\"full\" ><div id=\"pgc-181-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-181-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-181-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-14\" data-stretch-type=\"full\" ><div id=\"pgc-181-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-181-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-181-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-15\" data-stretch-type=\"full\" ><div id=\"pgc-181-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-181-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-181-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-16\" data-stretch-type=\"full\" ><div id=\"pgc-181-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-181-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-181-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-181-17\" data-stretch-type=\"full\" ><div id=\"pgc-181-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-181-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-181-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-autosave-v1','','','2019-03-23 00:06:22','2019-03-23 00:06:22','',39,'https://www.flowerhousefilms.com/2016/05/24/39-autosave-v1/',0,'revision','',0),(182,2,'2016-05-24 20:54:15','2016-05-24 20:54:15','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464110169415.jpg\" alt=\"_1120826\" width=\"2039\" height=\"2039\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Begin</span>\r\nAfter you are settled, you will be given some tea with herbs in it that will help your reflecting process.\r\n\r\n<span class=\"services-headline\">Reflect</span>\r\nThe next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Enjoy</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n<span class=\"services-headline\">Schedule a Visit</span>\r\nCall or email to schedule a 3 day retreat or check out our work.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 20:54:15','2016-05-24 20:54:15','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(183,2,'2016-05-24 20:59:52','2016-05-24 20:59:52','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-135\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Begin.jpg\" alt=\"Begin\" width=\"1024\" height=\"680\"></p><p><span class=\"services-headline\">Begin</span><br> After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p><p><span class=\"services-headline\">Reflect</span><br> The next part isn\'t always easy, you must look in and reflect, often facing emotions you haven\'t faced in a while.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Reflect.jpg\" alt=\"Reflect\" width=\"1024\" height=\"692\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p><span class=\"services-headline\">Schedule a Visit</span><br> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p><p style=\"text-align: right;\">[spacer height=\"40px\"]<br> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 20:59:52','2016-05-24 20:59:52','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(184,2,'2016-05-24 21:05:50','2016-05-24 21:05:50','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p><span class=\"services-headline\">Enjoy</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p><span class=\"services-headline\">Schedule a Visit</span><br> Call or email to schedule a 3 day retreat or check out our work.</p><p>[spacer height=\"20px\"]</p><p style=\"text-align: right;\">[spacer height=\"40px\"]<br> <a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 21:05:50','2016-05-24 21:05:50','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(186,2,'2016-05-24 21:16:13','2016-05-24 21:16:13','<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><hr><p>&nbsp;</p><p>[spacer height=\"380px\"]</p><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p>','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:16:13','2016-05-24 21:16:13','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(187,2,'2016-05-24 21:17:29','2016-05-24 21:17:29','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"300px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:17:29','2016-05-24 21:17:29','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(188,2,'2016-05-24 21:20:21','2016-05-24 21:20:21','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"300px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:20:21','2016-05-24 21:20:21','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(189,2,'2016-05-24 21:27:02','2016-05-24 21:27:02','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"420px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:27:02','2016-05-24 21:27:02','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(191,2,'2016-05-24 21:32:25','2016-05-24 21:32:25','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"380px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:32:25','2016-05-24 21:32:25','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(239,2,'2016-05-25 17:03:10','2016-05-25 17:03:10','','FOTOFONDEADORA19','','inherit','open','closed','','fotofondeadora19','','','2016-05-25 17:03:55','2016-05-25 17:03:55','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19.jpeg',0,'attachment','image/jpeg',0),(194,2,'2016-05-24 21:34:51','2016-05-24 21:34:51','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"380px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:34:51','2016-05-24 21:34:51','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(196,2,'2016-05-24 21:36:06','2016-05-24 21:36:06','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"350px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:36:06','2016-05-24 21:36:06','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(195,2,'2016-05-24 21:35:28','2016-05-24 21:35:28','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-192\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1920\" height=\"1080\" />[spacer height=\"380px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:35:28','2016-05-24 21:35:28','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(197,2,'2016-05-24 21:36:27','2016-05-24 21:36:27','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"300px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:36:27','2016-05-24 21:36:27','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(198,2,'2016-05-24 21:37:01','2016-05-24 21:37:01','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"350px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-24 21:37:01','2016-05-24 21:37:01','',41,'https://www.flowerhousefilms.com/2016/05/24/41-revision-v1/',0,'revision','',0),(210,2,'2016-05-24 22:14:49','2016-05-24 22:14:49','','Our Team','','inherit','open','closed','','our-team','','','2016-05-24 22:14:49','2016-05-24 22:14:49','',33,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png',0,'attachment','image/png',0),(202,2,'2016-05-24 22:01:20','2016-05-24 22:01:20','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<img class=\"wp-image-201 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"209\" height=\"146\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:01:20','2016-05-24 22:01:20','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(209,2,'2016-05-24 22:10:29','2016-05-24 22:10:29','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:10:29','2016-05-24 22:10:29','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(203,2,'2016-05-24 22:02:09','2016-05-24 22:02:09','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<img class=\"wp-image-201 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"209\" height=\"146\" />\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:02:09','2016-05-24 22:02:09','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(204,2,'2016-05-24 22:02:55','2016-05-24 22:02:55','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter wp-image-201\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/CONTACT-e1464127127435.png\" alt=\"CONTACT\" width=\"299\" height=\"209\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:02:55','2016-05-24 22:02:55','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(211,2,'2016-05-24 22:17:54','2016-05-24 22:17:54','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"215\" height=\"215\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:17:54','2016-05-24 22:17:54','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(206,2,'2016-05-24 22:05:12','2016-05-24 22:05:12','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone size-full wp-image-87 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Drawing-1.png\" alt=\"Drawing\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"alignnone wp-image-68 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"209\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-205\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact.png\" alt=\"contact\" width=\"209\" height=\"209\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:05:12','2016-05-24 22:05:12','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(208,2,'2016-05-24 22:10:04','2016-05-24 22:10:04','','contact','','inherit','open','closed','','contact-5','','','2016-05-24 22:10:04','2016-05-24 22:10:04','',33,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png',0,'attachment','image/png',0),(212,2,'2016-05-24 22:19:37','2016-05-24 22:19:37','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"279\" height=\"205\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:19:37','2016-05-24 22:19:37','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(213,2,'2016-05-24 22:21:19','2016-05-24 22:21:19','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"alignnone wp-image-210 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"284\" height=\"209\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:21:19','2016-05-24 22:21:19','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(214,2,'2016-05-24 22:22:16','2016-05-24 22:22:16','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"298\" height=\"219\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:22:16','2016-05-24 22:22:16','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(215,2,'2016-05-24 22:22:47','2016-05-24 22:22:47','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:22:47','2016-05-24 22:22:47','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(216,2,'2016-05-24 22:27:07','2016-05-24 22:27:07','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of people of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:27:07','2016-05-24 22:27:07','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(217,2,'2016-05-24 22:29:47','2016-05-24 22:29:47','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span> <span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\r\n<a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:29:47','2016-05-24 22:29:47','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(218,2,'2016-05-24 22:30:15','2016-05-24 22:30:15','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A short film</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\">\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span><p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:30:15','2016-05-24 22:30:15','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(302,2,'2016-05-30 22:58:35','2016-05-30 22:58:35','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A Little Jig</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\">\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p><p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-30 22:58:35','2016-05-30 22:58:35','',33,'https://www.flowerhousefilms.com/2016/05/30/33-revision-v1/',0,'revision','',0),(219,2,'2016-05-24 22:31:58','2016-05-24 22:31:58','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">making the world a better place</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We believe actions speak louder than words.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 22:31:58','2016-05-24 22:31:58','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(221,2,'2016-05-24 22:40:02','2016-05-24 22:40:02','','IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57','','inherit','open','closed','','igg_fundedwithbadges_whiteoutlined_rgb-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57','','','2016-05-24 22:40:02','2016-05-24 22:40:02','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IGG_FundedWithBadges_WhiteOutlined_RGB-eeeea59fe0da7c7f8bbf26cd156d1053226697f534a5fe39959bdf8767266d57.png',0,'attachment','image/png',0),(222,2,'2016-05-24 22:42:06','2016-05-24 22:42:06','','facebook','','inherit','open','closed','','facebook-2','','','2016-05-24 22:42:06','2016-05-24 22:42:06','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/facebook.png',0,'attachment','image/png',0),(223,2,'2016-05-24 22:43:26','2016-05-24 22:43:26','','twitter','','inherit','open','closed','','twitter-2','','','2016-05-24 22:43:26','2016-05-24 22:43:26','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/twitter.png',0,'attachment','image/png',0),(224,2,'2016-05-24 22:45:36','2016-05-24 22:45:36','','youtube_icon_round-copy','','inherit','open','closed','','youtube_icon_round-copy','','','2016-05-24 22:45:36','2016-05-24 22:45:36','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/youtube_icon_round-copy.png',0,'attachment','image/png',0),(226,2,'2016-05-24 22:59:20','2016-05-24 22:59:20','Origami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-24 22:59:20','2016-05-24 22:59:20','',98,'https://www.flowerhousefilms.com/2016/05/24/98-revision-v1/',0,'revision','',0),(225,2,'2016-05-24 22:59:07','2016-05-24 22:59:07','Origami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\n&nbsp;\r\n\r\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-24 22:59:07','2016-05-24 22:59:07','',98,'https://www.flowerhousefilms.com/2016/05/24/98-revision-v1/',0,'revision','',0),(227,2,'2016-05-24 23:05:55','2016-05-24 23:05:55','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through sex-ed and film</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-24 23:05:55','2016-05-24 23:05:55','',33,'https://www.flowerhousefilms.com/2016/05/24/33-revision-v1/',0,'revision','',0),(228,2,'2016-05-24 23:12:00','2016-05-24 23:12:00','','FOTOFONDEADORA21','','inherit','open','closed','','fotofondeadora21','','','2016-05-24 23:12:00','2016-05-24 23:12:00','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21.jpeg',0,'attachment','image/jpeg',0),(366,2,'2016-07-12 04:26:58','2016-07-12 04:26:58','','ana_rosa01 - copia','','inherit','open','closed','','ana_rosa01-copia-2','','','2016-07-12 04:26:58','2016-07-12 04:26:58','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg',0,'attachment','image/jpeg',0),(230,2,'2016-05-24 23:22:41','2016-05-24 23:22:41','','FOTOFONDEADORA4','','inherit','open','closed','','fotofondeadora4-2','','','2016-05-24 23:23:04','2016-05-24 23:23:04','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1.jpeg',0,'attachment','image/jpeg',0),(231,2,'2016-05-24 23:25:52','2016-05-24 23:25:52','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span> Sara María Cortijo Gordillo. Española. Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España. BTEC en Arte Dramático en Westminster College, Londres- Inglaterra. Taller de arte dramático impartido en la American Academy of Dramatic Arts. Pasadena- California U.S.A. En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección. Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. Su tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora) logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. Actualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016. <span class=\"services-headline\">Victor Audiffred</span> Victor Audiffred. Méxicano. Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director, Productor y Director de Fotografía. A lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales. Diez cortometrajes en su haber. Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. El reconocimiento de la Presidencia y del Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) En México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director) se involucra (como Productor) en el documental “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010. “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012. En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. En el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015 y “Danza de Luna” Producción Independiente.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span> Renata Calderón Galindo nació el 25 de Diciembre del 2001 en la Ciudad de México, Mexico. A los 4 años comenzó sus clases de actuación en \"Kids Place\" ubicado en la Colonia Condesa, Ciudad de México; durante dos años presentando obras de guiones originales. Posteriormente continuó con sus clases dentro de su escuela primaria estudiando todos los géneros de la actuación. Participando en el comercial de televisión para la marca \"Jarritos\". Domina el idioma Inglés, nociones de Francés y actualmente se encuentra aprendiendo Alemán. A sus 13 años retomó las clases profesionales esta vez en \"CasaAzul\" bajo la tutela de Ricardo Campos White y ahí grabó su primer cortometraje titulado \"Inocente Confusión\" con la Actriz, Productora y Directora Sofía Ruíz. Hoy en día continúa estudiando actuación con Viridiana Olvera en \"CasaAzul\".\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Enjoy</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n<span class=\"services-headline\">Schedule a Visit</span>\r\nCall or email to schedule a 3 day retreat or check out our work.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Schedule It</a> <a class=\"button darkblue-outline\" href=\"/our-work\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-24 23:25:52','2016-05-24 23:25:52','',39,'https://www.flowerhousefilms.com/2016/05/24/39-revision-v1/',0,'revision','',0),(233,2,'2016-05-25 16:03:07','2016-05-25 16:03:07','Flowerhouse graphics, logos and color palette by <a href=\"http://www.instagram.com/alfonsoruiz.book/\">Alfonso Ruiz</a>.\r\n\r\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\r\n\r\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a>','Credits','','inherit','closed','closed','','98-revision-v1','','','2016-05-25 16:03:07','2016-05-25 16:03:07','',98,'https://www.flowerhousefilms.com/2016/05/25/98-revision-v1/',0,'revision','',0),(234,2,'2016-05-25 16:52:59','2016-05-25 16:52:59','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span> Sara María Cortijo Gordillo. Española. Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España. BTEC en Arte Dramático en Westminster College, Londres- Inglaterra. Taller de arte dramático impartido en la American Academy of Dramatic Arts. Pasadena- California U.S.A. En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección. Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. Su tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora) logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. Actualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016. <span class=\"services-headline\">Victor Audiffred</span> Victor Audiffred. Méxicano. Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director, Productor y Director de Fotografía. A lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales. Diez cortometrajes en su haber. Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. El reconocimiento de la Presidencia y del Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) En México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director) se involucra (como Productor) en el documental “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010. “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012. En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. En el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015 y “Danza de Luna” Producción Independiente.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"777\" height=\"467\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span> Renata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span> With studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span> Sofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<span class=\"services-headline\">Adalberto Trujeque</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 16:52:59','2016-05-25 16:52:59','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(253,2,'2016-05-25 17:59:30','2016-05-25 17:59:30','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p><span class=\"services-headline\">Pepe Valdivieso</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p><span class=\"services-headline\">Elsa Herazo</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 17:59:30','2016-05-25 17:59:30','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(236,2,'2016-05-25 16:58:21','2016-05-25 16:58:21','','FOTOFONDEADORA32','','inherit','open','closed','','fotofondeadora32-2','','','2016-05-25 16:58:21','2016-05-25 16:58:21','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-1.jpeg',0,'attachment','image/jpeg',0),(238,2,'2016-05-25 17:01:27','2016-05-25 17:01:27','','FOTOFONDEADORA32','','inherit','open','closed','','fotofondeadora32','','','2016-05-25 17:02:02','2016-05-25 17:02:02','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32.jpeg',0,'attachment','image/jpeg',0),(240,2,'2016-05-25 17:06:49','2016-05-25 17:06:49','','FOTOFONDEADORA8','','inherit','open','closed','','fotofondeadora8-2','','','2016-05-25 17:07:15','2016-05-25 17:07:15','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1.jpeg',0,'attachment','image/jpeg',0),(241,2,'2016-05-25 17:11:54','2016-05-25 17:11:54','','IMG_5752','','inherit','open','closed','','img_5752','','','2016-05-25 17:12:40','2016-05-25 17:12:40','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752.jpg',0,'attachment','image/jpeg',0),(372,2,'2016-07-12 04:52:34','2016-07-12 04:52:34','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" />\r\n[spacer height=\"40px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-12 04:52:34','2016-07-12 04:52:34','',39,'https://www.flowerhousefilms.com/2016/07/12/39-revision-v1/',0,'revision','',0),(246,2,'2016-05-25 17:30:29','2016-05-25 17:30:29','','IMG_5739','','inherit','open','closed','','img_5739','','','2016-05-25 17:30:56','2016-05-25 17:30:56','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739.jpg',0,'attachment','image/jpeg',0),(245,2,'2016-05-25 17:21:53','2016-05-25 17:21:53','','IMG_5684','','inherit','open','closed','','img_5684','','','2016-05-25 17:22:26','2016-05-25 17:22:26','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684.jpg',0,'attachment','image/jpeg',0),(247,2,'2016-05-25 17:32:28','2016-05-25 17:32:28','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-235\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5812.jpg\" alt=\"IMG_5812\" width=\"907\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p><span class=\"services-headline\">Pepe Valdivieso</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]<img class=\"alignnone wp-image-192\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195532830.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"748\" height=\"680\">&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p><span class=\"services-headline\">Elsa Herazo</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-137\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Enjoy.jpg\" alt=\"Enjoy\" width=\"1024\" height=\"640\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 17:32:28','2016-05-25 17:32:28','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(249,2,'2016-05-25 17:46:25','2016-05-25 17:46:25','','javier quesada','','inherit','open','closed','','javier-quesada','','','2016-05-25 17:46:54','2016-05-25 17:46:54','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada.jpg',0,'attachment','image/jpeg',0),(248,2,'2016-05-25 17:41:04','2016-05-25 17:41:04','','adal trujeque','','inherit','open','closed','','adal-trujeque','','','2016-05-25 17:41:04','2016-05-25 17:41:04','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg',0,'attachment','image/jpeg',0),(250,2,'2016-05-25 17:47:33','2016-05-25 17:47:33','','jerry audiffred 2','','inherit','open','closed','','jerry-audiffred-2','','','2016-05-25 17:47:55','2016-05-25 17:47:55','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2.jpg',0,'attachment','image/jpeg',0),(252,2,'2016-05-25 17:58:21','2016-05-25 17:58:21','','iliana','','inherit','open','closed','','iliana','','','2016-05-25 17:58:21','2016-05-25 17:58:21','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg',0,'attachment','image/jpeg',0),(254,2,'2016-05-25 18:01:24','2016-05-25 18:01:24','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p><span class=\"services-headline\">Pepe Valdivieso</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p><span class=\"services-headline\">Elsa Herazo</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 18:01:24','2016-05-25 18:01:24','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(255,2,'2016-05-25 18:16:14','2016-05-25 18:16:14','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p><span class=\"services-headline\">Pepe Valdivieso</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p><span class=\"services-headline\">Elsa Herazo</span><br> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 18:16:14','2016-05-25 18:16:14','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(257,2,'2016-05-25 18:28:49','2016-05-25 18:28:49','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara studied Theatre at the Escuela Superior de Arte Dramático in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in Pasadena, California. In Mexico, she graduated from the Film University (AMCI), specialised in script-writing and directing. She currently lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, Manivela Films. Her third project, 3 Puntos de Cruz, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, Oquedades del Corazón, to be filmed towards the end of 2016.<p></p>\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 18:28:49','2016-05-25 18:28:49','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(256,2,'2016-05-25 18:18:48','2016-05-25 18:18:48','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara María Cortijo Gordillo. Española.  Lic. de la carrera de Artes Escénicas en la Escuela Superior de Arte Dramático, Sevilla-España.  BTEC en Arte Dramático en Westminster College, Londres- Inglaterra.   Taller de arte dramático impartido en la American Academy of Dramatic Arts.  Pasadena- California U.S.A.   En México es egresada de la carrera de Cine en la Universidad del Cine – AMCI, con especialidad en guión y dirección.  Actualmente reside en la ciudad de México y se desempeña como Productora, Gerencia y Coordinadora de Producción para la Casa Productora Manivela Films. \r\nSu tercer proyecto “3 Puntos de Cruz” (Guionista, Productora y Directora)  logró algunas de las selecciones oficiales más representativas: Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 y Muestra temática Short Film Corner en el Festival de Cannes 2013. \r\nActualmente prepara su siguiente producción “Oquedades del corazón” por filmarse a finales del 2016.<p></p>\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nSofía Ruiz is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><span class=\"services-headline\">Adalberto Trujeque</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 18:18:48','2016-05-25 18:18:48','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(285,2,'2016-05-25 20:45:51','2016-05-25 20:45:51','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span>\r\nhas worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> was our awesome hair &amp; make-up, wardrobe, todóloga go-to person on set.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an animator and sound designer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:45:51','2016-05-25 20:45:51','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(260,2,'2016-05-25 19:44:27','2016-05-25 19:44:27','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"100px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:44:27','2016-05-25 19:44:27','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(259,2,'2016-05-25 19:42:03','2016-05-25 19:42:03','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><span class=\"services-headline\">Victor Audiffred</span>\r\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:42:03','2016-05-25 19:42:03','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(258,2,'2016-05-25 19:14:44','2016-05-25 19:14:44','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nSofía Ruiz is an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><span class=\"services-headline\">Sara Cortijo</span>\r\nSara studied Theatre at the Escuela Superior de Arte Dramático in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in Pasadena, California. In Mexico, she graduated from the Film University (AMCI), specialised in script-writing and directing. She currently lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, Manivela Films. Her third project, 3 Puntos de Cruz, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, Oquedades del Corazón, to be filmed towards the end of 2016.<p></p>\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nVictor Audiffred.  Méxicano.  Nacio en la Ciudad de Oaxaca, Oax. Estudió Cine, ha desempeñado los cargos de Director,  Productor  y  Director de Fotografía.   \r\nA lo largo de su carrera como cineasta, sus proyectos han sido Selección Oficial y Muestras en los festivales más representativos tanto a nivel Nacional como Internacional sumando hasta el momento 70 participaciones Internacionales.  \r\nDiez cortometrajes en su haber.  Dos máximas preseas Internacionales y muestras en los prestigiosos festivales de Tokio, Clermot Ferrand, Berlinale y Cannes. \r\nEl reconocimiento de la Presidencia y del  Senado de la República Mexicana por trayectoria y logros ( por los cortometrajes “Cristiana Sepultura” y “Clasificados” ) \r\nEn México, después de haber obtenido un primer lugar en el Festival GIFF de Guanajuato (como Director)  se involucra (como Productor) en el documental  “Solo pase la persona que se va a retratar” al cual le fue otorgado el premio Ariel en el año 2010.  “Clarissa”, “Rever” y “ 3 puntos de cruz” han sido sus últimas producciones en las que se destacan sus participaciones temáticas y muestras en el festival Cannes 2011 y 2012.  En México diversas selecciones oficiales en los festivales de cine con más presencia como lo son; FICG Guadalajara , GIFF Guanajuato y Morelia. \r\nEn el campo de la Dirección de Fotografía ha realizado 2 largometrajes “Historia para no Olvidar” Producción CONACULTA 2015   y “Danza de Luna”  Producción Independiente.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><span class=\"services-headline\">Pepe Valdivieso</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\nGraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film Muñecas, directed by Jorge Michel Grau, presented at the México Bárbaro festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece Esta Llave Ya no Tiene Puerta o Algo por el Estilo, and  has been part of the production department of the Grupo Odin Dupeyron for four years.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nRenata was born on December 25, 2001 in Mexico City, Mexico. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood, Mexico City and stayed for two years, presenting original plays. She continued her lessons in elementary school studying every acting genre. Renata participated in a television commercial for Jarritos. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at CasAzul under the tutelage of Ricardo Campos White. There, she filmed her first short film, Inocente Confusión with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at CasAzul.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nCarlos studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (Secretaría de Energía y Minas e Industrias Paraestatales). Over the past twelve years, he has participated in countless telenovelas in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><span class=\"services-headline\">Cynthia Torash</span>\r\nWith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in The House of Bernarda Alba, Electra, and Lysistrata by Producciones Moreno; Sin Salida directed by Alberto Estrella; Lo que Callamos las Mujeres, Se Busca un Hombre, and La Hija del Jardinero by TV Azteca.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\nJoselyn graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana and La Verdadera Venganza del Gato Boris. She directed the play Ñaque o de Piojos y Actores. Among her most recent projects are Pieza en Forma de Flamingo No 1; Nuestra Perversión (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play Aproximación al Interior de una Ballena.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Elsa Herazo</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><span class=\"services-headline\">Iliana Donatlán</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><span class=\"services-headline\">Adalberto Trujeque</span>\r\nAdal studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as Letras libres, imágenes tras las rejas, 3 puntos de cruz, Clariss and Rever and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, Punto Media Studio, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work Vidas de Luz. He currently lives in the city of Campeche, where he is preparing his short film on suicide Espérame en el Cielo, as producer, director and scriptwriter, as well as his first feature film.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis an actor, writer and producer.  After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><span class=\"services-headline\">Gerardo Audiffred</span>\r\nWith your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.<p></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:14:44','2016-05-25 19:14:44','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(261,2,'2016-05-25 19:45:15','2016-05-25 19:45:15','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:45:15','2016-05-25 19:45:15','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(262,2,'2016-05-25 19:46:07','2016-05-25 19:46:07','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464195717319.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"890\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:46:07','2016-05-25 19:46:07','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(263,2,'2016-05-25 19:51:49','2016-05-25 19:51:49','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"100px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:51:49','2016-05-25 19:51:49','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(264,2,'2016-05-25 19:53:05','2016-05-25 19:53:05','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"100px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:53:05','2016-05-25 19:53:05','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(266,2,'2016-05-25 19:57:19','2016-05-25 19:57:19','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nwas born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n[spacer height=\"100px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"100px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:57:19','2016-05-25 19:57:19','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(265,2,'2016-05-25 19:55:20','2016-05-25 19:55:20','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span> was born in Oaxaca City, Oaxaca. He studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films Cristiana Sepultura and Classified. In Mexico, after obtaining first place in the Guanajuato Film Festival (GIFF), he joined the documentary Solo Pase la Persona que Se Va a Retratar, as producer. The film received an Ariel award in 2010. Clarissa, Rever and 3 Puntos de Cruz are his lates productions which have been featured in the Cannes Festival en 2011 and 2012. As a DP, he has participated in two feature films: Historia Para No Olvidar produced by CONACULTA 2015 and Danza de Luna, an independent production.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"100px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"100px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 19:55:20','2016-05-25 19:55:20','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(270,2,'2016-05-25 20:04:11','2016-05-25 20:04:11','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:04:11','2016-05-25 20:04:11','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(267,2,'2016-05-25 20:01:02','2016-05-25 20:01:02','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent production.\r\n\r\n[spacer height=\"80px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"80px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:01:02','2016-05-25 20:01:02','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(268,2,'2016-05-25 20:01:54','2016-05-25 20:01:54','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent production.\r\n\r\n[spacer height=\"120px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"120px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:01:54','2016-05-25 20:01:54','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(269,2,'2016-05-25 20:02:17','2016-05-25 20:02:17','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent production.\r\n\r\n[spacer height=\"110px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"110px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:02:17','2016-05-25 20:02:17','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(271,2,'2016-05-25 20:04:45','2016-05-25 20:04:45','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"60px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"60px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:04:45','2016-05-25 20:04:45','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(272,2,'2016-05-25 20:05:11','2016-05-25 20:05:11','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:05:11','2016-05-25 20:05:11','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(273,2,'2016-05-25 20:05:48','2016-05-25 20:05:48','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"40px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"40px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:05:48','2016-05-25 20:05:48','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(274,2,'2016-05-25 20:06:20','2016-05-25 20:06:20','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:06:20','2016-05-25 20:06:20','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(275,2,'2016-05-25 20:06:46','2016-05-25 20:06:46','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"60px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"60px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:06:46','2016-05-25 20:06:46','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(276,2,'2016-05-25 20:07:21','2016-05-25 20:07:21','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"55px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:07:21','2016-05-25 20:07:21','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(277,2,'2016-05-25 20:07:46','2016-05-25 20:07:46','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:07:46','2016-05-25 20:07:46','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(278,2,'2016-05-25 20:08:16','2016-05-25 20:08:16','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />[spacer height=\"65px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:08:16','2016-05-25 20:08:16','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(279,2,'2016-05-25 20:11:45','2016-05-25 20:11:45','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"60px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />[spacer height=\"60px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:11:45','2016-05-25 20:11:45','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(280,2,'2016-05-25 20:13:42','2016-05-25 20:13:42','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:13:42','2016-05-25 20:13:42','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(281,2,'2016-05-25 20:14:27','2016-05-25 20:14:27','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"60px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:14:27','2016-05-25 20:14:27','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(282,2,'2016-05-25 20:15:07','2016-05-25 20:15:07','<p style=\"text-align: left;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.\r\n\r\n<span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n<span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.\r\n\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:15:07','2016-05-25 20:15:07','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(284,2,'2016-05-25 20:24:50','2016-05-25 20:24:50','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> is an actor and producer.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an animator and sound designer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:24:50','2016-05-25 20:24:50','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(283,2,'2016-05-25 20:17:25','2016-05-25 20:17:25','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"75px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez Medina \"Mac\"</span> With your emotions released you will often feel renewed and whole again with a calmness and joy beyond any words.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:17:25','2016-05-25 20:17:25','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(286,2,'2016-05-25 20:47:00','2016-05-25 20:47:00','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Pepe Valdivieso</span>\r\nhas worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">María Richardson</span> is an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\r\n<span class=\"services-headline\">Elsa Herazo</span> was our awesome hair &amp; make-up, wardrobe, todóloga go-to person on set.\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> is an animator and sound designer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n<span class=\"services-headline\">José Luis Sanchez \"Mac\"</span> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: left;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:47:00','2016-05-25 20:47:00','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(287,2,'2016-05-25 20:52:48','2016-05-25 20:52:48','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span>\r\nhas worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis an ME/CFS activist. She has a master\'s degree in Creative Writing from the New School and a Bachelor\'s from Yale. She is an all around creative soul.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\nwas our awesome hair &amp; make-up, wardrobe, todóloga go-to person on set.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an animator and sound designer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-25 20:52:48','2016-05-25 20:52:48','',39,'https://www.flowerhousefilms.com/2016/05/25/39-revision-v1/',0,'revision','',0),(288,2,'2016-05-25 20:56:36','2016-05-25 20:56:36','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A short film</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"http://www.youtube.com/embed/47UmDADm6JM\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-05-25 20:56:36','2016-05-25 20:56:36','',33,'https://www.flowerhousefilms.com/2016/05/25/33-revision-v1/',0,'revision','',0),(290,2,'2016-05-26 00:28:43','2016-05-26 00:28:43','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"350px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-26 00:28:43','2016-05-26 00:28:43','',41,'https://www.flowerhousefilms.com/2016/05/26/41-revision-v1/',0,'revision','',0),(289,2,'2016-05-26 00:27:45','2016-05-26 00:27:45','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"350px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-236\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-1.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1920\" height=\"1080\" />\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-05-26 00:27:45','2016-05-26 00:27:45','',41,'https://www.flowerhousefilms.com/2016/05/26/41-revision-v1/',0,'revision','',0),(291,2,'2016-05-30 18:07:49','2016-05-30 18:07:49','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span>\r\nhas worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nis an animator and sound designer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 18:07:49','2016-05-30 18:07:49','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(292,2,'2016-05-30 18:08:59','2016-05-30 18:08:59','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br> is an animator and sound designer.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 18:08:59','2016-05-30 18:08:59','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(293,2,'2016-05-30 18:09:29','2016-05-30 18:09:29','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span><br> is an animator and sound designer.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 18:09:29','2016-05-30 18:09:29','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(294,2,'2016-05-30 21:34:42','2016-05-30 21:34:42','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 21:34:42','2016-05-30 21:34:42','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(295,2,'2016-05-30 21:41:56','2016-05-30 21:41:56','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 21:41:56','2016-05-30 21:41:56','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(296,2,'2016-05-30 21:46:13','2016-05-30 21:46:13','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso</span><br> has worked on multiple short films, commercials, and most notably, has a recurring role in Canal Once\'s <em>Paramédicos</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 21:46:13','2016-05-30 21:46:13','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(373,2,'2016-07-12 05:09:34','2016-07-12 05:09:34','','PRESS KIT Inocente Confusion WEB','','inherit','open','closed','','press-kit-inocente-confusion-web','','','2016-07-12 05:09:34','2016-07-12 05:09:34','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/07/PRESS-KIT-Inocente-Confusion-WEB.pdf',0,'attachment','application/pdf',0),(303,2,'2016-05-30 23:07:39','2016-05-30 23:07:39','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso<br></span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 23:07:39','2016-05-30 23:07:39','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(304,2,'2016-05-30 23:08:22','2016-05-30 23:08:22','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-228\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA21-e1464131635575.jpeg\" alt=\"FOTOFONDEADORA21\" width=\"1233\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-30 23:08:22','2016-05-30 23:08:22','',39,'https://www.flowerhousefilms.com/2016/05/30/39-revision-v1/',0,'revision','',0),(368,2,'2016-07-12 04:32:37','2016-07-12 04:32:37','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" />\r\n\r\n[spacer height=\"40px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-12 04:32:37','2016-07-12 04:32:37','',39,'https://www.flowerhousefilms.com/2016/07/12/39-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (306,2,'2016-05-31 04:16:31','2016-05-31 04:16:31','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"80px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-31 04:16:31','2016-05-31 04:16:31','',39,'https://www.flowerhousefilms.com/2016/05/31/39-revision-v1/',0,'revision','',0),(307,2,'2016-05-31 04:18:30','2016-05-31 04:18:30','<p style=\"text-align: justify;\"><span class=\"services-headline\">Sofia Ruiz</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"80px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"40px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Pepe Valdivieso\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-05-31 04:18:30','2016-05-31 04:18:30','',39,'https://www.flowerhousefilms.com/2016/05/31/39-revision-v1/',0,'revision','',0),(349,2,'2016-07-08 03:56:39','2016-07-08 03:56:39','<strong>Email:</strong> admin@inocenteconfusion.com\r\n<strong>Address:</strong> Mexico City, Mexico\r\n\r\n[spacer height=\"10px\"]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"350px\"]\r\n\r\n[contact-form-7 id=\"59\" title=\"Contact form 1\"]\r\n\r\n[spacer height=\"20px\"]','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-07-08 03:56:39','2016-07-08 03:56:39','',41,'https://www.flowerhousefilms.com/2016/07/08/41-revision-v1/',0,'revision','',0),(310,2,'2016-06-01 04:24:30','2016-06-01 04:24:30','<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><p>[spacer height=\"10px\"]</p><hr><p>&nbsp;</p><p>[spacer height=\"350px\"]</p><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-06-01 04:24:30','2016-06-01 04:24:30','',41,'https://www.flowerhousefilms.com/2016/06/01/41-revision-v1/',0,'revision','',0),(309,2,'2016-06-01 04:23:51','2016-06-01 04:23:51','<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><p>[spacer height=\"10px\"]</p><hr><p>&nbsp;</p><p>[spacer height=\"350px\"]<img class=\"alignnone size-full wp-image-308\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA22.jpeg\" alt=\"FOTOFONDEADORA22\" width=\"3840\" height=\"2160\"></p><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p><p>[spacer height=\"20px\"]</p>','Contact','','inherit','closed','closed','','41-revision-v1','','','2016-06-01 04:23:51','2016-06-01 04:23:51','',41,'https://www.flowerhousefilms.com/2016/06/01/41-revision-v1/',0,'revision','',0),(312,2,'2016-06-01 04:30:55','2016-06-01 04:30:55','<p style=\"text-align: justify;\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\"><span class=\"services-headline\">Sofia Ruiz</span></a>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-01 04:30:55','2016-06-01 04:30:55','',39,'https://www.flowerhousefilms.com/2016/06/01/39-revision-v1/',0,'revision','',0),(311,2,'2016-06-01 04:29:11','2016-06-01 04:29:11','<p style=\"text-align: justify;\"><a href=\"http://www.sofia-ruiz.com\"><span class=\"services-headline\">Sofia Ruiz</span></a><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span><br>studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-01 04:29:11','2016-06-01 04:29:11','',39,'https://www.flowerhousefilms.com/2016/06/01/39-revision-v1/',0,'revision','',0),(313,2,'2016-06-01 04:37:08','2016-06-01 04:37:08','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Iliana Donatlán</span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-01 04:37:08','2016-06-01 04:37:08','',39,'https://www.flowerhousefilms.com/2016/06/01/39-revision-v1/',0,'revision','',0),(314,2,'2016-06-01 04:53:14','2016-06-01 04:53:14','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Sara Cortijo</span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Victor Audiffred</span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Ana Rosa Dávila</span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Carlos Alfaro</span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Cynthia Torash</span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Joselyn Paulette Medina</span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\"><span class=\"services-headline\">Iliana Donatlán</span></a>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Adalberto Trujeque</span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-01 04:53:14','2016-06-01 04:53:14','',39,'https://www.flowerhousefilms.com/2016/06/01/39-revision-v1/',0,'revision','',0),(315,2,'2016-06-02 21:58:36','2016-06-02 21:58:36','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\"><span class=\"services-headline\">Sara Cortijo</span></a>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Victor Audiffred</span></a>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Ana Rosa Dávila</span></a>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\"><span class=\"services-headline\">Carlos Alfaro</span></a>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Cynthia Torash</span></a>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\"><span class=\"services-headline\">Joselyn Paulette Medina</span></a>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\"><span class=\"services-headline\">Iliana Donatlán</span></a>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><a href=\"https://www.facebook.com/Punto-Media-Studio-732047763508847/?fref=ts&amp;ref=br_tf\"><span class=\"services-headline\">Adalberto Trujeque</span></a>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-02 21:58:36','2016-06-02 21:58:36','',39,'https://www.flowerhousefilms.com/2016/06/02/39-revision-v1/',0,'revision','',0),(316,2,'2016-06-02 22:02:20','2016-06-02 22:02:20','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\">Sara Cortijo</a></span> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\">Victor Audiffred</a></span> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\">Ana Rosa Dávila</a></span> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\">Carlos Alfaro</a></span> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\">Cynthia Torash</a></span> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\">Joselyn Paulette Medina</a></span> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.facebook.com/Punto-Media-Studio-732047763508847/?fref=ts&amp;ref=br_tf\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span>\r\nis a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-02 22:02:20','2016-06-02 22:02:20','',39,'https://www.flowerhousefilms.com/2016/06/02/39-revision-v1/',0,'revision','',0),(317,2,'2016-06-02 22:05:23','2016-06-02 22:05:23','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">Javier Quesada</span><br> is a Sound Designer and Foley Artist. Check out his work on <a href=\"http://www.imdb.com/name/nm4222112/\">IMDB</a>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span><br> is an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-02 22:05:23','2016-06-02 22:05:23','',39,'https://www.flowerhousefilms.com/2016/06/02/39-revision-v1/',0,'revision','',0),(324,2,'2016-06-22 02:14:54','2016-06-22 02:14:54','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she words as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\r\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Gerardo Audiffred</span>\r\nis an animator and illustrator. Check out his <a href=\"http://jerryaudiffred.tumblr.com\">tumblr</a> page.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-06-22 02:14:54','2016-06-22 02:14:54','',39,'https://www.flowerhousefilms.com/2016/06/22/39-revision-v1/',0,'revision','',0),(359,2,'2016-07-12 04:16:01','2016-07-12 04:16:01','','FOTOFONDEADORA1','','inherit','open','closed','','fotofondeadora1-2','','','2016-07-12 04:16:01','2016-07-12 04:16:01','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA1.jpg',0,'attachment','image/jpeg',0),(358,2,'2016-07-12 04:13:51','2016-07-12 04:13:51','','02:59','','inherit','open','closed','','0259-2','','','2016-07-12 04:13:51','2016-07-12 04:13:51','',35,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0259.jpg',0,'attachment','image/jpeg',0),(339,2,'2016-07-07 22:29:47','2016-07-07 22:29:47','','IMDB','','inherit','open','closed','','imdb','','','2016-07-07 22:29:47','2016-07-07 22:29:47','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/07/IMDB.png',0,'attachment','image/png',0),(340,2,'2016-07-07 22:34:01','2016-07-07 22:34:01','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A Little Jig</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/vWO0Ud1ohtc\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-07-07 22:34:01','2016-07-07 22:34:01','',33,'https://www.flowerhousefilms.com/2016/07/07/33-revision-v1/',0,'revision','',0),(341,2,'2016-07-07 22:37:37','2016-07-07 22:37:37','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7886565/?ref_=fn_al_nm_1\" target=\"_blank\">Joselyn Paulette Medina</a></span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p><p style=\"text-align: justify;\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\"><span class=\"services-headline\">Gerardo Audiffred</span></a><br> is an animator and illustrator.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 22:37:37','2016-07-07 22:37:37','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(344,2,'2016-07-07 23:42:37','2016-07-07 23:42:37','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 23:42:37','2016-07-07 23:42:37','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(342,2,'2016-07-07 22:40:16','2016-07-07 22:40:16','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p><p style=\"text-align: justify;\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\"><span class=\"services-headline\">Gerardo Audiffred</span></a><br> is an animator and illustrator.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 22:40:16','2016-07-07 22:40:16','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(343,2,'2016-07-07 22:42:16','2016-07-07 22:42:16','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\r\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\"></p><p>[spacer height=\"85px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p><p>[spacer height=\"105px\"]</p><p><img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\"></p><p>[spacer height=\"105px\"]</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT), Ana has worked with directors such as Mauricio Jiménez, Mercedes de la Cruz and Carlos Corona. In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-229\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ANA-ROSA-D.jpg\" alt=\"ANA ROSA D\" width=\"1209\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"72px\"]</p><p><img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\"></p><p>[spacer height=\"72px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p><p>[spacer height=\"55px\"]</p><p><img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\"></p><p>&nbsp;</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\"></p><p>[spacer height=\"70px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\"></p><p>[spacer height=\"70px\"]</p><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\r\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p><img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\"></p><p>[spacer height=\"50px\"]</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\r\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p><p>[spacer height=\"65px\"]</p><p><img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\"></p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span>\r\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p><p>[spacer height=\"95px\"]</p><p><img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\"></p><p>[spacer height=\"95px\"]</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\"></p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\r\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br> is an animator and illustrator.</p><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\"></p><span class=\"services-headline\">Contact Us</span>\r\nEmail for more information or check out our work.\r\n[spacer height=\"20px\"]<p style=\"text-align: right;\">[spacer height=\"40px\"]\r\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 22:42:16','2016-07-07 22:42:16','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(367,2,'2016-07-12 04:30:30','2016-07-12 04:30:30','','Pepe_Valdivieso_','','inherit','open','closed','','pepe_valdivieso_-2','','','2016-07-12 04:32:22','2016-07-12 04:32:22','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1.jpg',0,'attachment','image/jpeg',0),(350,2,'2016-07-08 04:03:25','2016-07-08 04:03:25','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-08 04:03:25','2016-07-08 04:03:25','',39,'https://www.flowerhousefilms.com/2016/07/08/39-revision-v1/',0,'revision','',0),(346,2,'2016-07-07 23:53:13','2016-07-07 23:53:13','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"60px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n[spacer height=\"60px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 23:53:13','2016-07-07 23:53:13','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(347,2,'2016-07-07 23:54:04','2016-07-07 23:54:04','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films for CCC, CUEC and IBERO and in the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. Ana has also been a part of various plays, as well as assistant director in the documentary piece <em>Esta Llave Ya no Tiene Puerta o Algo por el Estilo</em>, and has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-07 23:54:04','2016-07-07 23:54:04','',39,'https://www.flowerhousefilms.com/2016/07/07/39-revision-v1/',0,'revision','',0),(352,2,'2016-07-08 04:20:13','2016-07-08 04:20:13','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"wp-image-345 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"1017\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"1025\" height=\"734\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1025\" height=\"665\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1025\" height=\"635\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1025\" height=\"604\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1025\" height=\"640\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"1025\" height=\"712\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1025\" height=\"646\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"1025\" height=\"715\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"1025\" height=\"774\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-08 04:20:13','2016-07-08 04:20:13','',39,'https://www.flowerhousefilms.com/2016/07/08/39-revision-v1/',0,'revision','',0),(351,2,'2016-07-08 04:06:38','2016-07-08 04:06:38','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-127\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"alignnone wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1083\" height=\"680\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"alignnone wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"1067\" height=\"680\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"950\" height=\"680\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1155\" height=\"749\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"alignnone wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1097\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-123\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"alignnone wp-image-124\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"alignnone wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"alignnone wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1155\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1192\" height=\"744\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"979\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"alignnone wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1078\" height=\"680\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"974\" height=\"680\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"901\" height=\"680\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-08 04:06:38','2016-07-08 04:06:38','',39,'https://www.flowerhousefilms.com/2016/07/08/39-revision-v1/',0,'revision','',0),(353,2,'2016-07-08 04:28:45','2016-07-08 04:28:45','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone wp-image-305\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-e1464668058460.jpg\" alt=\"Pepe_Valdivieso_\" width=\"991\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-345\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia.jpg\" alt=\"ana_rosa01 - copia\" width=\"1017\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-08 04:28:45','2016-07-08 04:28:45','',39,'https://www.flowerhousefilms.com/2016/07/08/39-revision-v1/',0,'revision','',0),(355,2,'2016-07-08 21:12:24','2016-07-08 21:12:24','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A Little Jig</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-07-08 21:12:24','2016-07-08 21:12:24','',33,'https://www.flowerhousefilms.com/2016/07/08/33-revision-v1/',0,'revision','',0),(357,2,'2016-07-12 04:12:26','2016-07-12 04:12:26','','01:35','','inherit','open','closed','','0135-3','','','2016-07-12 04:12:26','2016-07-12 04:12:26','',33,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/0135-1.jpg',0,'attachment','image/jpeg',0),(370,2,'2016-07-12 04:49:31','2016-07-12 04:49:31','<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone wp-image-127 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/1120826-e1464123572920.jpg\" alt=\"_1120826\" width=\"1025\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" />\r\n\r\n[spacer height=\"50px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a>\r\n</span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span>\r\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" />\r\n\r\n[spacer height=\"72px\"]\r\n\r\n<img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" />\r\n\r\n[spacer height=\"72px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span>\r\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span>\r\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p>\r\n[spacer height=\"55px\"]\r\n\r\n<img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" />\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span>\r\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span>\r\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p>\r\n[spacer height=\"70px\"]\r\n\r\n<img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" />\r\n\r\n[spacer height=\"70px\"]\r\n\r\n[spacer height=\"75px\"]\r\n\r\n<img class=\"aligncenter wp-image-242\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA12-e1464196461299.jpeg\" alt=\"FOTOFONDEADORA12\" width=\"1096\" height=\"679\" />\r\n\r\n[spacer height=\"40px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span>\r\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p>\r\n[spacer height=\"85px\"]\r\n\r\n<img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" />\r\n\r\n[spacer height=\"85px\"]\r\n\r\n[spacer height=\"105px\"]\r\n\r\n<img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" />\r\n\r\n[spacer height=\"105px\"]\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span>\r\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span>\r\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p>\r\n[spacer height=\"50px\"]\r\n\r\n<img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" />\r\n\r\n[spacer height=\"50px\"]\r\n\r\n[spacer height=\"65px\"]\r\n\r\n<img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span>\r\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" />\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span>\r\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</a></span> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p>\r\n[spacer height=\"95px\"]\r\n\r\n<img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" />\r\n\r\n[spacer height=\"95px\"]\r\n\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" />\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p>\r\n<p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span>\r\nis an animator and illustrator.</p>\r\n[spacer height=\"20px\"]\r\n\r\n<img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" />\r\n\r\n<span class=\"services-headline\">Contact Us</span> Email for more information or check out our work. [spacer height=\"20px\"]\r\n<p style=\"text-align: right;\">[spacer height=\"40px\"] <a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2016-07-12 04:49:31','2016-07-12 04:49:31','',39,'https://www.flowerhousefilms.com/2016/07/12/39-revision-v1/',0,'revision','',0),(371,2,'2016-07-12 04:51:51','2016-07-12 04:51:51','','Maria Richardshon','','inherit','open','closed','','maria-richardshon','','','2016-07-12 04:51:51','2016-07-12 04:51:51','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg',0,'attachment','image/jpeg',0),(375,2,'2016-07-18 04:33:05','2016-07-18 04:33:05','<p style=\"text-align: center;\">[spacer height=\"130px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span> <span class=\"home-sub\">A Little Jig</span> <a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2016-07-18 04:33:05','2016-07-18 04:33:05','',33,'https://www.flowerhousefilms.com/2016/07/18/33-revision-v1/',0,'revision','',0),(377,2,'2016-09-11 08:40:54','2016-09-11 08:40:54','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div>\n</div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div>\n</div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div>\n</div></div></div><div id=\"pgc-377-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-6-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></div>\n</div></div></div><div id=\"pgc-377-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div>','News','','publish','closed','closed','','news','','','2020-01-28 19:59:01','2020-01-28 19:59:01','',1489,'https://www.flowerhousefilms.com/?page_id=377',0,'page','',0),(378,2,'2016-09-11 08:40:28','2016-09-11 08:40:28','','0842','','inherit','open','closed','','0842','','','2016-09-11 08:40:28','2016-09-11 08:40:28','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/0842.jpg',0,'attachment','image/jpeg',0),(379,2,'2016-09-11 08:40:54','2016-09-11 08:40:54','','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:40:54','2016-09-11 08:40:54','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(381,2,'2016-09-11 08:43:37','2016-09-11 08:43:37','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:43:37','2016-09-11 08:43:37','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(382,2,'2016-09-11 08:44:27','2016-09-11 08:44:27','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p>[spacer height=\"200px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:44:27','2016-09-11 08:44:27','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(383,2,'2016-09-11 08:45:56','2016-09-11 08:45:56','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:45:56','2016-09-11 08:45:56','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(384,2,'2016-09-11 08:46:39','2016-09-11 08:46:39','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:46:39','2016-09-11 08:46:39','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(393,2,'2016-09-11 22:26:44','2016-09-11 22:26:44','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n\r\n[spacer height=\"300px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:26:44','2016-09-11 22:26:44','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(392,2,'2016-09-11 22:25:05','2016-09-11 22:25:05','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]<a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\">http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt</a></p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:25:05','2016-09-11 22:25:05','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(385,2,'2016-09-11 08:48:59','2016-09-11 08:48:59','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\">[spacer height=\"120px\"]</p><p style=\"text-align: center;\">We\'re off to the festival circuit!</p><p style=\"text-align: center;\">We\'ve submitted to 11 festivals so far, we\'ll keep you posted on our progress.</p><p style=\"text-align: center;\">[spacer height=\"120px\"]</p><p>&nbsp;</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:48:59','2016-09-11 08:48:59','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(386,2,'2016-09-11 08:50:03','2016-09-11 08:50:03','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\">[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'re off to the festival circuit!</span></h1><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'ve submitted to 11 festivals so far, we\'ll keep you posted on our progress.</span></p><p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p>&nbsp;</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:50:03','2016-09-11 08:50:03','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(389,2,'2016-09-11 09:09:39','2016-09-11 09:09:39','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\">&nbsp;</p><p><img class=\"alignnone size-full wp-image-388\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 09:09:39','2016-09-11 09:09:39','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(387,2,'2016-09-11 08:51:41','2016-09-11 08:51:41','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\">We\'re off to the festival circuit!</span></strong></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">We\'ve submitted to 11 festivals so far, </span></p><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">we\'ll keep you posted on our progress.</span></p><p style=\"text-align: center;\">[spacer height=\"100px\"]</p><p>&nbsp;</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 08:51:41','2016-09-11 08:51:41','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(388,2,'2016-09-11 09:09:09','2016-09-11 09:09:09','','were-off-to-the-festival-circuit','','inherit','open','closed','','were-off-to-the-festival-circuit','','','2016-09-11 09:09:09','2016-09-11 09:09:09','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg',0,'attachment','image/jpeg',0),(390,2,'2016-09-11 09:11:30','2016-09-11 09:11:30','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-388\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 09:11:30','2016-09-11 09:11:30','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(396,2,'2016-09-11 22:37:29','2016-09-11 22:37:29','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n\r\n[spacer height=\"300px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:37:29','2016-09-11 22:37:29','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(395,2,'2016-09-11 22:36:27','2016-09-11 22:36:27','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n\r\n<a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\">http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt</a>[spacer height=\"300px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:36:27','2016-09-11 22:36:27','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(394,2,'2016-09-11 22:30:07','2016-09-11 22:30:07','','Inocente Confusión on IMDB','','inherit','open','closed','','imdb-1-2','','','2016-09-11 22:48:28','2016-09-11 22:48:28','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg',0,'attachment','image/jpeg',0),(398,2,'2016-09-11 22:48:34','2016-09-11 22:48:34','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n\r\n<a href=\"http://http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\"><img class=\"aligncenter size-full wp-image-394\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a>[spacer height=\"300px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:48:34','2016-09-11 22:48:34','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(397,2,'2016-09-11 22:46:36','2016-09-11 22:46:36','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n\r\n<a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1-e1473633922608.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"300\" height=\"300\" /></a>[spacer height=\"300px\"]\r\n\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:46:36','2016-09-11 22:46:36','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(399,2,'2016-09-11 22:50:35','2016-09-11 22:50:35','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n<p class=\"alignnone\"><a href=\"http://http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\"><img class=\"aligncenter size-full wp-image-394\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a>[spacer height=\"300px\"]</p>\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:50:35','2016-09-11 22:50:35','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(400,2,'2016-09-11 22:51:53','2016-09-11 22:51:53','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n<p class=\"alignnone\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"aligncenter wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:51:53','2016-09-11 22:51:53','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(401,2,'2016-09-11 22:52:50','2016-09-11 22:52:50','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p>\r\n[spacer height=\"300px\"]\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:52:50','2016-09-11 22:52:50','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(402,2,'2016-09-11 22:54:12','2016-09-11 22:54:12','<p style=\"text-align: center;\">[spacer height=\"200px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"200px\"]</p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>&nbsp;<p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:54:12','2016-09-11 22:54:12','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(406,2,'2016-09-11 22:59:35','2016-09-11 22:59:35','<p style=\"text-align: center;\">[spacer height=\"250px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"250px\"]</p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>&nbsp;<p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:59:35','2016-09-11 22:59:35','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(403,2,'2016-09-11 22:55:43','2016-09-11 22:55:43','<p style=\"text-align: center;\">[spacer height=\"250px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News and Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"250px\"]</p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>&nbsp;<p>[spacer height=\"20px\"]</p>','News & Updates','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 22:55:43','2016-09-11 22:55:43','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(407,2,'2016-09-11 23:00:17','2016-09-11 23:00:17','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>&nbsp;<p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 23:00:17','2016-09-11 23:00:17','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(417,2,'2017-02-21 18:39:43','2017-02-21 18:39:43','','1','','inherit','open','closed','','1','','','2017-02-21 18:39:43','2017-02-21 18:39:43','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png',0,'attachment','image/png',0),(418,2,'2017-11-25 01:33:54','2017-11-25 01:33:54','<div id=\"pl-377\" class=\"panel-layout\">\n<div id=\"pg-377-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\">\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\">\n<div id=\"pgc-377-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\n\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-377-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\n<div id=\"pgc-377-1-0\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\">\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-1-1\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\">\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-1-2\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a>\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-377-2\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\n<div id=\"pgc-377-2-0\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a>\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-2-1\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a>\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-2-2\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n\n<a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\">\n</a>\n\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-377-3\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\n<div id=\"pgc-377-3-0\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-3-1\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\">\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>\n\n</div>\n</div>\n</div>\n<div id=\"pgc-377-3-2\" class=\"panel-grid-cell\" data-weight=\"0.333333333333\">\n<div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\">\n<div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></div>\n</div>\n</div>\n</div>\n<div id=\"pg-377-4\" class=\"panel-grid panel-no-style\">\n<div id=\"pgc-377-4-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\n<div class=\"textwidget\">\n\n[spacer height=\"20px\"]\n\n</div>\n</div>\n</div>\n</div>\n</div>','News','','inherit','closed','closed','','377-autosave-v1','','','2017-11-25 01:33:54','2017-11-25 01:33:54','',377,'https://www.flowerhousefilms.com/2017/02/21/377-autosave-v1/',0,'revision','',0),(453,2,'2017-03-15 18:21:19','2017-03-15 18:21:19','','1','','inherit','open','closed','','1-2','','','2017-03-15 18:21:19','2017-03-15 18:21:19','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png',0,'attachment','image/png',0),(413,2,'2017-02-11 01:55:31','2017-02-11 01:55:31','','Inocente Confusión Logo Blanco (1)','','inherit','open','closed','','inocente-confusion-logo-blanco-1','','','2017-02-11 01:55:31','2017-02-11 01:55:31','',33,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1.png',0,'attachment','image/png',0),(408,2,'2016-09-11 23:51:05','2016-09-11 23:51:05','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p><p>[spacer height=\"300px\"]</p><p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 23:51:05','2016-09-11 23:51:05','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(409,2,'2016-09-11 23:51:45','2016-09-11 23:51:45','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\r\n&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2016-09-11 23:51:45','2016-09-11 23:51:45','',377,'https://www.flowerhousefilms.com/2016/09/11/377-revision-v1/',0,'revision','',0),(411,2,'2017-02-10 23:37:12','2017-02-10 23:37:12','','Inocente Confusión_Instagram','','inherit','open','closed','','inocente-confusion_instagram','','','2017-02-10 23:37:12','2017-02-10 23:37:12','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram.png',0,'attachment','image/png',0),(415,2,'2017-02-11 01:56:33','2017-02-11 01:56:33','<p style=\"text-align: center;\">[spacer height=\"130px\"]<img class=\"wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"620\" height=\"283\" />\r\n<span class=\"home-sub\">A Little Jig</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-02-11 01:56:33','2017-02-11 01:56:33','',33,'https://www.flowerhousefilms.com/2017/02/11/33-revision-v1/',0,'revision','',0),(414,2,'2017-02-11 01:55:47','2017-02-11 01:55:47','<p style=\"text-align: center;\">[spacer height=\"130px\"]<img class=\"aligncenter size-medium wp-image-413\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"300\" height=\"137\" /></p>\r\n<p style=\"text-align: center;\"><span class=\"home-headline\">INOCENTE CONFUSIÓN</span>\r\n<span class=\"home-sub\">A Little Jig</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-02-11 01:55:47','2017-02-11 01:55:47','',33,'https://www.flowerhousefilms.com/2017/02/11/33-revision-v1/',0,'revision','',0),(416,2,'2017-02-11 02:01:16','2017-02-11 02:01:16','<p style=\"text-align: center;\">[spacer height=\"150px\"]<img class=\"wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"620\" height=\"283\" /><span class=\"home-sub\">A Little Jig</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"175px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" />\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" />\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-02-11 02:01:16','2017-02-11 02:01:16','',33,'https://www.flowerhousefilms.com/2017/02/11/33-revision-v1/',0,'revision','',0),(419,2,'2017-02-21 18:42:17','2017-02-21 18:42:17','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" />\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p>\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><img class=\"aligncenter size-medium wp-image-417\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-300x300.png\" alt=\"1\" width=\"300\" height=\"300\" /></p>\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2017-02-21 18:42:17','2017-02-21 18:42:17','',377,'https://www.flowerhousefilms.com/2017/02/21/377-revision-v1/',0,'revision','',0),(432,2,'2017-02-22 04:29:43','2017-02-22 04:29:43','','InocenteConfusion_Poster2 pdf','','inherit','open','closed','','inocenteconfusion_poster2-pdf','','','2017-02-22 04:29:43','2017-02-22 04:29:43','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster2-pdf.pdf',0,'attachment','application/pdf',0),(435,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA1NSIsInBvc3RfaWQiOiI0MzUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSN0aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsImFsaWFzZXMiOlsiYmFzaWNfdGh1bWJuYWlsIiwiYmFzaWNfdGh1bWJuYWlscyIsIm5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic Thumbnails','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA1NSIsInBvc3RfaWQiOiI0MzUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSN0aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsImFsaWFzZXMiOlsiYmFzaWNfdGh1bWJuYWlsIiwiYmFzaWNfdGh1bWJuYWlscyIsIm5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJtb2R1bGVfaWQiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZ2FsbGVyeSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=435',0,'display_type','',0),(436,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA2OSIsInBvc3RfaWQiOiI0MzYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zLjUiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6NjAwLCJnYWxsZXJ5X2hlaWdodCI6NDAwLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyB0aHVtYm5haWxzXSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Slideshow','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA2OSIsInBvc3RfaWQiOiI0MzYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTbGlkZXNob3ciLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2dhbGxlcnkjc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy4zLjUiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6NjAwLCJnYWxsZXJ5X2hlaWdodCI6NDAwLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyB0aHVtYm5haWxzXSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhdXRvcGxheSI6MSwicGF1c2VvbmhvdmVyIjoxLCJhcnJvd3MiOjAsImludGVydmFsIjozMDAwLCJ0cmFuc2l0aW9uX3NwZWVkIjozMDAsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=436',0,'display_type','',0),(437,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA4MyIsInBvc3RfaWQiOiI0MzciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciNwcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhamF4X3BhZ2luYXRpb24iOiIxIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic ImageBrowser','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA4MyIsInBvc3RfaWQiOiI0MzciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBJbWFnZUJyb3dzZXIiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciNwcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJhamF4X3BhZ2luYXRpb24iOiIxIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=437',0,'display_type','',0),(438,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA5OSIsInBvc3RfaWQiOiI0MzgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic SinglePic','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTA5OSIsInBvc3RfaWQiOiI0MzgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIndpZHRoIjoiIiwiaGVpZ2h0IjoiIiwibW9kZSI6IiIsImRpc3BsYXlfd2F0ZXJtYXJrIjowLCJkaXNwbGF5X3JlZmxlY3Rpb24iOjAsImZsb2F0IjoiIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=438',0,'display_type','',0),(439,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTExMSIsInBvc3RfaWQiOiI0MzkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJhbGlhc2VzIjpbImJhc2ljX3RhZ2Nsb3VkIiwidGFnY2xvdWQiLCJuZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic TagCloud','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTExMSIsInBvc3RfaWQiOiI0MzkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJhbGlhc2VzIjpbImJhc2ljX3RhZ2Nsb3VkIiwidGFnY2xvdWQiLCJuZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=439',0,'display_type','',0),(440,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTEyNSIsInBvc3RfaWQiOiI0NDAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjMuNSIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0Iiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoxLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic Compact Album','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTEyNSIsInBvc3RfaWQiOiI0NDAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJhbGlhc2VzIjpbImJhc2ljX2NvbXBhY3RfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiYmFzaWNfYWxidW1fY29tcGFjdCIsImNvbXBhY3RfYWxidW0iXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjMuNSIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0Iiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoxLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=440',0,'display_type','',0),(441,2,'2017-02-22 04:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTEzOSIsInBvc3RfaWQiOiI0NDEiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEV4dGVuZGVkIEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0jZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJhbGlhc2VzIjpbImJhc2ljX2V4dGVuZGVkX2FsYnVtIiwibmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImV4dGVuZGVkX2FsYnVtIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsInRlbXBsYXRlIjoiIiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjp0cnVlLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','closed','closed','','','','','2020-06-11 15:29:19','2020-06-11 15:29:19','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTEzOSIsInBvc3RfaWQiOiI0NDEiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEV4dGVuZGVkIEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0jZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJhbGlhc2VzIjpbImJhc2ljX2V4dGVuZGVkX2FsYnVtIiwibmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImV4dGVuZGVkX2FsYnVtIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuMy41IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsInRlbXBsYXRlIjoiIiwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOjAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjp0cnVlLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://www.flowerhousefilms.com/?post_type=display_type&#038;p=441',0,'display_type','',0),(442,2,'2017-02-22 04:36:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_gallery','','draft','closed','closed','','mixin_nextgen_table_extras','','','2017-02-22 04:36:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://www.flowerhousefilms.com/?p=442',0,'ngg_gallery','',0),(443,2,'2017-02-22 04:36:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2017-02-22 04:36:55','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://www.flowerhousefilms.com/?p=443',0,'ngg_pictures','',0),(444,2,'2017-02-22 04:37:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9','Untitled ngg_pictures','','draft','closed','closed','','mixin_nextgen_table_extras','','','2017-02-22 04:37:09','0000-00-00 00:00:00','eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'https://www.flowerhousefilms.com/?p=444',0,'ngg_pictures','',0),(446,2,'2017-02-22 04:44:26','2017-02-22 04:44:26','','InocenteConfusion_Poster chico','','inherit','open','closed','','inocenteconfusion_poster-chico','','','2017-02-22 04:44:26','2017-02-22 04:44:26','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg',0,'attachment','image/jpeg',0),(447,2,'2017-02-22 04:46:15','2017-02-22 04:46:15','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\">\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><img class=\"aligncenter size-medium wp-image-417\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-300x300.png\" alt=\"1\" width=\"300\" height=\"300\"></p>\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2017-02-22 04:46:15','2017-02-22 04:46:15','',377,'https://www.flowerhousefilms.com/2017/02/22/377-revision-v1/',0,'revision','',0),(449,2,'2017-02-22 05:55:09','2017-02-22 05:55:09','<p style=\"text-align: center;\">[spacer height=\"150px\"]<img class=\"wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"Inocente Confusión Logo Blanco (1)\" width=\"620\" height=\"283\"><span class=\"home-sub\">A Little Jig</span>\r\n<a class=\"button primary-button\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"175px\"]</p>\r\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\r\n<img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\">\r\n<h2 style=\"text-align: center;\">who we are</h2>\r\n<p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p>\r\n<img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\">\r\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\r\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p>\r\n<p style=\"text-align: center;\">[spacer height=\"21px\"]</p>\r\n\r\n<h2 style=\"text-align: center;\">contact us</h2>\r\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p>\r\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<span class=\"home-our\">Our Work</span>\r\n<span class=\"home-we\">We&nbsp;tell stories. We empower women.</span>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\r\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\r\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-02-22 05:55:09','2017-02-22 05:55:09','',33,'https://www.flowerhousefilms.com/2017/02/22/33-revision-v1/',0,'revision','',0),(457,2,'2017-06-12 01:41:08','2017-06-12 01:41:08','https://www.flowerhousefilms.com/wp-content/uploads/2016/05/cropped-Flowerhouse_Logos-02.png','cropped-Flowerhouse_Logos-02.png','','inherit','open','closed','','cropped-flowerhouse_logos-02-png','','','2017-06-12 01:41:08','2017-06-12 01:41:08','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/cropped-Flowerhouse_Logos-02.png',0,'attachment','image/png',0),(454,2,'2017-03-15 18:23:04','2017-03-15 18:23:04','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p>&nbsp;<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\">&nbsp;<p>[spacer height=\"20px\"]</p>','News','','inherit','closed','closed','','377-revision-v1','','','2017-03-15 18:23:04','2017-03-15 18:23:04','',377,'https://www.flowerhousefilms.com/2017/03/15/377-revision-v1/',0,'revision','',0),(455,2,'2017-03-15 18:26:18','2017-03-15 18:26:18','<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1>\r\n<p style=\"text-align: center;\">[spacer height=\"260px\"]</p>\r\n<a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\">\r\n</a>\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p>\r\n<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p>\r\n<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\">&nbsp;&nbsp;\r\n\r\n[spacer height=\"20px\"]','News','','inherit','closed','closed','','377-revision-v1','','','2017-03-15 18:26:18','2017-03-15 18:26:18','',377,'https://www.flowerhousefilms.com/2017/03/15/377-revision-v1/',0,'revision','',0),(461,2,'2017-08-04 22:01:04','2017-08-04 22:01:04','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-08-04 22:01:04','2017-08-04 22:01:04','',35,'https://www.flowerhousefilms.com/2017/08/04/35-revision-v1/',0,'revision','',0),(460,2,'2017-08-04 22:01:04','2017-08-04 22:01:04','<div id=\"pl-460\"  class=\"panel-layout\" ><div id=\"pg-460-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-460-0\" data-stretch-type=\"full\" ><div id=\"pgc-460-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-460-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-460-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-460-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-460-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-460-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-460-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-460-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-460-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-460-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-460-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-460-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div><div id=\"pgc-460-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-460-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-460-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div><div id=\"pgc-460-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-460-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-460-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"240px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-08-04 22:01:04','2017-08-04 22:01:04','',35,'https://www.flowerhousefilms.com/2017/08/04/35-revision-v1/',0,'revision','',0),(463,2,'2017-08-04 22:07:00','2017-08-04 22:07:00','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-08-04 22:07:00','2017-08-04 22:07:00','',35,'https://www.flowerhousefilms.com/2017/08/04/35-revision-v1/',0,'revision','',0),(462,2,'2017-08-04 22:07:00','2017-08-04 22:07:00','<div id=\"pl-462\"  class=\"panel-layout\" ><div id=\"pg-462-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-462-0\" data-stretch-type=\"full\" ><div id=\"pgc-462-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-462-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-462-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-462-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-462-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-462-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-462-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-462-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-462-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-462-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-462-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-462-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-462-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-462-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-462-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-462-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-462-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-462-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-08-04 22:07:00','2017-08-04 22:07:00','',35,'https://www.flowerhousefilms.com/2017/08/04/35-revision-v1/',0,'revision','',0),(465,2,'2017-09-04 03:07:03','2017-09-04 03:07:03','','festivalMy Love','','inherit','open','closed','','festivalmy-love','','','2017-09-04 03:07:03','2017-09-04 03:07:03','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png',0,'attachment','image/png',0),(467,2,'2017-09-04 03:08:03','2017-09-04 03:08:03','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:08:03','2017-09-04 03:08:03','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(466,2,'2017-09-04 03:08:03','2017-09-04 03:08:03','<div id=\"pl-466\"  class=\"panel-layout\" ><div id=\"pg-466-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-466-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-466-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-466-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-466-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-466-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-466-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-466-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-466-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-466-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-466-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-466-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-466-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-466-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-466-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-466-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-466-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-466-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-466-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-466-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:08:03','2017-09-04 03:08:03','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(469,2,'2017-09-04 03:11:53','2017-09-04 03:11:53','<div id=\"pl-469\"  class=\"panel-layout\" ><div id=\"pg-469-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-469-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-469-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-468\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-1-e1504494698511.jpg\" alt=\"\" width=\"2061\" height=\"1385\"></p></div></div></div></div><div id=\"pg-469-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-1\" data-stretch-type=\"full\" ><div id=\"pgc-469-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-469-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-469-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-469-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-469-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-469-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-3\" data-stretch-type=\"full\" ><div id=\"pgc-469-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-469-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-469-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-469-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-469-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-469-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-5\" data-stretch-type=\"full\" ><div id=\"pgc-469-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-469-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-469-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-469-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-469-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-469-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-7\" data-stretch-type=\"full\" ><div id=\"pgc-469-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-469-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p></div></div></div></div></div><div id=\"pg-469-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-469-8\" ><div id=\"pgc-469-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-469-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-469-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-9\" data-stretch-type=\"full\" ><div id=\"pgc-469-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-469-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-469-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-10\" data-stretch-type=\"full\" ><div id=\"pgc-469-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-469-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-469-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-11\" data-stretch-type=\"full\" ><div id=\"pgc-469-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-469-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p></div></div></div></div></div><div id=\"pg-469-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-12\" data-stretch-type=\"full\" ><div id=\"pgc-469-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-469-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-469-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-13\" data-stretch-type=\"full\" ><div id=\"pgc-469-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-469-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-469-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-14\" data-stretch-type=\"full\" ><div id=\"pgc-469-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-469-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-469-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-15\" data-stretch-type=\"full\" ><div id=\"pgc-469-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-469-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-469-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-16\" data-stretch-type=\"full\" ><div id=\"pgc-469-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p></div></div></div><div id=\"pgc-469-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-469-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-469-17\" data-stretch-type=\"full\" ><div id=\"pgc-469-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-469-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-469-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-04 03:11:53','2017-09-04 03:11:53','',39,'https://www.flowerhousefilms.com/2017/09/04/39-revision-v1/',0,'revision','',0),(470,2,'2017-09-04 03:11:53','2017-09-04 03:11:53','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-468\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-1-e1504494698511.jpg\" alt=\"\" width=\"2061\" height=\"1385\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-04 03:11:53','2017-09-04 03:11:53','',39,'https://www.flowerhousefilms.com/2017/09/04/39-revision-v1/',0,'revision','',0),(471,2,'2017-09-04 03:13:31','2017-09-04 03:13:31','','Sofia Ruiz 4','','inherit','open','closed','','sofia-ruiz-4','','','2017-09-04 03:13:31','2017-09-04 03:13:31','',39,'https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4.jpg',0,'attachment','image/jpeg',0),(473,2,'2017-09-04 03:15:08','2017-09-04 03:15:08','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-04 03:15:08','2017-09-04 03:15:08','',39,'https://www.flowerhousefilms.com/2017/09/04/39-revision-v1/',0,'revision','',0),(472,2,'2017-09-04 03:15:07','2017-09-04 03:15:07','<div id=\"pl-472\"  class=\"panel-layout\" ><div id=\"pg-472-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-472-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\">Sofia Ruiz</a></span>\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-472-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-472-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-1\" data-stretch-type=\"full\" ><div id=\"pgc-472-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-472-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\">Pepe Valdivieso</a><br /> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-472-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-472-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\">Ana Rosa Dávila</a></span><br /> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has participated in multiple plays as an actor and worked on various others as assistant director. Ana has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-472-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-472-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-3\" data-stretch-type=\"full\" ><div id=\"pgc-472-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-472-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo</span><br /> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-472-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-472-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\">Carlos Alfaro</a></span><br /> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-472-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-472-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-5\" data-stretch-type=\"full\" ><div id=\"pgc-472-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-472-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\">Cynthia Torash</a></span><br /> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-472-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-472-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\">Joselyn Paulette Medina</a></span><br /> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-472-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-472-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-7\" data-stretch-type=\"full\" ><div id=\"pgc-472-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-472-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson</span>\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.  </p></div></div></div></div></div><div id=\"pg-472-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-472-8\" ><div id=\"pgc-472-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\">Sara Cortijo</a></span><br /> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-472-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-472-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-9\" data-stretch-type=\"full\" ><div id=\"pgc-472-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-472-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\">Victor Audiffred</a></span><br /> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary, <em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-472-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-10\" data-stretch-type=\"full\" ><div id=\"pgc-472-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\">Iliana Donatlán</a></span><br /> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-472-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-472-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-11\" data-stretch-type=\"full\" ><div id=\"pgc-472-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-472-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña</span>\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes. </p></div></div></div></div></div><div id=\"pg-472-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-12\" data-stretch-type=\"full\" ><div id=\"pgc-472-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\"</span><br /> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-472-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-472-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-13\" data-stretch-type=\"full\" ><div id=\"pgc-472-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-472-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo</span><br /> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-472-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-14\" data-stretch-type=\"full\" ><div id=\"pgc-472-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\">Adalberto Trujeque</span></a>\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-472-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-472-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-15\" data-stretch-type=\"full\" ><div id=\"pgc-472-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-472-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\">Javier Quesada</a></span>\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-472-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-16\" data-stretch-type=\"full\" ><div id=\"pgc-472-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\">Gerardo Audiffred</a></span><br /> is an animator and illustrator.</p></div></div></div><div id=\"pgc-472-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-472-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-472-17\" data-stretch-type=\"full\" ><div id=\"pgc-472-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-472-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-472-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-04 03:15:07','2017-09-04 03:15:07','',39,'https://www.flowerhousefilms.com/2017/09/04/39-revision-v1/',0,'revision','',0),(475,2,'2017-09-04 03:16:46','2017-09-04 03:16:46','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\" data-wplink-url-error=\"true\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:16:46','2017-09-04 03:16:46','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(474,2,'2017-09-04 03:16:46','2017-09-04 03:16:46','<div id=\"pl-474\"  class=\"panel-layout\" ><div id=\"pg-474-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-474-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-474-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-474-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-474-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-474-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-474-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\" data-wplink-url-error=\"true\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-474-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-474-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-474-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-474-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-474-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-474-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-474-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-474-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-474-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-474-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-474-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-474-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-474-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:16:46','2017-09-04 03:16:46','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(477,2,'2017-09-04 03:17:52','2017-09-04 03:17:52','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:17:52','2017-09-04 03:17:52','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(476,2,'2017-09-04 03:17:52','2017-09-04 03:17:52','<div id=\"pl-476\"  class=\"panel-layout\" ><div id=\"pg-476-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-476-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-476-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-476-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-476-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-476-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-476-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-476-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-476-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-476-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-476-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-476-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-476-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-476-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-476-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-476-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-476-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-476-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-476-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-476-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-04 03:17:52','2017-09-04 03:17:52','',377,'https://www.flowerhousefilms.com/2017/09/04/377-revision-v1/',0,'revision','',0),(479,2,'2017-09-04 03:21:36','2017-09-04 03:21:36','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:21:36','2017-09-04 03:21:36','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(478,2,'2017-09-04 03:21:36','2017-09-04 03:21:36','<div id=\"pl-478\"  class=\"panel-layout\" ><div id=\"pg-478-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-478-0\" data-stretch-type=\"full\" ><div id=\"pgc-478-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-478-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-478-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-478-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-478-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-478-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-478-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-478-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-478-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-478-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-478-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-478-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-478-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"21px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-478-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-478-3\" data-stretch-type=\"full\" ><div id=\"pgc-478-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-478-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-478-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-478-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:21:36','2017-09-04 03:21:36','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(481,2,'2017-09-04 03:41:58','2017-09-04 03:41:58','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:41:58','2017-09-04 03:41:58','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(480,2,'2017-09-04 03:41:58','2017-09-04 03:41:58','<div id=\"pl-480\"  class=\"panel-layout\" ><div id=\"pg-480-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-480-0\" data-stretch-type=\"full\" ><div id=\"pgc-480-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-480-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-480-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-480-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-480-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-480-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-480-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-480-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-480-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-480-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-480-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-480-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-480-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-480-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-480-3\" data-stretch-type=\"full\" ><div id=\"pgc-480-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-480-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-480-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-480-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:41:58','2017-09-04 03:41:58','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(483,2,'2017-09-04 03:55:09','2017-09-04 03:55:09','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:55:09','2017-09-04 03:55:09','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(482,2,'2017-09-04 03:55:09','2017-09-04 03:55:09','<div id=\"pl-482\"  class=\"panel-layout\" ><div id=\"pg-482-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-482-0\" data-stretch-type=\"full\" ><div id=\"pgc-482-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-482-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-482-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-482-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-482-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-482-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-482-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-482-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-482-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-482-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-482-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-482-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-482-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"20px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-482-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-482-3\" data-stretch-type=\"full\" ><div id=\"pgc-482-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-482-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-482-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-482-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:55:09','2017-09-04 03:55:09','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(485,2,'2017-09-04 03:56:17','2017-09-04 03:56:17','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"15px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:56:17','2017-09-04 03:56:17','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(484,2,'2017-09-04 03:56:17','2017-09-04 03:56:17','<div id=\"pl-484\"  class=\"panel-layout\" ><div id=\"pg-484-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-484-0\" data-stretch-type=\"full\" ><div id=\"pgc-484-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-484-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-484-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-484-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-484-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-484-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-484-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-484-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-484-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-484-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-484-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-484-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-484-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"15px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-484-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-484-3\" data-stretch-type=\"full\" ><div id=\"pgc-484-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-484-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-484-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-484-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:56:17','2017-09-04 03:56:17','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(487,2,'2017-09-04 03:58:02','2017-09-04 03:58:02','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:58:02','2017-09-04 03:58:02','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(486,2,'2017-09-04 03:58:02','2017-09-04 03:58:02','<div id=\"pl-486\"  class=\"panel-layout\" ><div id=\"pg-486-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-486-0\" data-stretch-type=\"full\" ><div id=\"pgc-486-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-486-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div></div></div></div></div><div id=\"pg-486-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-486-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-486-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div></div></div></div><div id=\"pg-486-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-486-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-486-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-486-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div></div></div><div id=\"pgc-486-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-486-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div></div></div><div id=\"pgc-486-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-486-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div></div></div></div></div><div id=\"pg-486-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-486-3\" data-stretch-type=\"full\" ><div id=\"pgc-486-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-486-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"home-our\">Our Work</span><br /> <span class=\"home-we\">We tell stories. We empower women.</span></p></div></div></div><div id=\"pgc-486-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-486-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2017-09-04 03:58:02','2017-09-04 03:58:02','',33,'https://www.flowerhousefilms.com/2017/09/04/33-revision-v1/',0,'revision','',0),(489,2,'2017-09-08 02:46:55','2017-09-08 02:46:55','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:46:55','2017-09-08 02:46:55','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(488,2,'2017-09-08 02:46:55','2017-09-08 02:46:55','<div id=\"pl-488\"  class=\"panel-layout\" ><div id=\"pg-488-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-488-0\" data-stretch-type=\"full\" ><div id=\"pgc-488-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-488-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-488-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-488-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-488-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-488-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-488-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-488-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-488-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-488-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-488-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-488-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-488-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-488-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-488-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-488-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-488-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-488-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:46:55','2017-09-08 02:46:55','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(491,2,'2017-09-08 02:47:31','2017-09-08 02:47:31','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"260px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:47:31','2017-09-08 02:47:31','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(490,2,'2017-09-08 02:47:31','2017-09-08 02:47:31','<div id=\"pl-490\"  class=\"panel-layout\" ><div id=\"pg-490-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-490-0\" data-stretch-type=\"full\" ><div id=\"pgc-490-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-490-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-490-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-490-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-490-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-490-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-490-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-490-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-490-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-490-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-490-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-490-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"260px\"]</p></div></div></div></div><div id=\"pgc-490-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-490-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-490-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-490-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-490-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-490-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:47:31','2017-09-08 02:47:31','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(493,2,'2017-09-08 02:48:17','2017-09-08 02:48:17','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:48:17','2017-09-08 02:48:17','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(492,2,'2017-09-08 02:48:17','2017-09-08 02:48:17','<div id=\"pl-492\"  class=\"panel-layout\" ><div id=\"pg-492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-492-0\" data-stretch-type=\"full\" ><div id=\"pgc-492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-492-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-492-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-492-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-492-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-492-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-492-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-492-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-492-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-492-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:48:17','2017-09-08 02:48:17','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(495,2,'2017-09-08 02:50:04','2017-09-08 02:50:04','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;-30px -30px -30px -30px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-30px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:50:04','2017-09-08 02:50:04','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(494,2,'2017-09-08 02:50:04','2017-09-08 02:50:04','<div id=\"pl-494\"  class=\"panel-layout\" ><div id=\"pg-494-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-494-0\" data-stretch-type=\"full\" ><div id=\"pgc-494-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-494-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-494-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-494-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-494-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-494-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-494-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-494-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;-30px -30px -30px -30px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-30px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-494-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-494-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-494-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-494-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-494-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-494-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-494-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-494-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-494-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-494-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:50:04','2017-09-08 02:50:04','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(497,2,'2017-09-08 02:50:37','2017-09-08 02:50:37','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:50:37','2017-09-08 02:50:37','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(496,2,'2017-09-08 02:50:37','2017-09-08 02:50:37','<div id=\"pl-496\"  class=\"panel-layout\" ><div id=\"pg-496-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-496-0\" data-stretch-type=\"full\" ><div id=\"pgc-496-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-496-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br /> Eva is haunted by the image of her sex-ed teacher from high school.</span></p></div></div></div></div></div><div id=\"pg-496-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-496-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-496-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-496-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div></div></div><div id=\"pgc-496-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-496-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-496-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-496-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-496-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-496-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-496-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-496-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-496-2-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div><div id=\"pgc-496-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-496-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-496-2-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"230px\"]</p></div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2017-09-08 02:50:37','2017-09-08 02:50:37','',35,'https://www.flowerhousefilms.com/2017/09/08/35-revision-v1/',0,'revision','',0),(499,2,'2017-09-08 02:58:19','2017-09-08 02:58:19','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;(Writer, Producer, Cast)</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 02:58:19','2017-09-08 02:58:19','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(498,2,'2017-09-08 02:58:18','2017-09-08 02:58:18','<div id=\"pl-498\"  class=\"panel-layout\" ><div id=\"pg-498-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-498-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;(Writer, Producer, Cast)</span><br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-498-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-498-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-1\" data-stretch-type=\"full\" ><div id=\"pgc-498-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-498-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-498-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-498-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-498-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-498-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-3\" data-stretch-type=\"full\" ><div id=\"pgc-498-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-498-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-498-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-498-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-498-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-498-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-5\" data-stretch-type=\"full\" ><div id=\"pgc-498-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-498-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-498-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-498-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-498-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-498-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-7\" data-stretch-type=\"full\" ><div id=\"pgc-498-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-498-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-498-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-498-8\" ><div id=\"pgc-498-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-498-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-498-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-9\" data-stretch-type=\"full\" ><div id=\"pgc-498-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-498-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-498-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-10\" data-stretch-type=\"full\" ><div id=\"pgc-498-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-498-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-498-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-11\" data-stretch-type=\"full\" ><div id=\"pgc-498-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-498-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-498-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-12\" data-stretch-type=\"full\" ><div id=\"pgc-498-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-498-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-498-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-13\" data-stretch-type=\"full\" ><div id=\"pgc-498-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-498-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-498-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-14\" data-stretch-type=\"full\" ><div id=\"pgc-498-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-498-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-498-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-15\" data-stretch-type=\"full\" ><div id=\"pgc-498-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-498-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-498-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-16\" data-stretch-type=\"full\" ><div id=\"pgc-498-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p></div></div></div><div id=\"pgc-498-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-498-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-498-17\" data-stretch-type=\"full\" ><div id=\"pgc-498-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-498-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-498-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 02:58:18','2017-09-08 02:58:18','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(501,2,'2017-09-08 03:00:10','2017-09-08 03:00:10','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:00:10','2017-09-08 03:00:10','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(500,2,'2017-09-08 03:00:09','2017-09-08 03:00:09','<div id=\"pl-500\"  class=\"panel-layout\" ><div id=\"pg-500-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-500-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-500-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-500-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-1\" data-stretch-type=\"full\" ><div id=\"pgc-500-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-500-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a> (Cast, Singer)<br> </span><span class=\"s1\">is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</span></p></div></div></div></div></div><div id=\"pg-500-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-500-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;(Cast, Art Department)</span><br> graduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-500-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-500-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-3\" data-stretch-type=\"full\" ><div id=\"pgc-500-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-500-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo (Cast)</span><br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-500-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-500-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a> (Cast)</span><br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-500-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-500-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-5\" data-stretch-type=\"full\" ><div id=\"pgc-500-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-500-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> (Cast)</span><br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-500-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-500-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> (Cast)</span><br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-500-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-500-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-7\" data-stretch-type=\"full\" ><div id=\"pgc-500-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-500-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson (Cast)</span><br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-500-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-500-8\" ><div id=\"pgc-500-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;(Director)</span><br> studied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-500-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-500-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-9\" data-stretch-type=\"full\" ><div id=\"pgc-500-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-500-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;(Director of Photography)</span><br> studied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-500-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-10\" data-stretch-type=\"full\" ><div id=\"pgc-500-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;(Production Assistant)</span><br> started showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-500-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-500-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-11\" data-stretch-type=\"full\" ><div id=\"pgc-500-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-500-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña (Sound Mixer)</span><br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-500-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-12\" data-stretch-type=\"full\" ><div id=\"pgc-500-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" (Assistant Camera, Gaffer)</span><br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-500-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-500-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-13\" data-stretch-type=\"full\" ><div id=\"pgc-500-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-500-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo (Hair &amp; Makeup)</span><br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-500-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-14\" data-stretch-type=\"full\" ><div id=\"pgc-500-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;(Color Correction)</span><br> studied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-500-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-500-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-15\" data-stretch-type=\"full\" ><div id=\"pgc-500-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-500-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;(Sound Design)</span><br> is a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-500-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-16\" data-stretch-type=\"full\" ><div id=\"pgc-500-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;(Illustrator)</span><br> is an animator and illustrator.</p></div></div></div><div id=\"pgc-500-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-500-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-500-17\" data-stretch-type=\"full\" ><div id=\"pgc-500-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-500-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-500-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:00:10','2017-09-08 03:00:10','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(508,2,'2017-09-08 03:11:41','2017-09-08 03:11:41','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso &nbsp;</a></span> (Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro </a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash </a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina </a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez </span> (Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:11:41','2017-09-08 03:11:41','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(504,2,'2017-09-08 03:06:52','2017-09-08 03:06:52','<div id=\"pl-504\"  class=\"panel-layout\" ><div id=\"pg-504-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-504-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-504-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-504-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-1\" data-stretch-type=\"full\" ><div id=\"pgc-504-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-504-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-504-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-504-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-504-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-504-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-3\" data-stretch-type=\"full\" ><div id=\"pgc-504-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-504-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-504-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-504-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-504-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-504-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-5\" data-stretch-type=\"full\" ><div id=\"pgc-504-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-504-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-504-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-504-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-504-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-504-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-7\" data-stretch-type=\"full\" ><div id=\"pgc-504-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-504-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-504-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-504-8\" ><div id=\"pgc-504-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-504-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-504-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-9\" data-stretch-type=\"full\" ><div id=\"pgc-504-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-504-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-504-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-10\" data-stretch-type=\"full\" ><div id=\"pgc-504-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-504-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-504-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-11\" data-stretch-type=\"full\" ><div id=\"pgc-504-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-504-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-504-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-12\" data-stretch-type=\"full\" ><div id=\"pgc-504-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span> (Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-504-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-504-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-13\" data-stretch-type=\"full\" ><div id=\"pgc-504-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-504-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-504-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-14\" data-stretch-type=\"full\" ><div id=\"pgc-504-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-504-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-504-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-15\" data-stretch-type=\"full\" ><div id=\"pgc-504-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-504-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-504-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-16\" data-stretch-type=\"full\" ><div id=\"pgc-504-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-504-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-504-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-504-17\" data-stretch-type=\"full\" ><div id=\"pgc-504-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-504-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-504-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:06:52','2017-09-08 03:06:52','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(503,2,'2017-09-08 03:04:33','2017-09-08 03:04:33','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span>(Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span>(Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span>(Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span>(Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span>(Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span>(Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:04:33','2017-09-08 03:04:33','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (502,2,'2017-09-08 03:04:33','2017-09-08 03:04:33','<div id=\"pl-502\"  class=\"panel-layout\" ><div id=\"pg-502-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-502-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)<br> is an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</p></div></div></div><div id=\"pgc-502-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-502-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-1\" data-stretch-type=\"full\" ><div id=\"pgc-502-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-502-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-502-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-502-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span>(Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-502-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-502-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-3\" data-stretch-type=\"full\" ><div id=\"pgc-502-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-502-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-502-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-502-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-502-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-502-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-5\" data-stretch-type=\"full\" ><div id=\"pgc-502-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-502-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span>(Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-502-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-502-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span>(Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-502-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-502-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-7\" data-stretch-type=\"full\" ><div id=\"pgc-502-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-502-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span>(Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-502-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-502-8\" ><div id=\"pgc-502-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-502-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-502-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-9\" data-stretch-type=\"full\" ><div id=\"pgc-502-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-502-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-502-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-10\" data-stretch-type=\"full\" ><div id=\"pgc-502-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-502-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-502-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-11\" data-stretch-type=\"full\" ><div id=\"pgc-502-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-502-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span>(Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-502-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-12\" data-stretch-type=\"full\" ><div id=\"pgc-502-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span>(Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-502-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-502-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-13\" data-stretch-type=\"full\" ><div id=\"pgc-502-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-502-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-502-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-14\" data-stretch-type=\"full\" ><div id=\"pgc-502-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-502-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-502-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-15\" data-stretch-type=\"full\" ><div id=\"pgc-502-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-502-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-502-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-16\" data-stretch-type=\"full\" ><div id=\"pgc-502-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-502-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-502-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-502-17\" data-stretch-type=\"full\" ><div id=\"pgc-502-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-502-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-502-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:04:33','2017-09-08 03:04:33','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(506,2,'2017-09-08 03:10:38','2017-09-08 03:10:38','<div id=\"pl-506\"  class=\"panel-layout\" ><div id=\"pg-506-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-506-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-506-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-506-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-1\" data-stretch-type=\"full\" ><div id=\"pgc-506-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-506-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso </a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-506-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-506-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-506-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-506-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-3\" data-stretch-type=\"full\" ><div id=\"pgc-506-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-506-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-506-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-506-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro </a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-506-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-506-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-5\" data-stretch-type=\"full\" ><div id=\"pgc-506-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-506-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash </a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-506-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-506-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina </a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-506-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-506-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-7\" data-stretch-type=\"full\" ><div id=\"pgc-506-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-506-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-506-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-506-8\" ><div id=\"pgc-506-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-506-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-506-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-9\" data-stretch-type=\"full\" ><div id=\"pgc-506-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-506-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-506-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-10\" data-stretch-type=\"full\" ><div id=\"pgc-506-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-506-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-506-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-11\" data-stretch-type=\"full\" ><div id=\"pgc-506-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-506-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-506-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-12\" data-stretch-type=\"full\" ><div id=\"pgc-506-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez </span> (Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-506-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-506-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-13\" data-stretch-type=\"full\" ><div id=\"pgc-506-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-506-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-506-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-14\" data-stretch-type=\"full\" ><div id=\"pgc-506-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-506-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-506-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-15\" data-stretch-type=\"full\" ><div id=\"pgc-506-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-506-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-506-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-16\" data-stretch-type=\"full\" ><div id=\"pgc-506-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-506-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-506-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-506-17\" data-stretch-type=\"full\" ><div id=\"pgc-506-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-506-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-506-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:10:38','2017-09-08 03:10:38','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(505,2,'2017-09-08 03:06:52','2017-09-08 03:06:52','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso</a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro</a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash</a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina</a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez \"Mac\" </span> (Assistant Camera, Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:06:52','2017-09-08 03:06:52','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(507,2,'2017-09-08 03:10:38','2017-09-08 03:10:38','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso </a></span> (Cast, Singer)\nis a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo </span> (Cast)\nwas born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro </a></span> (Cast)\nstudied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash </a> </span> (Cast)\nwith studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina </a> </span> (Cast)\ngraduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson </span> (Cast)\nis a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña </span> (Sound Mixer)\nwas born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez </span> (Gaffer)\nhas worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo </span> (Hair &amp; Makeup)\n<span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:10:38','2017-09-08 03:10:38','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(510,2,'2017-09-08 03:14:08','2017-09-08 03:14:08','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a>&nbsp;</span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;&nbsp;</span> (Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a>&nbsp;</span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a>&nbsp;</span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a>&nbsp;</span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;&nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;&nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;&nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;&nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:14:08','2017-09-08 03:14:08','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(509,2,'2017-09-08 03:14:08','2017-09-08 03:14:08','<div id=\"pl-509\"  class=\"panel-layout\" ><div id=\"pg-509-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-509-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-509-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-509-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-1\" data-stretch-type=\"full\" ><div id=\"pgc-509-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-509-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a>&nbsp;</span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-509-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-509-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-509-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-509-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-3\" data-stretch-type=\"full\" ><div id=\"pgc-509-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-509-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;&nbsp;</span> (Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-509-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-509-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a>&nbsp;</span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-509-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-509-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-5\" data-stretch-type=\"full\" ><div id=\"pgc-509-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-509-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a>&nbsp;</span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-509-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-509-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a>&nbsp;</span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-509-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-509-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-7\" data-stretch-type=\"full\" ><div id=\"pgc-509-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-509-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;&nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-509-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-509-8\" ><div id=\"pgc-509-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-509-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-509-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-9\" data-stretch-type=\"full\" ><div id=\"pgc-509-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-509-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-509-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-10\" data-stretch-type=\"full\" ><div id=\"pgc-509-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-509-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-509-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-11\" data-stretch-type=\"full\" ><div id=\"pgc-509-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-509-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;&nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-509-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-12\" data-stretch-type=\"full\" ><div id=\"pgc-509-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;&nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-509-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-509-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-13\" data-stretch-type=\"full\" ><div id=\"pgc-509-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-509-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;&nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-509-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-14\" data-stretch-type=\"full\" ><div id=\"pgc-509-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-509-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-509-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-15\" data-stretch-type=\"full\" ><div id=\"pgc-509-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-509-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-509-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-16\" data-stretch-type=\"full\" ><div id=\"pgc-509-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-509-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-509-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-509-17\" data-stretch-type=\"full\" ><div id=\"pgc-509-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-509-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-509-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:14:08','2017-09-08 03:14:08','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(512,2,'2017-09-08 03:16:39','2017-09-08 03:16:39','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:16:39','2017-09-08 03:16:39','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(511,2,'2017-09-08 03:16:39','2017-09-08 03:16:39','<div id=\"pl-511\"  class=\"panel-layout\" ><div id=\"pg-511-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-511-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-511-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-511-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-1\" data-stretch-type=\"full\" ><div id=\"pgc-511-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-511-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-511-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-511-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-511-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-511-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-3\" data-stretch-type=\"full\" ><div id=\"pgc-511-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-511-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-511-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-511-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-511-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-511-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-5\" data-stretch-type=\"full\" ><div id=\"pgc-511-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-511-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-511-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-511-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-511-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-511-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-7\" data-stretch-type=\"full\" ><div id=\"pgc-511-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-511-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-511-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-511-8\" ><div id=\"pgc-511-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-511-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-511-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-9\" data-stretch-type=\"full\" ><div id=\"pgc-511-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-511-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-511-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-10\" data-stretch-type=\"full\" ><div id=\"pgc-511-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-511-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-511-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-11\" data-stretch-type=\"full\" ><div id=\"pgc-511-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-511-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-511-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-12\" data-stretch-type=\"full\" ><div id=\"pgc-511-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-511-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-511-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-13\" data-stretch-type=\"full\" ><div id=\"pgc-511-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-511-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-511-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-14\" data-stretch-type=\"full\" ><div id=\"pgc-511-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-511-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-511-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-15\" data-stretch-type=\"full\" ><div id=\"pgc-511-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-511-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-511-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-16\" data-stretch-type=\"full\" ><div id=\"pgc-511-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-511-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-511-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-511-17\" data-stretch-type=\"full\" ><div id=\"pgc-511-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-511-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-511-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2017-09-08 03:16:39','2017-09-08 03:16:39','',39,'https://www.flowerhousefilms.com/2017/09/08/39-revision-v1/',0,'revision','',0),(513,2,'2017-09-08 03:17:51','2017-09-08 03:17:51','','GRFFF Instagram','','inherit','open','closed','','grfff-instagram','','','2017-09-08 03:17:51','2017-09-08 03:17:51','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png',0,'attachment','image/png',0),(515,2,'2017-09-08 03:18:40','2017-09-08 03:18:40','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-08 03:18:40','2017-09-08 03:18:40','',377,'https://www.flowerhousefilms.com/2017/09/08/377-revision-v1/',0,'revision','',0),(514,2,'2017-09-08 03:18:40','2017-09-08 03:18:40','<div id=\"pl-514\"  class=\"panel-layout\" ><div id=\"pg-514-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-514-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-514-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-514-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-514-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-514-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-514-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-514-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-514-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-514-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-514-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-514-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-514-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-514-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-514-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-514-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-08 03:18:40','2017-09-08 03:18:40','',377,'https://www.flowerhousefilms.com/2017/09/08/377-revision-v1/',0,'revision','',0),(517,2,'2017-09-08 03:23:47','2017-09-08 03:23:47','','Curtas do acaso schedule','','inherit','open','closed','','curtas-do-acaso-schedule','','','2017-09-08 03:23:47','2017-09-08 03:23:47','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png',0,'attachment','image/png',0),(519,2,'2017-09-08 03:24:39','2017-09-08 03:24:39','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-08 03:24:39','2017-09-08 03:24:39','',377,'https://www.flowerhousefilms.com/2017/09/08/377-revision-v1/',0,'revision','',0),(518,2,'2017-09-08 03:24:39','2017-09-08 03:24:39','<div id=\"pl-518\"  class=\"panel-layout\" ><div id=\"pg-518-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-518-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-518-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-518-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-518-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-518-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-518-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-518-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-518-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-518-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-518-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-518-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-518-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-518-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-518-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-518-3-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ></div><div id=\"pgc-518-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-518-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-518-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-518-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-09-08 03:24:39','2017-09-08 03:24:39','',377,'https://www.flowerhousefilms.com/2017/09/08/377-revision-v1/',0,'revision','',0),(520,2,'2017-09-08 20:02:36','2017-09-08 20:02:36','<div id=\"pl-520\"  class=\"panel-layout\" ><div id=\"pg-520-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-520-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-520-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-520-0-0-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-google-map so-widget-sow-google-map-base\">\n<div class=\"sow-google-map-canvas\"\n     style=\"height:200px;\"\n     id=\"map-canvas-14343547e1231af10aa4194557ca3826\"\n     data-options=\"{&quot;address&quot;:&quot;Mexico City, Mexico&quot;,&quot;zoom&quot;:12,&quot;scrollZoom&quot;:false,&quot;draggable&quot;:true,&quot;disableUi&quot;:false,&quot;keepCentered&quot;:false,&quot;markerIcon&quot;:&quot;&quot;,&quot;markersDraggable&quot;:false,&quot;markerAtCenter&quot;:true,&quot;markerInfoDisplay&quot;:&quot;click&quot;,&quot;markerInfoMultiple&quot;:true,&quot;markerPositions&quot;:&quot;&quot;,&quot;mapName&quot;:&quot;&quot;,&quot;mapStyles&quot;:&quot;&quot;,&quot;directions&quot;:&quot;&quot;,&quot;apiKey&quot;:&quot;&quot;}\"\n     data-fallback-image=\"{&quot;img&quot;:&quot;&quot;}\"></div>\n</div></div></div></div></div><div id=\"pg-520-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-520-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-520-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p></div></div><div id=\"panel-520-1-0-1\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-520-1-0-1\" ><div class=\"textwidget\"><p>[spacer height=\"350px\"]</p></div></div></div></div><div id=\"pgc-520-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-520-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2017-09-08 20:02:36','2017-09-08 20:02:36','',41,'https://www.flowerhousefilms.com/2017/09/08/41-revision-v1/',0,'revision','',0),(521,2,'2017-09-08 20:02:36','2017-09-08 20:02:36','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-google-map panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-google-map so-widget-sow-google-map-base\">\n<div class=\"sow-google-map-canvas\"\n     style=\"height:200px;\"\n     id=\"map-canvas-14343547e1231af10aa4194557ca3826\"\n     data-options=\"{&quot;address&quot;:&quot;Mexico City, Mexico&quot;,&quot;zoom&quot;:12,&quot;scrollZoom&quot;:false,&quot;draggable&quot;:true,&quot;disableUi&quot;:false,&quot;keepCentered&quot;:false,&quot;markerIcon&quot;:&quot;&quot;,&quot;markersDraggable&quot;:false,&quot;markerAtCenter&quot;:true,&quot;markerInfoDisplay&quot;:&quot;click&quot;,&quot;markerInfoMultiple&quot;:true,&quot;markerPositions&quot;:&quot;&quot;,&quot;mapName&quot;:&quot;&quot;,&quot;mapStyles&quot;:&quot;&quot;,&quot;directions&quot;:&quot;&quot;,&quot;apiKey&quot;:&quot;&quot;}\"\n     data-fallback-image=\"{&quot;img&quot;:&quot;&quot;}\"></div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><strong>Email:</strong> admin@inocenteconfusion.com<br /><strong>Address:</strong> Mexico City, Mexico </p><p>[spacer height=\"10px\"]</p><hr /><p> </p></div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"textwidget\"><p>[spacer height=\"350px\"]</p></div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2017-09-08 20:02:36','2017-09-08 20:02:36','',41,'https://www.flowerhousefilms.com/2017/09/08/41-revision-v1/',0,'revision','',0),(2677,2,'2021-06-24 17:23:17','2021-06-24 17:23:17','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:23:17','2021-06-24 17:23:17','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2676,2,'2021-06-24 17:23:17','2021-06-24 17:23:17','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267610002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:23:17','2021-06-24 17:23:17','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9887,0,'2024-05-07 09:49:58','2024-05-07 09:49:58','Renel Segura \nExciting News: New Government Stimulus for Self-Employed 1099 Individuals Inside!\n\nIntroducing a streamlined process for claiming your Self-Employed Tax Credits (SETC)\r\n\r\nThe easiest, fastest, and most secure way to access your entitled benefits.\r\n\r\nHere\'s what you need to know:\r\n\r\nUp to $32,220 per self-employed individual available\r\n\r\nApply for quarters Q2 (2020) through Q3 (2021)\r\n\r\nRetroactive claims allowed for a limited time\r\n\r\nDon\'t miss out on this new opportunity to receive reimbursement for COVID-related issues that kept you from working.\r\n\r\nTake our pre-qualification survey now to get started on unlocking your tax credits!\r\n\r\nApply today before government stimulus funds run out.\r\n\r\napply-for-setc.com\r\n\r\nBest regards,\r\n\r\nRene Segura\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you for your interest in our communications. \r\nWe understand that everyone\'s preferences are different\r\nand we respect your decision to opt out of our messages.\r\nI may receive a commission if you apply and qualify.\r\nRene Segura 836 Southampton Road Step B# 146 Benicia Ca 94510\r\n\r\nYou can unsubscribe from our promotional offers with the link below.\r\nhttps://www.rewardocity.com/?info=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Exciting News: New Government Stimulus for Self-Employed 1099 Individuals Inside!\"','','private','closed','closed','','flowerhouse-films-exciting-news-new-government-stimulus-for-self-employed-1099-individuals-inside','','','2024-05-07 09:49:58','2024-05-07 09:49:58','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9887',0,'postman_sent_mail','',0),(2673,2,'2021-06-24 17:19:35','2021-06-24 17:19:35','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267310002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:19:36','2021-06-24 17:19:36','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2675,2,'2021-07-11 01:48:21','2021-07-11 01:48:21','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267510002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267510003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-autosave-v1','','','2021-07-11 01:48:21','2021-07-11 01:48:21','',2661,'https://www.flowerhousefilms.com/2661-autosave-v1/',0,'revision','',0),(9699,0,'2024-03-22 02:53:44','2024-03-22 02:53:44','Ed Frez \nElevate Your Online Game with Expert Web Design\n\nHello,\r\n\r\nLooking to boost your internet presence? Our Web Design service provides cutting-edge solutions that will help you stand out in the digital arena. Let\'s work together to improve your online performance.\r\n\r\nWarm regards,\n\nEd Frez - Web Design Specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Elevate Your Online Game with Expert Web Design\"','','private','closed','closed','','flowerhouse-films-elevate-your-online-game-with-expert-web-design','','','2024-03-22 02:53:44','2024-03-22 02:53:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9699',0,'postman_sent_mail','',0),(9700,0,'2024-03-22 05:49:12','2024-03-22 05:49:12','James Watts \nWebsite Admin or Business Owner, Only\n\nThis has NOTHING to do with:\r\n\r\n- SEO\r\n\r\n- Website Audits\r\n\r\n- Bitcoin\r\n\r\n- The Latest Weight Loss Fad\r\n\r\n- Or How Slow Your Website is Running :-)\r\n\r\nThis has EVERYTHING to do with YOU.\r\n\r\nThe hard-working, and sometimes stressed out, Website Admin or Business Owner.\r\n\r\nWith the Big Man in the White House experiencing his own “Senior Moments”, YOU need to take steps to prevent this from happening to you!\r\n\r\nAs more than one in ten Americans suffer from Dementia, these “Senior Moments” can easily turn into full-blown Alzheimer’s.\r\n\r\nIf you are an adult or know any adults looking to enjoy Sharper Focus and Crystal-Clear Memory way into your Senior Years, and in only 7 seconds a day.\r\n\r\nQuickly take the 1-Word Dementia Test that over 32,477 adults have already taken, before it’s too late: https://bit.ly/3uTtnwE\r\n\r\nMy best wishes,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nReply with the word Unsubscribe, in the email subject line to opt out.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Website Admin or Business Owner, Only\"','','private','closed','closed','','flowerhouse-films-website-admin-or-business-owner-only','','','2024-03-22 05:49:12','2024-03-22 05:49:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9700',0,'postman_sent_mail','',0),(9736,0,'2024-04-02 04:30:39','2024-04-02 04:30:39','Boyce Bacon \nTo the flowerhousefilms.com Admin.\n\nDid you know that a mere 1% of users bother to browse past the first page of search results? Don\'t miss the chance to attract more traffic - get a complimentary website SEO audit today and boost your search engine ranking. Click here to fill out the form for Free SEO Website Audit: https://badgerdigitalmarketingsolutions.com/contact/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-admin-3','','','2024-04-02 04:30:39','2024-04-02 04:30:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9736',0,'postman_sent_mail','',0),(9772,0,'2024-04-10 21:59:53','2024-04-10 21:59:53','Richard Thomas \nYour Instagram\n\nInterested in acquiring your Facebook page and Instagram.  Are you interested in selling it?\r\nIf so I just need a little info here please\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Your Instagram\"','','private','closed','closed','','flowerhouse-films-your-instagram','','','2024-04-10 21:59:53','2024-04-10 21:59:53','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9772',0,'postman_sent_mail','',0),(2759,2,'2021-07-11 01:54:49','2021-07-11 01:54:49','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-275910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-275910003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-07-11 01:54:49','2021-07-11 01:54:49','',1660,'https://www.flowerhousefilms.com/?p=2759',0,'revision','',0),(2510,2,'2021-05-03 19:23:56','2021-05-03 19:23:56','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 19:23:56','2021-05-03 19:23:56','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(560,2,'2017-11-16 05:11:29','2017-11-16 05:11:29','','GRFFF','','inherit','open','closed','','grfff','','','2017-11-16 05:11:29','2017-11-16 05:11:29','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png',0,'attachment','image/png',0),(562,2,'2017-11-16 05:12:35','2017-11-16 05:12:35','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><h3 class=\"widget-title\">Great time at the Grand Rapids Feminist Film Festival 2017!</h3><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-16 05:12:35','2017-11-16 05:12:35','',377,'https://www.flowerhousefilms.com/2017/11/16/377-revision-v1/',0,'revision','',0),(561,2,'2017-11-16 05:12:35','2017-11-16 05:12:35','<div id=\"pl-561\"  class=\"panel-layout\" ><div id=\"pg-561-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-561-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-561-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-561-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-561-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-561-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><h3 class=\"widget-title\">Great time at the Grand Rapids Feminist Film Festival 2017!</h3><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-561-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-561-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-561-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-561-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-561-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-561-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-561-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-561-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-561-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-561-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-561-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-561-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-561-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-561-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-16 05:12:35','2017-11-16 05:12:35','',377,'https://www.flowerhousefilms.com/2017/11/16/377-revision-v1/',0,'revision','',0),(564,2,'2017-11-16 05:13:11','2017-11-16 05:13:11','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-16 05:13:11','2017-11-16 05:13:11','',377,'https://www.flowerhousefilms.com/2017/11/16/377-revision-v1/',0,'revision','',0),(563,2,'2017-11-16 05:13:11','2017-11-16 05:13:11','<div id=\"pl-563\"  class=\"panel-layout\" ><div id=\"pg-563-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-563-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-563-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-563-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-563-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-563-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-563-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-563-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-563-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-563-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-563-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-563-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-563-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-563-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-563-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.33333333333333\" ><div id=\"panel-563-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-563-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-563-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-563-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-563-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-16 05:13:11','2017-11-16 05:13:11','',377,'https://www.flowerhousefilms.com/2017/11/16/377-revision-v1/',0,'revision','',0),(9932,0,'2024-05-18 14:18:09','2024-05-18 14:18:09','Kristina Burton \nCraft Your Unique Digital Identity with Our Web Design Solutions!\n\nHello,\r\n\r\nReady to craft your digital identity? Our Web Design solutions offer personalized strategies to showcase your brand online. Let\'s collaborate to create a website that truly represents your brand\'s essence.\r\n\r\nBest regards,\r\n\n\nKristina Burton\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Craft Your Unique Digital Identity with Our Web Design Solutions!\"','','private','closed','closed','','flowerhouse-films-craft-your-unique-digital-identity-with-our-web-design-solutions','','','2024-05-18 14:18:09','2024-05-18 14:18:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9932',0,'postman_sent_mail','',0),(570,2,'2017-11-24 07:27:07','2017-11-24 07:27:07','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;-30px&quot;,&quot;gutter&quot;:&quot;-30px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:27:07','2017-11-24 07:27:07','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(569,2,'2017-11-24 07:27:07','2017-11-24 07:27:07','<div id=\"pl-569\"  class=\"panel-layout\" ><div id=\"pg-569-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-569-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-569-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-569-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-569-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;-30px&quot;,&quot;gutter&quot;:&quot;-30px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-569-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-569-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-569-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-569-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-569-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-569-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-569-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-569-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-569-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-569-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-569-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-569-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-569-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-569-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-569-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:27:07','2017-11-24 07:27:07','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(572,2,'2017-11-24 07:27:40','2017-11-24 07:27:40','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;-10px&quot;,&quot;gutter&quot;:&quot;-10px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:27:40','2017-11-24 07:27:40','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(571,2,'2017-11-24 07:27:40','2017-11-24 07:27:40','<div id=\"pl-571\"  class=\"panel-layout\" ><div id=\"pg-571-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-571-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-571-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-571-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-571-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;-10px&quot;,&quot;gutter&quot;:&quot;-10px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-571-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-571-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-571-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-571-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-571-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-571-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-571-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-571-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-571-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-571-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-571-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-571-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-571-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-571-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-571-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:27:40','2017-11-24 07:27:40','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(574,2,'2017-11-24 07:28:11','2017-11-24 07:28:11','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:28:11','2017-11-24 07:28:11','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(573,2,'2017-11-24 07:28:11','2017-11-24 07:28:11','<div id=\"pl-573\"  class=\"panel-layout\" ><div id=\"pg-573-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-573-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-573-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-573-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-573-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-573-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-573-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-573-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-573-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-573-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-573-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-573-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-573-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-573-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-573-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-573-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-573-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-573-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-573-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-573-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:28:11','2017-11-24 07:28:11','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(576,2,'2017-11-24 07:28:35','2017-11-24 07:28:35','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:28:35','2017-11-24 07:28:35','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(575,2,'2017-11-24 07:28:35','2017-11-24 07:28:35','<div id=\"pl-575\"  class=\"panel-layout\" ><div id=\"pg-575-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-575-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-575-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-575-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-575-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-575-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-575-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-575-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-575-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-575-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-575-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-575-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-575-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-575-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-575-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-575-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-575-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-575-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-575-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-575-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:28:35','2017-11-24 07:28:35','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(578,2,'2017-11-24 07:29:55','2017-11-24 07:29:55','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:29:55','2017-11-24 07:29:55','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(577,2,'2017-11-24 07:29:55','2017-11-24 07:29:55','<div id=\"pl-577\"  class=\"panel-layout\" ><div id=\"pg-577-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-577-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-577-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-577-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-577-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-577-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-577-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-577-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-577-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-577-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-577-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-577-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-577-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-577-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-577-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-577-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-577-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-577-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-577-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-577-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:29:55','2017-11-24 07:29:55','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(579,2,'2017-11-24 07:30:26','2017-11-24 07:30:26','<div id=\"pl-579\"  class=\"panel-layout\" ><div id=\"pg-579-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-579-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-579-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-579-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-579-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-579-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-579-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-579-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-579-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-579-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-579-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-579-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-579-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-579-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-579-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-579-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-579-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-579-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-579-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-579-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:30:26','2017-11-24 07:30:26','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(580,2,'2017-11-24 07:30:26','2017-11-24 07:30:26','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:30:26','2017-11-24 07:30:26','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(582,2,'2017-11-24 07:30:53','2017-11-24 07:30:53','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:30:53','2017-11-24 07:30:53','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(581,2,'2017-11-24 07:30:53','2017-11-24 07:30:53','<div id=\"pl-581\"  class=\"panel-layout\" ><div id=\"pg-581-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-581-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-581-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-581-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-581-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-581-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-581-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-581-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-581-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-581-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-581-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-581-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-581-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-581-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-581-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-581-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-581-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-581-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-581-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-581-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:30:53','2017-11-24 07:30:53','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(584,2,'2017-11-24 07:31:31','2017-11-24 07:31:31','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;5px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:31:31','2017-11-24 07:31:31','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(583,2,'2017-11-24 07:31:31','2017-11-24 07:31:31','<div id=\"pl-583\"  class=\"panel-layout\" ><div id=\"pg-583-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-583-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-583-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-583-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-583-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;5px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-583-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-583-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-583-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-583-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-583-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-583-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-583-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-583-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-583-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-583-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-583-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-583-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-583-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-583-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-583-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:31:31','2017-11-24 07:31:31','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(586,2,'2017-11-24 07:31:53','2017-11-24 07:31:53','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;10px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:31:53','2017-11-24 07:31:53','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(585,2,'2017-11-24 07:31:52','2017-11-24 07:31:52','<div id=\"pl-585\"  class=\"panel-layout\" ><div id=\"pg-585-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-585-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-585-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-585-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-585-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;10px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-585-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-585-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-585-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-585-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-585-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-585-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-585-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-585-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-585-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-585-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-585-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-585-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-585-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-585-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-585-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:31:53','2017-11-24 07:31:53','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(588,2,'2017-11-24 07:32:15','2017-11-24 07:32:15','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;15px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:32:15','2017-11-24 07:32:15','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(587,2,'2017-11-24 07:32:15','2017-11-24 07:32:15','<div id=\"pl-587\"  class=\"panel-layout\" ><div id=\"pg-587-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-587-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-587-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-587-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-587-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;15px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-587-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-587-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-587-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-587-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-587-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-587-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-587-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-587-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-587-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-587-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-587-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-587-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-587-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-587-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-587-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:32:15','2017-11-24 07:32:15','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(590,2,'2017-11-24 07:32:37','2017-11-24 07:32:37','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:32:37','2017-11-24 07:32:37','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(589,2,'2017-11-24 07:32:37','2017-11-24 07:32:37','<div id=\"pl-589\"  class=\"panel-layout\" ><div id=\"pg-589-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-589-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-589-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-589-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-589-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-589-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-589-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-589-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-589-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-589-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-589-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-589-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-589-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-589-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-589-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-589-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-589-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-589-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-589-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-589-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:32:37','2017-11-24 07:32:37','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(592,2,'2017-11-24 07:33:16','2017-11-24 07:33:16','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:33:16','2017-11-24 07:33:16','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(591,2,'2017-11-24 07:33:16','2017-11-24 07:33:16','<div id=\"pl-591\"  class=\"panel-layout\" ><div id=\"pg-591-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-591-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-591-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-591-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-591-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-591-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-591-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-591-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-591-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-591-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-591-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-591-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-591-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-591-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-591-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-591-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-591-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-591-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-591-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-591-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-24 07:33:16','2017-11-24 07:33:16','',377,'https://www.flowerhousefilms.com/2017/11/24/377-revision-v1/',0,'revision','',0),(593,2,'2017-11-25 01:33:46','2017-11-25 01:33:46','','Mugs','','inherit','open','closed','','mugs','','','2017-11-25 01:33:46','2017-11-25 01:33:46','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png',0,'attachment','image/png',0),(595,2,'2017-11-25 01:34:21','2017-11-25 01:34:21','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-25 01:34:21','2017-11-25 01:34:21','',377,'https://www.flowerhousefilms.com/2017/11/25/377-revision-v1/',0,'revision','',0),(594,2,'2017-11-25 01:34:21','2017-11-25 01:34:21','<div id=\"pl-594\"  class=\"panel-layout\" ><div id=\"pg-594-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-594-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-594-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-594-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-594-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-594-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-594-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-594-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-594-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-594-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-594-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-594-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-594-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-594-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-594-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-594-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-594-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-594-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-594-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-594-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2017-11-25 01:34:21','2017-11-25 01:34:21','',377,'https://www.flowerhousefilms.com/2017/11/25/377-revision-v1/',0,'revision','',0),(1610,2,'2020-02-01 22:20:55','2020-02-01 22:20:55','<div id=\"pl-1610\"  class=\"panel-layout\" ><div id=\"pg-1610-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1610-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1610-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1610-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-1610-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1610-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-1610-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-1610-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1610-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1610-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1610-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2020-02-01 22:20:55','2020-02-01 22:20:55','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(612,2,'2018-01-19 02:08:38','2018-01-19 02:08:38','','Invitación Estreno','','inherit','open','closed','','invitacion-estreno','','','2018-01-19 02:08:38','2018-01-19 02:08:38','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg',0,'attachment','image/jpeg',0),(614,2,'2018-01-19 02:10:14','2018-01-19 02:10:14','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-01-19 02:10:14','2018-01-19 02:10:14','',377,'https://www.flowerhousefilms.com/2018/01/19/377-revision-v1/',0,'revision','',0),(613,2,'2018-01-19 02:10:14','2018-01-19 02:10:14','<div id=\"pl-613\"  class=\"panel-layout\" ><div id=\"pg-613-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-613-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-613-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-613-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-613-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-613-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-613-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-613-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-613-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-613-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-613-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-613-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-613-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-613-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-613-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-613-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-613-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-613-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-613-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-613-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-613-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-613-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-613-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-613-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-01-19 02:10:14','2018-01-19 02:10:14','',377,'https://www.flowerhousefilms.com/2018/01/19/377-revision-v1/',0,'revision','',0),(616,2,'2018-01-19 02:11:21','2018-01-19 02:11:21','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-01-19 02:11:21','2018-01-19 02:11:21','',377,'https://www.flowerhousefilms.com/2018/01/19/377-revision-v1/',0,'revision','',0),(615,2,'2018-01-19 02:11:20','2018-01-19 02:11:20','<div id=\"pl-615\"  class=\"panel-layout\" ><div id=\"pg-615-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-615-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-615-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-615-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-615-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-615-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-615-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-615-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-615-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-615-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-615-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-615-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-615-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-615-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-615-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-615-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-615-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-615-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-615-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-615-4-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-615-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-615-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-615-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-615-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-01-19 02:11:20','2018-01-19 02:11:20','',377,'https://www.flowerhousefilms.com/2018/01/19/377-revision-v1/',0,'revision','',0),(1660,2,'2020-04-20 04:49:10','2020-04-20 04:49:10','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846575120?share=copy&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846579124&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','publish','closed','closed','','parasiempre','','','2023-07-24 00:25:56','2023-07-24 00:25:56','',1492,'https://www.flowerhousefilms.com/?page_id=1660',0,'page','',0),(1676,2,'2020-04-20 04:23:53','2020-04-20 04:23:53','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=2\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:23:53','2020-04-20 04:23:53','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1675,2,'2020-04-20 04:23:53','2020-04-20 04:23:53','<div id=\"pl-1675\"  class=\"panel-layout\" ><div id=\"pg-1675-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1675-0\" data-stretch-type=\"full\" ><div id=\"pgc-1675-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1675-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1675-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1675-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1675-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1675-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1675-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1675-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1675-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=1\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1675-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1675-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1675-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:23:53','2020-04-20 04:23:53','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(9778,0,'2024-04-12 03:02:32','2024-04-12 03:02:32','David Grainger \nHi flowerhousefilms.com Webmaster.\n\nHave you heard of Se-REM? (Self effective - Rapid Eye Movement). Many people don\'t know that REM brain activity dramatically improves the processing of traumatic emotion. It creates peace and empowers the listener. Se-REM is an advanced version of EMDR therapy. It is more powerful because it combines elements of 6 different therapies, EMDR, hypnosis, mindfulness, Gestalt child within work, music therapy, and Awe therapy,(connecting profoundly with nature).\r\n\r\nIt has helped thousands of people overcome PTSD, and anxiety. But it is also helpful in a great many situations, loss of any kind, grief, and even marital counseling. It\'s mission statement is \"Trauma relief at as close to free as possible\". This not-for-profit program downloads to a smart phone or computer and can be used in an office or at home. Read about it, hear samples, and download at: Se-REM.com. Once you own the program, you are encouraged to give it away to others who will benefit. I provide free consultation to all who use the program. Write questions to: davidb@se-rem.com.\r\n\r\nSe-REM.com has a 95% rating on Trustpilot and is in use in 32 countries.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-webmaster','','','2024-04-12 03:02:32','2024-04-12 03:02:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9778',0,'postman_sent_mail','',0),(9780,0,'2024-04-13 21:23:54','2024-04-13 21:23:54','Marianne Waters \nCraft Your Digital Legacy with Our Web Design Expertise\n\nHello,\r\n\r\nWant to leave a lasting digital legacy? Our proficiency in Web Design provides customized solutions to assist your brand in making a lasting online impression. Together, let\'s design a website that engages visitors and conveys the narrative of your company.\r\n\n\nThank you,\r\nMarianne Waters\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Craft Your Digital Legacy with Our Web Design Expertise\"','','private','closed','closed','','flowerhouse-films-craft-your-digital-legacy-with-our-web-design-expertise','','','2024-04-13 21:23:54','2024-04-13 21:23:54','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9780',0,'postman_sent_mail','',0),(675,2,'2018-02-19 21:40:10','2018-02-19 21:40:10','','estreno para newsinocenteconfusion.com','','inherit','open','closed','','estreno-para-newsinocenteconfusion-com','','','2018-02-19 21:40:10','2018-02-19 21:40:10','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png',0,'attachment','image/png',0),(677,2,'2018-02-19 21:42:17','2018-02-19 21:42:17','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-19 21:42:17','2018-02-19 21:42:17','',377,'https://www.flowerhousefilms.com/2018/02/19/377-revision-v1/',0,'revision','',0),(676,2,'2018-02-19 21:42:16','2018-02-19 21:42:16','<div id=\"pl-676\"  class=\"panel-layout\" ><div id=\"pg-676-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-676-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-676-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-676-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-676-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-676-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-676-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-676-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-676-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-676-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-676-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-676-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-676-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-676-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-676-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-676-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-676-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-676-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-676-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-676-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-676-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-676-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-676-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-676-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-19 21:42:17','2018-02-19 21:42:17','',377,'https://www.flowerhousefilms.com/2018/02/19/377-revision-v1/',0,'revision','',0),(679,2,'2018-02-19 21:48:33','2018-02-19 21:48:33','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-19 21:48:33','2018-02-19 21:48:33','',377,'https://www.flowerhousefilms.com/2018/02/19/377-revision-v1/',0,'revision','',0),(678,2,'2018-02-19 21:48:33','2018-02-19 21:48:33','<div id=\"pl-678\"  class=\"panel-layout\" ><div id=\"pg-678-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-678-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-678-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-678-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-678-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-678-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-678-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-678-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-678-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-678-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-678-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-678-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-678-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-678-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-678-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-678-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-678-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-678-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-678-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-678-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-678-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-678-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-678-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-678-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-19 21:48:33','2018-02-19 21:48:33','',377,'https://www.flowerhousefilms.com/2018/02/19/377-revision-v1/',0,'revision','',0),(681,2,'2018-02-20 05:43:50','2018-02-20 05:43:50','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-20 05:43:50','2018-02-20 05:43:50','',377,'https://www.flowerhousefilms.com/2018/02/20/377-revision-v1/',0,'revision','',0),(680,2,'2018-02-20 05:43:50','2018-02-20 05:43:50','<div id=\"pl-680\"  class=\"panel-layout\" ><div id=\"pg-680-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-680-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-680-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-680-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-680-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-680-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-680-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-680-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-680-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-680-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-680-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-680-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-680-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-680-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-680-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-680-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-680-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-680-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-680-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-680-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-680-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-680-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-680-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-680-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-20 05:43:50','2018-02-20 05:43:50','',377,'https://www.flowerhousefilms.com/2018/02/20/377-revision-v1/',0,'revision','',0),(683,2,'2018-02-20 05:44:31','2018-02-20 05:44:31','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-20 05:44:31','2018-02-20 05:44:31','',377,'https://www.flowerhousefilms.com/2018/02/20/377-revision-v1/',0,'revision','',0),(682,2,'2018-02-20 05:44:31','2018-02-20 05:44:31','<div id=\"pl-682\"  class=\"panel-layout\" ><div id=\"pg-682-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-682-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-682-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-682-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-682-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-682-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-682-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-682-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-682-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-682-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-682-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-682-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-682-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-682-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-682-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-682-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-682-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-682-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-682-4-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ><div id=\"panel-682-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-682-4-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-682-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-682-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-682-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-02-20 05:44:31','2018-02-20 05:44:31','',377,'https://www.flowerhousefilms.com/2018/02/20/377-revision-v1/',0,'revision','',0),(9771,0,'2024-04-10 21:18:57','2024-04-10 21:18:57','Kenneth White \nSell your Instagram account?\n\nMay I purchase your Instagram account and your Facebook page?\r\nPlease let me know here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Sell your Instagram account?\"','','private','closed','closed','','flowerhouse-films-sell-your-instagram-account','','','2024-04-10 21:18:57','2024-04-10 21:18:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9771',0,'postman_sent_mail','',0),(9779,0,'2024-04-12 15:04:37','2024-04-12 15:04:37','Brent Fouch \nSell your Insta?\n\nMay I buy either your Facebook page or your Instagram account or both?\r\nPlease tell me here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Sell your Insta?\"','','private','closed','closed','','flowerhouse-films-sell-your-insta','','','2024-04-12 15:04:37','2024-04-12 15:04:37','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9779',0,'postman_sent_mail','',0),(9802,0,'2024-04-17 20:50:38','2024-04-17 20:50:38','Ed Frazier \nRedefine Your Digital Landscape With Our Web Design Expertise.\n\nHello\r\n\r\nAre you ready to transform your digital landscape? Our web design expertise provides new solutions to make your brand stand out online. Let\'s work together to design a website that sets new standards and transforms your brand\'s online presence.\r\n\r\nBest regards,\n\nEd Frazier\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redefine Your Digital Landscape With Our Web Design Expertise.\"','','private','closed','closed','','flowerhouse-films-redefine-your-digital-landscape-with-our-web-design-expertise','','','2024-04-17 20:50:38','2024-04-17 20:50:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9802',0,'postman_sent_mail','',0),(9804,0,'2024-04-19 02:04:15','2024-04-19 02:04:15','Eulah Esmond \nDear flowerhousefilms.com Admin.\n\nGame changing customer financing approves down to 500 FICO Don\'t leave money on the table, now you\'ll be able to turn people with low credit scores into paying customers!\r\n\r\n** USA Based Businesses Only! **\r\n\r\nEmail me for details: jessica.snyder@helloratespros.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-admin-5','','','2024-04-19 02:04:15','2024-04-19 02:04:15','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9804',0,'postman_sent_mail','',0),(9805,0,'2024-04-19 06:38:43','2024-04-19 06:38:43','Annette Portillo \nflowerhousefilms.com on the internet\n\nHello,\r\n\r\nWe noticed your domain: flowerhousefilms.com is listed in very few directories.\r\n\r\nDirectories have a very high Page Rank Score and provide really good back links\r\n\r\nCompany visit us on Company Registar and list your domain in all the directories.\r\n\r\nhttps://flowerhousefilms.companyregistar.org/flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"flowerhousefilms.com on the internet\"','','private','closed','closed','','flowerhouse-films-flowerhousefilms-com-on-the-internet-2','','','2024-04-19 06:38:43','2024-04-19 06:38:43','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9805',0,'postman_sent_mail','',0),(9806,0,'2024-04-19 11:02:20','2024-04-19 11:02:20','Google Business Profile Training \nTo the flowerhousefilms.com Webmaster!\n\nYour Free Google Business Profile (formerly Google My Business) for this website is now available. If you did not get yours, or you have not updated your Google My Business Profile recently, please do so ASAP.\r\nMore information on getting and creating an effective Google Business Profile can be found on our website.\r\n\r\nThank you\r\nThe Google Business Profile Training Team\r\nhttps://gbprofiletraining.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-webmaster-2','','','2024-04-19 11:02:20','2024-04-19 11:02:20','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9806',0,'postman_sent_mail','',0),(9808,0,'2024-04-19 17:57:09','2024-04-19 17:57:09','Davidhax \nSomething new in your life\n\nThe best thing in life is freedom. Freedom comes from material independence. \r\n<a href=\"https://script.google.com/macros/s/AKfycbw_tEHhi4S13hzP1ODkNSTbBASFOKActcKwEcoXSKIvmDNE8RzFTVRuqc0i7WY3Dvp7/exec\"><b><u>Discover your financial independence now!</b></u></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Something new in your life\"','','private','closed','closed','','flowerhouse-films-something-new-in-your-life-2','','','2024-04-19 17:57:09','2024-04-19 17:57:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9808',0,'postman_sent_mail','',0),(9742,0,'2024-04-03 15:14:39','2024-04-03 15:14:39','Ray Morice \nTo the flowerhousefilms.com admin!\n\nI\'ve noticed that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility: https://bit.ly/3VF52FK\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and engagement.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com admin!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-admin-4','','','2024-04-03 15:14:39','2024-04-03 15:14:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9742',0,'postman_sent_mail','',0),(9744,0,'2024-04-04 12:17:55','2024-04-04 12:17:55','William Yuen \nFree video?\n\nHi, \r\nI have made a totally free video for flowerhousefilms.com I just wanted your permission before I send it over :)\r\nSo let me know if you want it?\r\n\r\nRegards, \r\nWilliam\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Free video?\"','','private','closed','closed','','flowerhouse-films-free-video','','','2024-04-04 12:17:55','2024-04-04 12:17:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9744',0,'postman_sent_mail','',0),(9764,0,'2024-04-10 00:21:53','2024-04-10 00:21:53','James Cockle \nHi flowerhousefilms.com Administrator.\n\nSEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://digitalpromax.co/?src=a14flowerhousefilms.com\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/?src=a14flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-administrator-2','','','2024-04-10 00:21:53','2024-04-10 00:21:53','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9764',0,'postman_sent_mail','',0),(9745,0,'2024-04-04 12:20:26','2024-04-04 12:20:26','Graig Phifer \nHi flowerhousefilms.com Owner.\n\nThink you might need business working capital but unsure how it works? I can fix that, let me show you how. Send me an email below now.\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Owner.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-owner-5','','','2024-04-04 12:20:26','2024-04-04 12:20:26','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9745',0,'postman_sent_mail','',0),(9746,0,'2024-04-04 14:56:04','2024-04-04 14:56:04','Dana Silva \nRedefine Your Online Presence with Our Web Design Expertise\n\nHello,\r\n\r\nDo you want to revamp your web presence? We can help with our skills in web design. We build aesthetically beautiful and intuitive websites that enhance your brand online. Together, let\'s rewrite the online story of your brand and leave a memorable impression.\r\n\r\nWarm regards,\n\nDana Silva\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redefine Your Online Presence with Our Web Design Expertise\"','','private','closed','closed','','flowerhouse-films-redefine-your-online-presence-with-our-web-design-expertise','','','2024-04-04 14:56:04','2024-04-04 14:56:04','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9746',0,'postman_sent_mail','',0),(9714,0,'2024-03-27 20:16:29','2024-03-27 20:16:29','Jeannette Byard \nTo the flowerhousefilms.com Administrator.\n\nWe transform your 5 Star Reviews into SEO videos that rank high on Google when people search for your Online Reputation. The best part? It\'s free! http://free-review-videos.info\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-2','','','2024-03-27 20:16:29','2024-03-27 20:16:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9714',0,'postman_sent_mail','',0),(2671,2,'2021-06-24 17:14:46','2021-06-24 17:14:46','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:14:46','2021-06-24 17:14:46','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9718,0,'2024-03-28 02:26:52','2024-03-28 02:26:52','Ravi Whitney \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-12','','','2024-03-28 02:26:52','2024-03-28 02:26:52','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9718',0,'postman_sent_mail','',0),(9798,0,'2024-04-17 00:20:57','2024-04-17 00:20:57','Matthias Coulombe \nflowerhousefilms.com on the internet\n\nHello,\r\n\r\nWe noticed your domain: flowerhousefilms.com is listed in very few directories.\r\n\r\nDirectories have a very high Page Rank Score and provide really good back links\r\n\r\nCompany visit us on Company Registar and list your domain in all the directories.\r\n\r\nhttps://flowerhousefilms.companyregistar.org/flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"flowerhousefilms.com on the internet\"','','private','closed','closed','','flowerhouse-films-flowerhousefilms-com-on-the-internet','','','2024-04-17 00:20:57','2024-04-17 00:20:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9798',0,'postman_sent_mail','',0),(9765,0,'2024-04-10 00:51:59','2024-04-10 00:51:59','John Fennell \nDear flowerhousefilms.com Webmaster!\n\nSEO ensures your website stands out when people search for products or services. Google prioritizes relevance and reliability to decide which sites appear on the first pages, underscoring the need for effective website presentation.\r\n\r\nSEO Benefits in Brief:\r\n1. Boosts Visibility and Traffic:\r\n2. Establishes Trust:\r\n3. Yields High ROI:\r\n4. Enhances User Experience:\r\nGoogle announced prioritizing pages based on user experience in their algorithm.\r\nIn essence, SEO is your key to standing out, building trust, and ensuring a high return on investment.\r\n\r\nContact us at https://digitalpromax.co/?src=a14flowerhousefilms.com\r\n\r\nAlso Need expert hands on your WordPress projects? We\'ve got you covered. Let\'s discuss how our WordPress developers can boost your web endeavors.\r\n\r\nClick here for more details: https://outsource-bpo.com/website/?src=a14flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-3','','','2024-04-10 00:51:59','2024-04-10 00:51:59','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9765',0,'postman_sent_mail','',0),(9766,0,'2024-04-10 00:53:34','2024-04-10 00:53:34','Jordan Kennedy \nRe: Use A.I. To Make $200/hr +\n\n100% Beginner friendly training reveals how A.I. is making people over $200/hr\r\n\r\n&gt;&gt; https://200hourly.com &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"','','private','closed','closed','','flowerhouse-films-re-use-a-i-to-make-200-hr','','','2024-04-10 00:53:34','2024-04-10 00:53:34','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9766',0,'postman_sent_mail','',0),(9866,0,'2024-05-02 03:53:28','2024-05-02 03:53:28','Ed Frez \nTransform Your Online Presence with Our Web Design Excellence\n\nHello,\r\n\r\nReady to transform your online presence? Our Web Design excellence creates websites that inspire and engage. Let\'s partner together to create a digital experience that propels your brand towards success.\r\n\r\nWarm regards,\n\nEdward Frez | Web Developer\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"','','private','closed','closed','','flowerhouse-films-transform-your-online-presence-with-our-web-design-excellence-2','','','2024-05-02 03:53:28','2024-05-02 03:53:28','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9866',0,'postman_sent_mail','',0),(2669,2,'2021-06-24 17:13:05','2021-06-24 17:13:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:13:05','2021-06-24 17:13:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(743,2,'2018-05-31 21:34:01','2018-05-31 21:34:01','','PRESS KIT Inocente Confusion WEB 06_2018','','inherit','open','closed','','press-kit-inocente-confusion-web-06_2018','','','2018-05-31 21:34:01','2018-05-31 21:34:01','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf',0,'attachment','application/pdf',0),(744,2,'2018-05-31 21:35:05','2018-05-31 21:35:05','','PRESS KIT Inocente Confusion WEB 06_2018','','inherit','open','closed','','press-kit-inocente-confusion-web-06_2018-2','','','2018-05-31 21:35:05','2018-05-31 21:35:05','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018-1.pdf',0,'attachment','application/pdf',0),(2665,2,'2021-06-24 16:36:05','2021-06-24 16:36:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266510002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 16:36:05','2021-06-24 16:36:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2663,2,'2021-06-24 16:35:20','2021-06-24 16:35:20','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n<h2 style=\"text-align: center;\">En Una Palabra</h2>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266310002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 16:35:20','2021-06-24 16:35:20','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2662,2,'2021-06-24 16:31:05','2021-06-24 16:31:05','','En Una Palabra','Una videodanza colaborativa','inherit','open','closed','','en-una-palabra-cover','','','2021-06-24 16:32:05','2021-06-24 16:32:05','',2661,'https://www.flowerhousefilms.com/wp-content/uploads/2021/06/En-Una-Palabra-Cover.png',0,'attachment','image/png',0),(9755,0,'2024-04-07 07:19:16','2024-04-07 07:19:16','Nam Krouse \nTo the flowerhousefilms.com Administrator.\n\nNEED FUNDING \r\n0% INTEREST $250K  NO UPFRONT FEES\r\nFUNDING in 30-90 DAYS\r\nFEES: $3800 ON BACK END PLUS 10% ON BACK END\r\nEVEN IF YOUR CREDIT IS NOT THAT GOOD\r\nWE CAN DO IT 4 TIMES AT ONCE FOR $1MILLION IN FUNDING \r\nEmail  me and I will send you a link for free signup\r\nPromotion is good only until April 15th\r\nkotwinc@gmail.com or \r\nCall 508-709-5433\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-3','','','2024-04-07 07:19:16','2024-04-07 07:19:16','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9755',0,'postman_sent_mail','',0),(9774,0,'2024-04-11 19:27:46','2024-04-11 19:27:46','Steve Zuwala \nWishing You Continued Success!\n\nLeaving a note to let you know I was here!\r\nWishing you continued success and blessings!\r\n\r\nSteve Zuwala\r\nCounry Music Artist\r\nBMI|NSAI|GMA|CMA\r\nwww.SteveZuwala.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Wishing You Continued Success!\"','','private','closed','closed','','flowerhouse-films-wishing-you-continued-success','','','2024-04-11 19:27:46','2024-04-11 19:27:46','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9774',0,'postman_sent_mail','',0),(9773,0,'2024-04-11 14:37:39','2024-04-11 14:37:39','Ali Birks \nHi flowerhousefilms.com Administrator.\n\nClaim Your $32,222 SETC Tax Credit Before It’s Too Late!\r\n\r\nAre you self-employed, a gig worker, or run a sole proprietor business? Have you filed a 1099 form between 2019 and 2023? If you answered \"yes,\" you may qualify for up to $32,222 with the SETC (Self-Employed Tax Credit) without the need to repay it.\r\n\r\nThis is not a PPP (Paycheck Protection Program) loan, and it\'s completely repayable-free. Discover if you qualify before time runs out. The deadline to claim your tax credit is April 15, 2024.\r\n\r\nClick the link below to see if you qualify\r\n https://aluzzion.com/go/setc\r\n\r\nWhat is the SETC?\r\nThe Self-Employed Tax Credit (SETC) was established by Congress to offer financial relief to sole proprietors, 1099 contractors, freelancers, single-member LLCs, gig workers, and other self-employed individuals. This groundbreaking legislation was designed to mitigate the economic impact experienced by self-employed Americans due to government-ordered shutdowns, quarantine, illness, caregiving, or other events that reduced income. Don’t miss out on this opportunity – the deadline to claim your tax credit is April 15, 2024.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-administrator-3','','','2024-04-11 14:37:39','2024-04-11 14:37:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9773',0,'postman_sent_mail','',0),(9760,0,'2024-04-09 08:29:22','2024-04-09 08:29:22','Ravi Huntley \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page','','','2024-04-09 08:29:22','2024-04-09 08:29:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9760',0,'postman_sent_mail','',0),(9761,0,'2024-04-09 10:17:48','2024-04-09 10:17:48','inveplize \nI promised.\n\nHi, this is Irina. I am sending you my intimate photos as I promised. https://tinyurl.com/29ulsyhu\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"I promised.\"','','private','closed','closed','','flowerhouse-films-i-promised-2','','','2024-04-09 10:17:48','2024-04-09 10:17:48','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9761',0,'postman_sent_mail','',0),(2661,2,'2021-06-24 17:14:46','2021-06-24 17:14:46','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','publish','closed','closed','','en-una-palabra','','','2021-07-11 01:54:59','2021-07-11 01:54:59','',1492,'https://www.flowerhousefilms.com/?page_id=2661',0,'page','',0),(2730,2,'2021-07-02 00:21:42','2021-07-02 00:21:42','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"has-text-align-center has-text-color has-large-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\" href=\"https://vimeo.com/sofiaruizactor/enunapalaba\" target=\"_blank\" rel=\"noreferrer noopener\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.flowerhousefilms.com/\" style=\"background-color:#425e47\" target=\"_blank\" rel=\"flowerhousefilms.com noopener\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://vimeo.com/490923727/c55a371c66\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://sofia-ruiz.com/sobreactuando/\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.filminlatino.mx/corto/inocente-confusion\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-07-02 00:21:42','2021-07-02 00:21:42','',2697,'https://www.flowerhousefilms.com/?p=2730',0,'revision','',0),(772,2,'2018-06-30 23:49:14','2018-06-30 23:49:14','','Ludico update','','inherit','open','closed','','ludico-update','','','2018-06-30 23:49:14','2018-06-30 23:49:14','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png',0,'attachment','image/png',0),(774,2,'2018-06-30 23:49:25','2018-06-30 23:49:25','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-06-30 23:49:25','2018-06-30 23:49:25','',377,'https://www.flowerhousefilms.com/2018/06/30/377-revision-v1/',0,'revision','',0),(773,2,'2018-06-30 23:49:25','2018-06-30 23:49:25','<div id=\"pl-773\"  class=\"panel-layout\" ><div id=\"pg-773-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-773-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-773-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-773-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-773-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-773-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-773-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-773-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div></div><div id=\"pg-773-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-773-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-773-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-773-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-773-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-773-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-773-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-773-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div></div><div id=\"pg-773-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-773-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-773-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div><div id=\"pgc-773-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-773-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div></div><div id=\"pg-773-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-773-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-773-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-06-30 23:49:25','2018-06-30 23:49:25','',377,'https://www.flowerhousefilms.com/2018/06/30/377-revision-v1/',0,'revision','',0),(775,2,'2018-06-30 23:52:13','2018-06-30 23:52:13','','Cartelera Ludico 1','','inherit','open','closed','','cartelera-ludico-1','','','2018-06-30 23:52:13','2018-06-30 23:52:13','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg',0,'attachment','image/jpeg',0),(777,2,'2018-06-30 23:52:28','2018-06-30 23:52:28','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-5-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-5-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-06-30 23:52:28','2018-06-30 23:52:28','',377,'https://www.flowerhousefilms.com/2018/06/30/377-revision-v1/',0,'revision','',0),(776,2,'2018-06-30 23:52:28','2018-06-30 23:52:28','<div id=\"pl-776\"  class=\"panel-layout\" ><div id=\"pg-776-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-776-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-776-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-776-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-776-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-776-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-776-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-776-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-776-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-776-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-776-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-776-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-776-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-776-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-776-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-776-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-776-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-776-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-776-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-776-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-776-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-776-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-776-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-776-5-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-776-5-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-776-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-776-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-776-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-06-30 23:52:28','2018-06-30 23:52:28','',377,'https://www.flowerhousefilms.com/2018/06/30/377-revision-v1/',0,'revision','',0),(2699,2,'2021-06-27 04:00:58','2021-06-27 04:00:58','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-0\" data-stretch-type=\"full\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n</div>\n</div></div></div></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n</div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-2\" data-stretch-type=\"full\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-2697-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-4\" data-stretch-type=\"full\" ><div id=\"pgc-2697-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:00:58','2021-06-27 04:00:58','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(2684,2,'2021-06-25 01:36:05','2021-06-25 01:36:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-268410002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-25 01:36:05','2021-06-25 01:36:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9790,0,'2024-04-16 00:19:31','2024-04-16 00:19:31','Tommy Tanner \nDeliver Powerful Results with 5C Virtual Assistance!\n\nGreetings team\r\n\r\nIn the fast-paced landscape of modern business, staying ahead often means delegating tasks efficiently. That\'s where 5C Virtual Support steps in – your partner for exceptional, highly skilled, and experienced virtual support across any industry. At an unbeatable rate of just $9/hour, our virtual assistants will transform your operational workflow, allowing you to focus on core business strategies while we handle the rest.\r\n\r\nFrom taking care of your emails, customer support, call answering, and scheduling, to handling complex data management tasks, our team is ready to support your business needs with precision and professionalism. Envision the growth potential when your time is spent on what truly matters, powered by the support of a dedicated virtual assistant who comprehends your business inside out.\r\n\r\nLet 5C Virtual Support be the key to unleashing your business\'s full potential. Get in touch with us today to find out how our tailored solutions can boost your productivity and efficiency.\r\n\r\nRegards\r\n\r\nTommy Tanner\r\n5C Virtual Assistance\r\nsales@5cvas.com\r\n904-685-6366\r\nwww.5cvas.com/?refid=200\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Deliver Powerful Results with 5C Virtual Assistance!\"','','private','closed','closed','','flowerhouse-films-deliver-powerful-results-with-5c-virtual-assistance','','','2024-04-16 00:19:31','2024-04-16 00:19:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9790',0,'postman_sent_mail','',0),(9795,0,'2024-04-16 14:36:48','2024-04-16 14:36:48','Alex Jackson \nQuick question...\n\nHey, I just set up a new website with a chat widget completely driven by AI. \r\n\r\nWould you be open to testing it for just a minute and let me know your honest thoughts? \r\n\r\nHere is the link, Thanks! \r\n\r\nwww.ai-chatsupport.com\r\n\r\n-Alex\r\n\r\nP.S. If you think something like this might be worth trying on flowerhousefilms.com let me know. It’s starting to blow up!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Quick question...\"','','private','closed','closed','','flowerhouse-films-quick-question-2','','','2024-04-16 14:36:48','2024-04-16 14:36:48','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9795',0,'postman_sent_mail','',0),(9784,0,'2024-04-14 09:58:09','2024-04-14 09:58:09','Mellissa Strom \nOnline Competition Winning?\n\nHi,\r\n\r\nOur Services Include:\r\n\r\n1.      Strategic SEO: Get noticed by the right people at the right time.\r\n\r\n2.      Eye-Catching Web Design: Impress visitors and convert them into loyal customers.\r\n\r\n3.      Targeted Social Media Campaigns: Reach your audience where they hang out.\r\n\r\n4.      Data-Driven Analytics: Understand what works and optimize your strategy.\r\n\r\nWhy Choose Us?\r\n\r\n-          Expertise: Our team of digital wizards knows the game inside out.\r\n\r\n-          Results-Driven: We measure success by your success.\r\n\r\n-          Affordable: Quality services without breaking the bank.\r\n\r\nReady to Dominate Your Niche?\r\n\r\nVisit: https://invite.hotjar.com/si16fp63y8tb\r\n\r\n \r\n\r\nRegards,\r\n\r\nMellissa Strom\r\n\r\nDigital Marketing Specialist\r\n\r\n \r\n\r\nOpt-out of future messages by completing the form via the link provided or replying to this message and saying opt-out.\r\n\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Online Competition Winning?\"','','private','closed','closed','','flowerhouse-films-online-competition-winning','','','2024-04-14 09:58:09','2024-04-14 09:58:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9784',0,'postman_sent_mail','',0),(810,2,'2018-07-29 05:25:37','2018-07-29 05:25:37','','incorto','','inherit','open','closed','','incorto','','','2018-07-29 05:25:37','2018-07-29 05:25:37','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png',0,'attachment','image/png',0),(811,2,'2018-07-29 05:25:49','2018-07-29 05:25:49','','Broad Humor','','inherit','open','closed','','broad-humor','','','2018-07-29 05:25:49','2018-07-29 05:25:49','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png',0,'attachment','image/png',0),(812,2,'2018-07-29 05:26:01','2018-07-29 05:26:01','','SECS','','inherit','open','closed','','secs','','','2018-07-29 05:26:01','2018-07-29 05:26:01','',377,'https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png',0,'attachment','image/png',0),(814,2,'2018-07-29 05:27:57','2018-07-29 05:27:57','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-07-29 05:27:57','2018-07-29 05:27:57','',377,'https://www.flowerhousefilms.com/2018/07/29/377-revision-v1/',0,'revision','',0),(813,2,'2018-07-29 05:27:57','2018-07-29 05:27:57','<div id=\"pl-813\"  class=\"panel-layout\" ><div id=\"pg-813-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-813-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-813-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-813-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-813-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-813-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-813-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-813-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-813-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-813-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-813-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-813-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-813-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-813-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-813-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-813-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-813-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-813-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-813-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-5-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-813-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-813-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-813-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-813-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-813-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-813-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-813-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-813-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-07-29 05:27:57','2018-07-29 05:27:57','',377,'https://www.flowerhousefilms.com/2018/07/29/377-revision-v1/',0,'revision','',0),(816,2,'2018-07-29 05:29:23','2018-07-29 05:29:23','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-377-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-377-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-377-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-377-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-07-29 05:29:23','2018-07-29 05:29:23','',377,'https://www.flowerhousefilms.com/2018/07/29/377-revision-v1/',0,'revision','',0),(815,2,'2018-07-29 05:29:22','2018-07-29 05:29:22','<div id=\"pl-815\"  class=\"panel-layout\" ><div id=\"pg-815-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-815-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-815-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-815-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp; Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div></div></div></div></div><div id=\"pg-815-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-815-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div></div></div><div id=\"pgc-815-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-2-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-815-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div></div></div><div id=\"pgc-815-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div><div id=\"pgc-815-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-3-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div></div></div></div><div id=\"pg-815-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-4-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div></div></div></div><div id=\"pg-815-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div></div></div><div id=\"pgc-815-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div></div></div><div id=\"pgc-815-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-5-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\" /></a></p></div></div></div></div><div id=\"pg-815-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-815-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-815-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\" /></div></div></div><div id=\"pgc-815-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-815-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-815-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-815-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-815-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p></div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2018-07-29 05:29:23','2018-07-29 05:29:23','',377,'https://www.flowerhousefilms.com/2018/07/29/377-revision-v1/',0,'revision','',0),(2685,2,'2021-06-25 01:36:05','2021-06-25 01:36:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-25 01:36:05','2021-06-25 01:36:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2702,2,'2021-06-27 04:04:26','2021-06-27 04:04:26','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-0\" data-stretch-type=\"full\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n</div>\n</div></div></div></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-3\" data-stretch-type=\"full\" ><div id=\"pgc-2697-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:04:26','2021-06-27 04:04:26','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(9707,0,'2024-03-24 13:16:35','2024-03-24 13:16:35','Wallace Bellinger \nDear flowerhousefilms.com Admin!\n\nFinancial independence!\r\nEveryone dreams of it, do you?\r\nIf yes, then go to our website https://www.club4you.net/1699858207 watch the info video (click on your flag below the video to watch it in your language) and then go to registration and restart your life!\r\nIn the last 5 years, over 2 million people have become financially independent with us!\r\nYou can too, because it couldn\'t be easier!\r\nYou can also send us an email and you will get further information:\r\nbecome.free.with30dollars@gmail.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-admin-4','','','2024-03-24 13:16:35','2024-03-24 13:16:35','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9707',0,'postman_sent_mail','',0),(9711,0,'2024-03-25 16:34:42','2024-03-25 16:34:42','Gertie Krieger \nToday Only\n\nHi,\r\n\r\nWant thousands of clients? We have compiled a list of all consumers and business\'s across 149 countries for you.\r\n\r\nWe have a special that is running today and valid till the end of the day. Come check us out:\r\n\r\nhttps://flowerhousefilms.leadsmax.biz/\r\n\r\nConsumer Records: 294,582,351\r\nBusiness Records: 25,215,278\r\n\r\nSelling at $99 today only.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Today Only\"','','private','closed','closed','','flowerhouse-films-today-only','','','2024-03-25 16:34:42','2024-03-25 16:34:42','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9711',0,'postman_sent_mail','',0),(9712,0,'2024-03-27 03:26:51','2024-03-27 03:26:51','James \nAre Your Employees Hard Working?\n\nAre you concerned that your employees are not getting enough work done?\r\n\r\nNow you can finally put your mind at rest with a new breakthrough technology that might surprise you to find out \r\nwhat everybody is spending their time on.\r\n\r\nIt might also allow you to instantly save a lot of money in lost productivity.\r\n\r\nhttps:www.cloudwatchxl.com\r\n\r\nClick the link above and sign up for the free trial.  I guarantee you will learn a ton about what is really going on.\r\n\r\nTo your success,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nNOTE: We are not Spammers and are against spamming of any kind. We are only \r\nlooking to help businesses in these difficult times. \r\n\r\nIf forwarding this email has made an offence to you or to your business, then we apologize \r\nfor the same. \r\n\r\nIn order to stop receiving such emails from us, simply reply with “NO” in the subject line.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Are Your Employees Hard Working?\"','','private','closed','closed','','flowerhouse-films-are-your-employees-hard-working','','','2024-03-27 03:26:51','2024-03-27 03:26:51','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9712',0,'postman_sent_mail','',0),(9757,0,'2024-04-08 06:49:29','2024-04-08 06:49:29','Isis Fullerton \nWhy Puravive Was the Change I Needed\n\nI needed a change, and Puravive was it. Its blend of tropical nutrients supported my weight loss in ways I couldn\'t imagine. \r\n\r\nSee the change: https://bit.ly/43HEPbi\r\n\r\nRegards\r\nIsis\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why Puravive Was the Change I Needed\"','','private','closed','closed','','flowerhouse-films-why-puravive-was-the-change-i-needed','','','2024-04-08 06:49:29','2024-04-08 06:49:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9757',0,'postman_sent_mail','',0),(9781,0,'2024-04-13 22:20:47','2024-04-13 22:20:47','Leila Batt \nHello flowerhousefilms.com Webmaster.\n\nDO YOU WANT MORE BUSINESS ? GET on TOP of the NEAR-ME Results to Crush Competition.Drive more calls ,more clicks and more leads. \r\nIncrease Traffic &amp; sales fast\r\nMulti-keyword Map Rankings \r\nImage Optimization \r\nFUlly Automated  Tracking and Reporting \r\n40 Super Citations \r\nFull 9 Point Google Business Profile Optimization \r\nTo Schedule a demo of the most robust reporting on the market: You will see \r\nAnimated 7x7 mile grid reports \r\ngrraph compare by ,week , month and year\r\nPPC cost per click value of each keyword\r\nGlobal account overview\r\nAutomatic Montly reports \r\nThis is the only tool that tracks NEAR ME  keywords \r\nSchedule your Demo now\r\nSee reults in as little as 30 Days \r\nrespond  that you are intrested and someone will call you to set up a good  time for the Demo\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-webmaster-3','','','2024-04-13 22:20:47','2024-04-13 22:20:47','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9781',0,'postman_sent_mail','',0),(9782,0,'2024-04-14 01:25:20','2024-04-14 01:25:20','Neal McGeeh \nElevate Your Brand\'s Online Journey with Our Web Design Service\n\nHello,\r\n\r\nAre you ready to improve the internet presence of your brand? Outstanding websites that distinguish your brand are produced by our web design service. Together, let\'s design a digital experience that thrills your audience and beyond your expectations.\r\n\r\n\n\nThank you,\r\nNeal McGeeh\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Elevate Your Brand\'s Online Journey with Our Web Design Service\"','','private','closed','closed','','flowerhouse-films-elevate-your-brands-online-journey-with-our-web-design-service','','','2024-04-14 01:25:20','2024-04-14 01:25:20','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9782',0,'postman_sent_mail','',0),(9783,0,'2024-04-14 04:34:38','2024-04-14 04:34:38','Davidhax \nSomething new in your life\n\nThe best thing in life is freedom. Freedom comes from material independence. \r\n<a href=\"https://script.google.com/macros/s/AKfycbyyGmXDXhrJEZhrDcRYKxAoynyo3rZhzNsJSGGb3iLiOM087a-RY6QGhm6ich64rRUppQ/exec\"><b><u>Discover your financial independence now!</b></u></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Something new in your life\"','','private','closed','closed','','flowerhouse-films-something-new-in-your-life','','','2024-04-14 04:34:38','2024-04-14 04:34:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9783',0,'postman_sent_mail','',0),(9796,0,'2024-04-16 15:59:00','2024-04-16 15:59:00','Brianna Prendiville \nQuick question for you\n\nI have a question about your data security practices.\r\n\r\n\r\n\r\n\r\n\r\nBrianna, Prendiville\r\n\r\n4174 Kincheloe Road, Portland, OR 97201, United States.\r\n\r\n 4038875133\r\n\r\nIf you do not wish to receive further emails from us.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Quick question for you\"','','private','closed','closed','','flowerhouse-films-quick-question-for-you','','','2024-04-16 15:59:00','2024-04-16 15:59:00','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9796',0,'postman_sent_mail','',0),(1754,2,'2020-06-11 00:08:02','2020-06-11 00:08:02','','Dance Quarantine Soon','','inherit','open','closed','','dance-quarantine-soon','','','2020-06-11 00:08:02','2020-06-11 00:08:02','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon.png',0,'attachment','image/png',0),(9814,0,'2024-04-20 19:12:47','2024-04-20 19:12:47','Minifie \nTo the flowerhousefilms.com Administrator!\n\nHey,\r\nI hope this message finds you well. I\'m reaching out to let you know that your business has been prequalified for both business funding and self-employed mortgages. If you\'re interested in exploring these opportunities further, you can apply now through this link:  \r\n\r\nCheck it out here &gt;&gt; https://clicktrakr.biz/options\r\n\r\nLooking forward to potentially working together!\r\n\r\nBest regards,\r\n\r\nKarissa - Loan Specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-5','','','2024-04-20 19:12:47','2024-04-20 19:12:47','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9814',0,'postman_sent_mail','',0),(9815,0,'2024-04-21 04:26:05','2024-04-21 04:26:05','Trevor Kortig \nWhere is your Social Media Videos are ?!\n\nHi,\r\nI\'m Trevor, with over 7 years in video production, marketing, and social media. I\'ve not only crafted compelling narratives but also elevated multiple YouTube channels across various brands. \r\n\r\nI can Help with :\r\n-Grow your all your Social Media Content\r\n-Social Media Ads (TikTok, Instagram Stories, Snapchat)\r\n-Website and App Introductions\r\n-Product Launches\r\n\r\n\r\nJoin our Happy customers Now  , Lets Chat to help you out \r\n\r\n\r\nClick here to contact  =====&gt;  https://tinyurl.com/5xdh2k6y\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Where is your Social Media Videos are ?!\"','','private','closed','closed','','flowerhouse-films-where-is-your-social-media-videos-are','','','2024-04-21 04:26:05','2024-04-21 04:26:05','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9815',0,'postman_sent_mail','',0),(1305,2,'2019-11-20 03:03:16','2019-11-20 03:03:16','','Banner Prueba','','inherit','open','closed','','banner-prueba','','','2019-11-20 03:03:16','2019-11-20 03:03:16','',0,'https://www.flowerhousefilms.com/wp-content/uploads/2019/11/Banner-Prueba.png',0,'attachment','image/png',0),(1361,2,'2020-01-28 04:13:20','2020-01-28 04:13:20','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1361-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1361-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1361-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1361-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1361-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','publish','closed','closed','','sobreactuando','','','2020-06-11 15:02:02','2020-06-11 15:02:02','',1492,'https://www.flowerhousefilms.com/?page_id=1361',0,'page','',0),(1362,2,'2019-11-20 04:52:28','2019-11-20 04:52:28','<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Estamos trabajando para traerte toda la información que necesitas para ser actor o actriz en la Ciudad de México. Mientras esperas, ¡visita nuestro <a rel=\"noreferrer noopener\" href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\">podcast</a>!</p>\n<!-- /wp:paragraph -->','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2019-11-20 04:52:28','2019-11-20 04:52:28','',1361,'https://www.flowerhousefilms.com/2019/11/20/1361-revision-v1/',0,'revision','',0),(1363,2,'2019-11-20 04:54:54','2019-11-20 04:54:54','<!-- wp:spacer {\"height\":53} -->\n<div style=\"height:53px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Estamos trabajando para traerte toda la información que necesitas para ser actor o actriz en la Ciudad de México. Mientras esperas, ¡visita nuestro <a rel=\"noreferrer noopener\" href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\">podcast</a>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2019-11-20 04:54:54','2019-11-20 04:54:54','',1361,'https://www.flowerhousefilms.com/2019/11/20/1361-revision-v1/',0,'revision','',0),(1364,2,'2019-11-20 04:55:11','2019-11-20 04:55:11','<!-- wp:spacer {\"height\":33} -->\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Estamos trabajando para traerte toda la información que necesitas para ser actor o actriz en la Ciudad de México. Mientras esperas, ¡visita nuestro <a rel=\"noreferrer noopener\" href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\">podcast</a>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2019-11-20 04:55:11','2019-11-20 04:55:11','',1361,'https://www.flowerhousefilms.com/2019/11/20/1361-revision-v1/',0,'revision','',0),(1365,2,'2019-11-20 04:55:32','2019-11-20 04:55:32','<!-- wp:spacer {\"height\":33} -->\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"center\",\"level\":3} -->\n<h3 class=\"has-text-align-center\">Estamos trabajando para traerte toda la información que necesitas para ser actor o actriz en la Ciudad de México. Mientras esperas, ¡visita nuestro <a rel=\"noreferrer noopener\" href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\">podcast</a>!</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2019-11-20 04:55:32','2019-11-20 04:55:32','',1361,'https://www.flowerhousefilms.com/2019/11/20/1361-revision-v1/',0,'revision','',0),(1366,2,'2019-11-20 04:55:50','2019-11-20 04:55:50','<!-- wp:spacer {\"height\":33} -->\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"center\"} -->\n<h2 class=\"has-text-align-center\">Estamos trabajando para traerte toda la información que necesitas para ser actor o actriz en la Ciudad de México. Mientras esperas, ¡visita nuestro <a rel=\"noreferrer noopener\" href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\">podcast</a>!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2019-11-20 04:55:50','2019-11-20 04:55:50','',1361,'https://www.flowerhousefilms.com/2019/11/20/1361-revision-v1/',0,'revision','',0),(9810,0,'2024-04-20 05:09:00','2024-04-20 05:09:00','Tommy Tanner \nReclaim Your Time with 5C Virtual Assistance!\n\nGreetings team\r\n\r\nIn the fast-paced landscape of modern business, staying ahead often means delegating tasks efficiently. That\'s where 5C Virtual Support steps in – your partner for exceptional, skilled, and seasoned virtual support across any industry. At an unrivaled rate of just USD9 per hour, our virtual assistants will transform your operational workflow, allowing you to focus on core business strategies while we handle the rest.\r\n\r\nFrom taking care of your emails, customer support, call answering, and scheduling, to managing complex data management tasks, our team is prepared to support your business needs with precision and professionalism. Envision the growth potential when your time is spent on what truly matters, powered by the support of a dedicated virtual assistant who gets your business inside out.\r\n\r\nLet 5C Virtual Support be the key to revealing your business\'s full potential. Reach out to us today to find out how our tailored solutions can enhance your productivity and efficiency.\r\n\r\nThank you\r\n\r\nTommy Tanner\r\n5C Virtual Assistance\r\nsales@5cvas.com\r\n904-685-6366\r\nwww.5cvas.com/?refid=222\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Reclaim Your Time with 5C Virtual Assistance!\"','','private','closed','closed','','flowerhouse-films-reclaim-your-time-with-5c-virtual-assistance','','','2024-04-20 05:09:00','2024-04-20 05:09:00','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9810',0,'postman_sent_mail','',0),(9813,0,'2024-04-20 17:19:23','2024-04-20 17:19:23','Sophia Wilson \nI just have a quick question..\n\nHi, I hope you\'re doing well.\r\n\r\nI recently increased the lead generation for one of your competitors by incorporating our chat widget onto their website.\r\n\r\nOur AI-driven chat widget is tailored for your niche, providing a way to engage with your website visitors and convert them into leads.\r\n\r\nBy leveraging advanced technology, you can automate the lead generation process and focus on what you do best – providing exceptional service to your clients.\r\n\r\nI\'d love to discuss how our solution can benefit your business. Can we schedule a time to chat?\r\n\r\nLooking forward to hearing from you!\r\n\r\nBest regards,\r\n\r\nSophia Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"I just have a quick question..\"','','private','closed','closed','','flowerhouse-films-i-just-have-a-quick-question','','','2024-04-20 17:19:23','2024-04-20 17:19:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9813',0,'postman_sent_mail','',0),(1830,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','<h2>Our Blog</h2>\n<h4>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h4>\n<h2>Blog Post</h2>\n						Posted by Tyler														on							July 5, 2015					\n				<h2>\n			<a href=\"http://content.tesseracttheme.com/2015/test-post-03/\">\n				Test Post 03			</a>\n		</h2>\n								<a href=\"http://content.tesseracttheme.com/2015/test-post-03/\">\n					<img width=\"700\" height=\"468\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-1024x684.jpg\" alt=\"photo-1429308755210-25a272addeb3\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-300x200.jpg 300w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-1024x684.jpg 1024w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1429308755210-25a272addeb3-e1440790827836.jpg 1200w\" sizes=\"(max-width: 700px) 100vw, 700px\" />				\n			</a>\n						<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio . Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris . Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent<a href=\"http://content.tesseracttheme.com/2015/test-post-03/\"> &#8230;</a></p>\n						Posted by Tyler														on							July 5, 2015					\n				<h2>\n			<a href=\"http://content.tesseracttheme.com/2015/test-post-02/\">\n				Test Post 02			</a>\n		</h2>\n								<a href=\"http://content.tesseracttheme.com/2015/test-post-02/\">\n					<img width=\"683\" height=\"1024\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-683x1024.jpg\" alt=\"photo-1428930377079-45a584b6dd6b\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-200x300.jpg 200w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-683x1024.jpg 683w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1428930377079-45a584b6dd6b-300x450.jpg 300w\" sizes=\"(max-width: 683px) 100vw, 683px\" />				\n			</a>\n						<p>Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc<a href=\"http://content.tesseracttheme.com/2015/test-post-02/\"> &#8230;</a></p>\n						Posted by Tyler														on							July 5, 2015					\n				<h2>\n			<a href=\"http://content.tesseracttheme.com/2015/test-post-01/\">\n				Test Post 01			</a>\n		</h2>\n								<a href=\"http://content.tesseracttheme.com/2015/test-post-01/\">\n					<img width=\"700\" height=\"467\" src=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-1024x683.jpg\" alt=\"photo-1433838552652-f9a46b332c40\" srcset=\"http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-300x200.jpg 300w, http://content.tesseracttheme.com/wp-content/uploads/2015/07/photo-1433838552652-f9a46b332c40-1024x683.jpg 1024w\" sizes=\"(max-width: 700px) 100vw, 700px\" />				\n			</a>\n						<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia<a href=\"http://content.tesseracttheme.com/2015/test-post-01/\"> &#8230;</a></p>\n						Posted by Tyler														on							May 15, 2015					\n				<h2>\n			<a href=\"http://content.tesseracttheme.com/2015/create-a-wordpress-website-2015/\">\n				Create a WordPress Website 2015			</a>\n		</h2>\n						<p>Create a WordPress Website 2015 In this lesson I show you how to create a website step by step with no step skipped.  You will be learning how to do everything in 2 hours.  How to setup hosting, create a WordPress website, install a theme, get free images.</p>\n						Posted by Tyler														on							September 16, 2014					\n				<h2>\n			<a href=\"http://content.tesseracttheme.com/2014/hello-world/\">\n				Hello world!			</a>\n		</h2>\n						<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>\n','Blog Layout','','publish','closed','closed','','blog-layout','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/blog-layout/',0,'fl-builder-template','',0),(1831,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p><strong>About Us</strong></p><p><a href=\"http://www.tyler.com\">Founders</a></p>\n	<h1>About Us</h1><p>Founded in August of 2008 and based in San Francisco, California, Airbnb is a trusted community marketplace for people to list, discover, and book unique accommodations around the world — online or from a mobile phone or tablet.</p><p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185033/morocco-123961_1280.jpg\" alt=\"morocco-123961_1280\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185009/mountains-863474_1280.jpg\" alt=\"mountains-863474_1280\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185701/mt-fuji-477832_1920.jpg\" alt=\"mt-fuji-477832_1920\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185139/iceberg-404966_1920.jpg\" alt=\"iceberg-404966_1920\" itemprop=\"image\" />\n	<p>Whether an apartment for a night, a castle for a week, or a villa for a month, Airbnb connects people to unique travel experiences, at any price point, in more than 34,000 cities and 190 countries. And with world-class customer service and a growing community of users, Airbnb is the easiest way for people to monetize their extra space and showcase it to an audience of millions.</p>','About Us','','publish','closed','closed','','about-us','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/about-us/',0,'fl-builder-template','',0),(1832,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185053/moon1.png\" alt=\"moon1\" itemprop=\"image\" />\r\n	<h1><strong>Our Pricing Perspective</strong></h1>\r\n<p>Team communication is at the heart of every business. It\'s the thing that connects your entire organization and has the biggest impact on your culture and productivity.</p>\r\n<p>For decades, team communication software has been a race to the bottom with clunky and cheap solutions that offer far more frustration than value. We want to change that by offering you a product that just works. And we want it to be a great value for your entire organization - with a growing lineup of new features, helpful on-boarding, and responsive support.</p>\r\n<p>We believe Slack is an investment in your team and culture. So we set our pricing at a level that allows us to invest in building a solid product, and more importantly, a great experience for you as our customers.</p>\r\n','Color Image Text Box','','publish','closed','closed','','color-image-text-box','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/color-image-text-box/',0,'fl-builder-template','',0),(1833,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1 style=\"text-align: center;\"><strong>The funny thing is, it actually works.</strong></h1>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>\n	<h3>Many Amazing Things</h3><p>Talk, share, and make decisions in open channels across your team, in private groups for sensitive matters, or use direct messages one-to-one.</p>','6 Text Boxes','','publish','closed','closed','','6-text-boxes','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/6-text-boxes/',0,'fl-builder-template','',0),(1834,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	<h3>Title Here</h3><p>Description of what it is is right here.</p>','Video Page','','publish','closed','closed','','video-page','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/video-page/',0,'fl-builder-template','',0),(1835,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>\n	<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Rk6_hdRtJOE\" frameborder=\"0\" allowfullscreen></iframe>','Video','','publish','closed','closed','','video','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/video/',0,'fl-builder-template','',0),(1836,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1 style=\"text-align: center;\"><strong>Glacier Snow</strong></h1>','Simple Hero','','publish','closed','closed','','simple-hero','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/simple-hero/',0,'fl-builder-template','',0),(1837,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p>Lorem ipsum dolor sit amet, sed audiam accusata te, no ubique indoctum has. Qui id fierent volutpat, ad feugiat deleniti nam, posse timeam duo eu. Eos id veri perpetua, eu eum congue nonumes, ne mei similique intellegat. Sit fugit eripuit definitionem eu.Vim ea soluta praesent maiestatis. Mel illum iudico option ut, nemore scribentur definitiones est no. Ius id tation virtute epicuri, postea diceret ei nec, vix mazim graecis intellegebat ut. Tempor mandamus duo et. Id feugiat alienum expetenda sed</p>\n<p>Quaestio constituto id vim. Ius erat causae liberavisse te, est no vitae debitis oportere. Ius et quod eros populo, numquam sanctus definitiones eu vim. Usu quod regione ne, facilisi ullamcorper sit at. Ei nonumy aperiam mentitum vel.</p>\n<p>Ex vel nisl mundi, eum ne nominati principes iracundia. Ad choro appareat eam, ex has oblique offendit maiestatis. Pri malis voluptatibus ea. Duo an nulla legendos, ipsum novum ubique cu quo. Oratio putant qualisque id quo, pri at error iudicabit.</p>\n<p>Ut nonumy postea nec. Harum reprimique in cum, vivendo eleifend dissentias at vis. Eu aeterno consulatu nec, id eum simul dolor honestatis. Veritus lucilius forensibus sea ea, possit debitis facilisi mei ex. Ad hendrerit incorrupte contentiones vis, eos at lobortis facilisis. Voluptua abhorreant vel eu, eruditi sententiae adipiscing sea id.</p>\n','Simple Paragraph','','publish','closed','closed','','simple-paragraph','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/simple-paragraph/',0,'fl-builder-template','',0),(1838,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185310/snowboard-113784_1280.jpg\" alt=\"snowboard-113784_1280\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185250/backcountry-248984_1280.jpg\" alt=\"backcountry-248984_1280\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185227/winter-234721_1280.jpg\" alt=\"winter-234721_1280\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185201/snow-745677_1280.jpg\" alt=\"snow-745677_1280\" itemprop=\"image\" />\n	','4 Images','','publish','closed','closed','','4-images','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/4-images/',0,'fl-builder-template','',0),(1839,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p style=\"text-align: center;\">Learn what Tyler can Do for you.   <a  href=\"/our-work\">Take a tour &gt;</a></p>','CTA - Simple','','publish','closed','closed','','cta-simple','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/cta-simple/',0,'fl-builder-template','',0),(1840,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p style=\"text-align: center;\">iPhone 6 isn’t simply bigger — it’s better in every way. Larger, yet dramatically thinner. More powerful, but remarkably power efficient. With a smooth metal surface that seamlessly meets the new Retina HD display. It’s one continuous form where hardware and software function in perfect unison, creating a new generation of iPhone that’s better by any measure.</p>','Large Centered Text','','publish','closed','closed','','large-centered-text','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/large-centered-text/',0,'fl-builder-template','',0),(1841,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185459/10-32-19-268_640.jpg\" alt=\"10-32-19-268_640\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185325/boy-746520_640.jpg\" alt=\"boy-746520_640\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185425/leopard-515509_640.jpg\" alt=\"leopard-515509_640\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185339/moon-landing-60582_640-e1440099679343.jpg\" alt=\"moon-landing-60582_640-e1440099679343\" itemprop=\"image\" />\n	','4 Image Boxes','','publish','closed','closed','','4-image-boxes','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/4-image-boxes/',0,'fl-builder-template','',0),(1842,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','	<h1 style=\"text-align: center;\"><strong><img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185505/Drawing1.png\" alt=\"Drawing\" width=\"61\" height=\"61\" /> </strong><strong>MUSIC</strong></h1><h3 style=\"text-align: center;\">Free, three month trial now available.</h3><p style=\"text-align: center;\"><a href=\"#\">Learn more about Apple Music &gt;</a>  <a href=\"#\">Start listening now &gt;</a></p>','Hero Music','','publish','closed','closed','','hero-music','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/hero-music/',0,'fl-builder-template','',0),(1843,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','','Google Map','','publish','closed','closed','','google-map','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/google-map/',0,'fl-builder-template','',0),(1844,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','	<h1 style=\"text-align: center;\">EXPLORE</h1><h3 style=\"text-align: center;\">everything and do what you love</h3><p style=\"text-align: center;\"><a href=\"/about\">Our Mission</a> <a href=\"/our-work\">View Our Work</a></p>','Hero Explore','','publish','closed','closed','','hero-explore','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/hero-explore/',0,'fl-builder-template','',0),(1845,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1>Little Lion</h1>\n<p>The little lion in you can grow and roar and become the big lion that you are because you are much bigger than you think you are.</p>\n','Full Width Image, Right Text','','publish','closed','closed','','full-width-image-right-text','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/full-width-image-right-text/',0,'fl-builder-template','',0),(1846,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1>Higher Still</h1>\n<p>Get back to nature, nature knows that this is the journey of your soul.  Reconnect and rediscover yourself again.</p>\n','Full Width Image, Left Text','','publish','closed','closed','','full-width-image-left-text','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/full-width-image-left-text/',0,'fl-builder-template','',0),(1847,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','	<h1>Schedule a Visit</h1>\r\n<p>Call or email to schedule a 3 day retreat or check out our work.</p>\r\n	<p style=\"text-align: center;\"><a href=\"/contact\"> Schedule It</a> <a href=\"/our-work\">See Our Work</a></p>','Call To Action 1','','publish','closed','closed','','call-to-action-1','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/call-to-action-1/',0,'fl-builder-template','',0),(1848,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185720/Begin3.jpg\" alt=\"Begin\" itemprop=\"image\" />\n	<h1>Begin</h1><p>After you are settled, you will be given some tea with herbs in it that will help your reflecting process.</p>','Right Text, Left Image','','publish','closed','closed','','right-text-left-image','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/right-text-left-image/',0,'fl-builder-template','',0),(1849,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1>Relax</h1><p>When you get to our retreat you will be given space to relax and enjoy nature and the scenery.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185740/Relax2.jpg\" alt=\"Relax\" itemprop=\"image\" />\n	','Left Text, Right Image','','publish','closed','closed','','left-text-right-image','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/left-text-right-image/',0,'fl-builder-template','',0),(1850,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185823/photo-1422665717225-1a37f226c92a-e1427761297313-landscape.jpg\" alt=\"photo-1422665717225-1a37f226c92a-e1427761297313-landscape\" itemprop=\"image\" />\n	<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n	<h3 style=\"text-align: center;\">LOREM IPSUM</h3><p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nisl mauris, euismod sit amet vehicula vitae, commodo vel ante. Integer sit amet rutrum odio, a condimentum ligula.</p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185805/photo-1416949929422-a1d9c8fe84af-landscape.jpg\" alt=\"photo-1416949929422-a1d9c8fe84af-landscape\" itemprop=\"image\" />\n	','4 Square','','publish','closed','closed','','4-square','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/4-square/',0,'fl-builder-template','',0),(1851,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185929/Stella-Dog1.jpg\" alt=\"Stella-Dog\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185910/Tyler-Beach1.jpg\" alt=\"Tyler-Beach\" itemprop=\"image\" />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185847/Jennifer1.jpg\" alt=\"Jennifer\" itemprop=\"image\" />\n	','3 Image Boxes','','publish','closed','closed','','3-image-boxes','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/3-image-boxes/',0,'fl-builder-template','',0),(1852,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<h1 style=\"text-align: center;\">A smarter way to do things</h1>\n<p style=\"text-align: center;\">We do things smarter and faster to give you a sense of what can be done.  Our templates allow for rapid development so you don\'t need to waste your time on developing and you can just launch your product or service.  You will love it.  Develop your skills and wow people with your amazing website.  Never be at a loss for ideas and always show up.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.tyler.com\">Learn More About This &gt;</a></p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07185656/mt-fuji-477832_1920-1580x480.jpg\" alt=\"mt-fuji-477832_1920-1580x480\" itemprop=\"image\" />\n	','Center Text & Image','','publish','closed','closed','','center-text-image','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/center-text-image/',0,'fl-builder-template','',0),(1853,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p style=\"text-align: center;\">\"We keep moving forward, opening new doors, and doing new things, because we\'re curious and curiosity keeps leading us down new paths.\"</p><p style=\"text-align: center;\"><em>- Walt Disney</em></p>','Simple Quote','','publish','closed','closed','','simple-quote','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/simple-quote/',0,'fl-builder-template','',0),(1854,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n	<p> </p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p>','Just an Image','','publish','closed','closed','','just-an-image','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/just-an-image/',0,'fl-builder-template','',0),(1855,2,'2020-06-11 15:31:03','2020-06-11 15:31:03','\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190024/float11.png\" alt=\"float1\" itemprop=\"image\" />\n	<h2 style=\"text-align: center;\">services</h2><p style=\"text-align: center;\">We help you relax so you can go within and begin your work. This helps you reflect so you can enjoy your life.</p><p style=\"text-align: center;\"><a href=\"/services\">View Services</a></p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190032/Gallery1.png\" alt=\"Gallery\" itemprop=\"image\" />\n	<h2 style=\"text-align: center;\">our work</h2><p style=\"text-align: center;\">See the work we do around the world. Be inspired to join us on our mission to make the world a better place.</p><p style=\"text-align: center;\"><a href=\"/our-work\">Our Work</a></p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2015/09/07190040/Ocean-Squid1.png\" alt=\"Ocean-Squid\" itemprop=\"image\" />\n	<h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">Contact us to see what we can do for you. We can help you by giving you free advice or you can join us on a retreat.</p><p style=\"text-align: center;\"><a href=\"/contact\">Contact Us</a></p>','3 Featured Boxes','','publish','closed','closed','','3-featured-boxes','','','2020-06-11 15:31:03','2020-06-11 15:31:03','',0,'https://www.flowerhousefilms.com/3-featured-boxes/',0,'fl-builder-template','',0),(1856,2,'2020-06-11 15:31:04','2020-06-11 15:31:04','<h2></h2>\n<h2>DISCOVER</h2>\n<h4>discover the truth, that you\'re already here</h4>\n','Discover Home','','publish','closed','closed','','discover-home','','','2020-06-11 15:31:04','2020-06-11 15:31:04','',0,'https://www.flowerhousefilms.com/discover-home/',0,'fl-builder-template','',0),(1477,2,'2020-01-28 19:32:12','2020-01-28 19:32:12','<div id=\"pl-1477\"  class=\"panel-layout\" ><div id=\"pg-1477-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1477-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1477-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1477-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-1477-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1477-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-1477-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><p>[spacer height=\"10px\"]</p><hr><p>&nbsp;</p></div>\n</div></div><div id=\"panel-1477-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1477-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1477-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1477-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2020-01-28 19:32:12','2020-01-28 19:32:12','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(2672,2,'2021-06-24 17:14:46','2021-06-24 17:14:46','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:14:46','2021-06-24 17:14:46','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(1684,2,'2021-05-03 18:54:35','2021-05-03 18:54:35','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-168410002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-168410003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-autosave-v1','','','2021-05-03 18:54:35','2021-05-03 18:54:35','',1660,'https://www.flowerhousefilms.com/1660-autosave-v1/',0,'revision','',0),(9715,0,'2024-03-27 21:21:46','2024-03-27 21:21:46','Ravi Demaine \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-11','','','2024-03-27 21:21:46','2024-03-27 21:21:46','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9715',0,'postman_sent_mail','',0),(9716,0,'2024-03-27 21:55:51','2024-03-27 21:55:51','Will Blackmore \nCould you use some funding to grow / expand your biz?\n\nBusiness Growth &amp; Expansion is an EXCITING phase! \r\n\r\nIt often requires a variety of investments to be made into your business to keep up with growing demand… \r\n\r\n- bigger premises \r\n- new locations \r\n- more stock \r\n- more staff \r\n- new technology \r\n- more equipment \r\n\r\n\r\nYou might be thinking that you could just tap into your internal cash reserves to cover these expenses. \r\n\r\nThat\'s a good idea …sometimes but not always. \r\n⁣\r\nThe moment you lock up your cash in something tangible… \r\n…like equipment, staff, inventory, property, etc. \r\n…it is no longer liquid. \r\n\r\nYou no longer have EASY access to that cash. \r\n\r\nYou have to wait for more cash to flow in to cover your day-to-day operations. \r\n\r\n\r\nBut … there is an alternative… \r\n…leverage OPM - other people\'s money. \r\n\r\nThat\'s where we come in. \r\n\r\nOur lending networks consist of a wide range of alternative lending sources who provide access to fast capital so that you can quickly take advantage of growth opportunities that come your way. \r\n\r\nAvailable Funding Products include: \r\n&gt; Business Term Loans from $10K - $10M \r\n&gt; Short Term Business Loans from $5K - $750K \r\n&gt; Revenue Lending from $10K - $20M \r\n&gt; Working Capital Loans from $10K - $750K \r\n&gt; Consolidation Loans from $25K - $750K \r\n&gt; Business Lines of Credit from $10K - $20M \r\n&gt; SBA Loans from $100K - $5M \r\n&gt; Purchase Order Financing from $10K - $20M \r\n&gt; Inventory Financing from $250K - $500K \r\n&gt; Book of Business Financing from $25K - $50M \r\n&gt; 401K or IRA Financing from $10K - $1M \r\n&gt; Securities-Based Financing from $50K and up \r\n&gt; Equipment Financing / Leasing from $10K - $20M \r\n&gt; Invoice Financing up to $10M per month \r\n&gt; Account Receivable Financing from $10K - $20M \r\n&gt; Commercial Real Estate Loans up to $150M \r\n&gt; Business Acquisition Financing up to $25M \r\n&gt; Unsecured Business Credit Cards from $10K - $150K \r\n\r\nWhen it comes to business capital, we\'ve got you covered from all angles. \r\n\r\n\r\n*** Your Next Step *** \r\nIf you\'re interested in getting funds to grow or expand your business, complete our super simple form to get matched with the best lending network for your circumstances: \r\n&gt;&gt; https://GrowBizFunds.click/ \r\n\r\nLooking forward to helping you make 2024 your best year yet!!! \r\n\r\nWarm Regards, \r\nWill \r\n\r\n*** MINIMUM FUNDING CRITERIA *** \r\n&#x2714;&#xfe0f; Business Must Be Based in USA \r\n&#x2714;&#xfe0f; Must Be Registered and in Good Standing \r\n&#x2714;&#xfe0f; Must Have Business Bank Account \r\n&#x2714;&#xfe0f; 12+ Months Generating Revenue \r\n&#x2714;&#xfe0f; $25,000+ Monthly Revenue \r\n***************************************\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n2000 S Colorado Blvd\r\nDenver CO 80222\r\n\r\nIf you\'d rather not find out more about business funding, simply reply to this email with the word REMOVE and your wish will be promptly granted.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Could you use some funding to grow / expand your biz?\"','','private','closed','closed','','flowerhouse-films-could-you-use-some-funding-to-grow-expand-your-biz','','','2024-03-27 21:55:51','2024-03-27 21:55:51','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9716',0,'postman_sent_mail','',0),(1763,2,'2020-06-11 14:02:37','2020-06-11 14:02:37','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-revision-v1','','','2020-06-11 14:02:37','2020-06-11 14:02:37','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1489,2,'2020-01-28 19:56:30','2020-01-28 19:56:30','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-148910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','publish','closed','closed','','inocenteconfusion','','','2020-08-10 20:43:32','2020-08-10 20:43:32','',1492,'https://www.flowerhousefilms.com/?page_id=1489',0,'page','',0),(1540,2,'2020-01-28 21:16:51','2020-01-28 21:16:51','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 21:16:51','2020-01-28 21:16:51','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1539,2,'2020-01-28 21:16:51','2020-01-28 21:16:51','<div id=\"pl-1539\"  class=\"panel-layout\" ><div id=\"pg-1539-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1539-0\" data-stretch-type=\"full\" ><div id=\"pgc-1539-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1539-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1539-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1539-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1539-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1539-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1539-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1539-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1539-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1539-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1539-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1539-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1539-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1539-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1539-3\" data-stretch-type=\"full\" ><div id=\"pgc-1539-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1539-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1539-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1539-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 21:16:51','2020-01-28 21:16:51','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1518,2,'2020-01-28 20:29:59','2020-01-28 20:29:59','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 200 people have made our projects possible. Learn more about us.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 20:29:59','2020-01-28 20:29:59','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1471,2,'2020-01-28 19:28:20','2020-01-28 19:28:20','<div id=\"pl-1471\"  class=\"panel-layout\" ><div id=\"pg-1471-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1471-0\" data-stretch-type=\"full\" ><div id=\"pgc-1471-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1471-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1471-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1471-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1471-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1471-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1471-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1471-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1471-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1471-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1471-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1471-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1471-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1471-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1471-3\" data-stretch-type=\"full\" ><div id=\"pgc-1471-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1471-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1471-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1471-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 19:28:20','2020-01-28 19:28:20','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1472,2,'2020-01-28 19:28:20','2020-01-28 19:28:20','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSIÓN</span>\n<span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span>\n<span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 19:28:20','2020-01-28 19:28:20','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1517,2,'2020-01-28 20:29:59','2020-01-28 20:29:59','<div id=\"pl-1517\"  class=\"panel-layout\" ><div id=\"pg-1517-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1517-0\" data-stretch-type=\"full\" ><div id=\"pgc-1517-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1517-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1517-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1517-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1517-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1517-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1517-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1517-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1517-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">who we are</h2>\n<p style=\"text-align: center;\">A group of over 200 people have made our projects possible. Learn more about us.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1517-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1517-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1517-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1517-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1517-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1517-3\" data-stretch-type=\"full\" ><div id=\"pgc-1517-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1517-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1517-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1517-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 20:29:59','2020-01-28 20:29:59','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1487,2,'2020-01-28 19:51:25','2020-01-28 19:51:25','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 19:51:25','2020-01-28 19:51:25','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1486,2,'2020-01-28 19:51:25','2020-01-28 19:51:25','<div id=\"pl-1486\"  class=\"panel-layout\" ><div id=\"pg-1486-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1486-0\" data-stretch-type=\"full\" ><div id=\"pgc-1486-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1486-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1486-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1486-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1486-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1486-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1486-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1486-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1486-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1486-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1486-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1486-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1486-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1486-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1486-3\" data-stretch-type=\"full\" ><div id=\"pgc-1486-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1486-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1486-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1486-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 19:51:25','2020-01-28 19:51:25','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1473,2,'2020-01-28 19:29:14','2020-01-28 19:29:14','<div id=\"pl-1473\"  class=\"panel-layout\" ><div id=\"pg-1473-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1473-0\" data-stretch-type=\"full\" ><div id=\"pgc-1473-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1473-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-1473-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-1473-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1473-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1473-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-1473-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1473-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1473-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1473-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1473-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1473-2-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1473-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1473-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1473-2-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1473-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1473-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1473-2-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2020-01-28 19:29:14','2020-01-28 19:29:14','',35,'https://www.flowerhousefilms.com/35-revision-v1/',0,'revision','',0),(1474,2,'2020-01-28 19:29:14','2020-01-28 19:29:14','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-2-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2020-01-28 19:29:14','2020-01-28 19:29:14','',35,'https://www.flowerhousefilms.com/35-revision-v1/',0,'revision','',0),(1475,2,'2020-01-28 19:30:01','2020-01-28 19:30:01','<div id=\"pl-1475\"  class=\"panel-layout\" ><div id=\"pg-1475-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1475-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1475-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]</div>\n</div></div></div></div></div>','About','','inherit','closed','closed','','37-revision-v1','','','2020-01-28 19:30:01','2020-01-28 19:30:01','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1476,2,'2020-01-28 19:30:01','2020-01-28 19:30:01','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]\n\n&nbsp;\n<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p>\n&nbsp;\n\n[spacer height=\"500px\"]</div>\n</div></div></div></div></div>','About','','inherit','closed','closed','','37-revision-v1','','','2020-01-28 19:30:01','2020-01-28 19:30:01','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1478,2,'2020-01-28 19:32:12','2020-01-28 19:32:12','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@inocenteconfusion.com<br><strong>Address:</strong> Mexico City, Mexico&nbsp;</p><p>[spacer height=\"10px\"]</p><hr><p>&nbsp;</p></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2020-01-28 19:32:12','2020-01-28 19:32:12','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(1479,2,'2020-01-28 19:32:59','2020-01-28 19:32:59','<div id=\"pl-1479\"  class=\"panel-layout\" ><div id=\"pg-1479-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1479-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1479-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1479-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1479-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-1-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-1479-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-1479-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div><div id=\"pgc-1479-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-3-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div></div><div id=\"pg-1479-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-1479-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div>\n</div></div></div><div id=\"pgc-1479-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-5-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-1479-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-5-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-1479-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1479-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1479-6-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></div>\n</div></div></div><div id=\"pgc-1479-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-1479-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-1479-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1479-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1479-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2020-01-28 19:32:59','2020-01-28 19:32:59','',377,'https://www.flowerhousefilms.com/377-revision-v1/',0,'revision','',0),(1480,2,'2020-01-28 19:32:59','2020-01-28 19:32:59','<div id=\"pl-377\"  class=\"panel-layout\" ><div id=\"pg-377-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;378&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-377-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-377-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"260px\"]</p><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">News &amp;&nbsp;Updates</span></h1><p style=\"text-align: center;\">[spacer height=\"260px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-377-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://secsfest.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-812\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/SECS.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.broadhumorfilmfest.com/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-811\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/Broad-Humor.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-1-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/profile.php?id=230780267744659\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-810\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/07/incorto.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-775\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Cartelera-Ludico-1.jpg\" alt=\"\" width=\"1280\" height=\"1280\"></a></p></div>\n</div></div></div><div id=\"pgc-377-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/ludicofest/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-772\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/06/Ludico-update.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://vimeo.com/256506829\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-675\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/02/estreno-para-newsinocenteconfusion.com_.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://lacasadelcine.mx/frontal/ubicacion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/01/Invitación-Estreno.jpg\" alt=\"\" width=\"530\" height=\"530\"></a></p></div>\n</div></div></div><div id=\"pgc-377-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-593\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/Mugs.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div><div id=\"pgc-377-3-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-3-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone size-full wp-image-560\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/11/GRFFF.png\" alt=\"\" width=\"800\" height=\"800\"></p></div>\n</div></div></div></div><div id=\"pg-377-4\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://www.grfff.org/2017-film-selections/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-513\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/GRFFF-Instagram.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-517\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Curtas-do-acaso-schedule.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"https://www.facebook.com/events/252031311984969/?fref=ts\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-465\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/festivalMy-Love.png\" alt=\"\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-5\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-453\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1-1.png\" alt=\"\" width=\"800\" height=\"800\"></a><a href=\"http://spunepescurt.ro/2017/03/14/february-2017-official-selections-short-to-the-point/\"><br></a></p></div>\n</div></div></div><div id=\"pgc-377-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"https://www.flowerhousefilms.com/wp-content/uploads/2017/02/InocenteConfusion_Poster-chico.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-417 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/1.png\" alt=\"1\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div><div id=\"pgc-377-5-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-5-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9}\"><a href=\"http://www.imdb.com/title/tt5863914/?ref_=ext_shr_eml_tt\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone wp-image-394 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/IMDb-1-1.jpg\" alt=\"Inocente Confusión on IMDB\" width=\"800\" height=\"800\"></a></p></div>\n</div></div></div></div><div id=\"pg-377-6\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;gutter&quot;:&quot;20px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-377-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-377-6-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<img class=\"0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} wp-image-388 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Were-off-to-the-festival-circuit.jpg\" alt=\"were-off-to-the-festival-circuit\" width=\"800\" height=\"800\"></div>\n</div></div></div><div id=\"pgc-377-6-1\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.333333333333\" ></div><div id=\"pgc-377-6-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.333333333333\" ></div></div><div id=\"pg-377-7\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-377-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-377-7-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div>','News','','inherit','closed','closed','','377-revision-v1','','','2020-01-28 19:32:59','2020-01-28 19:32:59','',377,'https://www.flowerhousefilms.com/377-revision-v1/',0,'revision','',0),(1481,2,'2020-01-28 19:34:52','2020-01-28 19:34:52','<div id=\"pl-98\"  class=\"panel-layout\" ><div id=\"pg-98-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-98-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-98-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	Flowerhouse graphics, logos and color palette by <a href=\"http://www.instagram.com/alfonsoruiz.book/\">Alfonso Ruiz</a>.\n\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a></div>\n</div></div></div></div></div>','Credits','','inherit','closed','closed','','98-revision-v1','','','2020-01-28 19:34:52','2020-01-28 19:34:52','',98,'https://www.flowerhousefilms.com/98-revision-v1/',0,'revision','',0),(9786,0,'2024-04-14 23:06:46','2024-04-14 23:06:46','Byron Cole \nHi flowerhousefilms.com Admin!\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Admin!\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-admin-4','','','2024-04-14 23:06:46','2024-04-14 23:06:46','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9786',0,'postman_sent_mail','',0),(1582,2,'2020-01-29 16:35:45','2020-01-29 16:35:45','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1489-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-29 16:35:45','2020-01-29 16:35:45','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1581,2,'2020-01-29 16:35:45','2020-01-29 16:35:45','<div id=\"pl-1581\"  class=\"panel-layout\" ><div id=\"pg-1581-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1581-0\" data-stretch-type=\"full\" ><div id=\"pgc-1581-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1581-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1581-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1581-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1581-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1581-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1581-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1581-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1581-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1489-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1581-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1581-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1581-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-29 16:35:45','2020-01-29 16:35:45','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1580,2,'2020-01-28 22:44:38','2020-01-28 22:44:38','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 22:44:38','2020-01-28 22:44:38','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1491,2,'2020-01-28 19:56:30','2020-01-28 19:56:30','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-3\" data-stretch-type=\"full\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1489-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 19:56:30','2020-01-28 19:56:30','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1490,2,'2020-01-28 19:56:30','2020-01-28 19:56:30','<div id=\"pl-1490\"  class=\"panel-layout\" ><div id=\"pg-1490-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1490-0\" data-stretch-type=\"full\" ><div id=\"pgc-1490-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1490-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1490-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1490-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1490-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1490-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1490-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1490-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1490-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1490-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1490-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1490-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1490-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1490-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1490-3\" data-stretch-type=\"full\" ><div id=\"pgc-1490-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1490-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1490-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1490-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 19:56:30','2020-01-28 19:56:30','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1492,2,'2020-01-28 19:57:14','2020-01-28 19:57:14','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1492-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1492-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1492-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-4\" data-stretch-type=\"full\" ><div id=\"pgc-1492-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','publish','closed','closed','','proyectos','','','2021-07-11 01:38:17','2021-07-11 01:38:17','',0,'https://www.flowerhousefilms.com/?page_id=1492',0,'page','',0),(1493,2,'2020-01-28 19:57:14','2020-01-28 19:57:14','','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 19:57:14','2020-01-28 19:57:14','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1494,2,'2020-01-28 19:57:45','2020-01-28 19:57:45','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a> <a class=\"button secondary-button\" style=\"color: #ffffff;\" href=\"/about\">Flowerhouse</a></span></h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-3\" data-stretch-type=\"full\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1489-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 19:57:45','2020-01-28 19:57:45','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1495,2,'2020-01-28 19:58:48','2020-01-28 19:58:48','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\"><a href=\"http://www.sofia-ruiz.com\" target=\"_blank\" rel=\"noopener noreferrer\">Sofia Ruiz</a>&nbsp;</span> (Writer, Producer, Cast)\nis an actor, writer and producer. After getting her Bachelor’s Degree in Theatre &amp; Dance from The University of Texas at Austin, she lived and worked in Los Angeles and then moved to Mexico City, where she works as a film and stage actor. This is her first project with Flowerhouse Films, her production company, with which she intends to continue producing female-centric films.</div></div></div><div id=\"pgc-39-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-471\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Sofia-Ruiz-4-e1504494870908.jpg\" alt=\"\" width=\"2104\" height=\"1323\"></p></div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-1\" data-stretch-type=\"full\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"alignnone size-full wp-image-367\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Pepe_Valdivieso_-1-e1468297936996.jpg\" alt=\"Pepe_Valdivieso_\" width=\"3614\" height=\"2509\" /></p><p>[spacer height=\"50px\"]</p></div></div></div><div id=\"pgc-39-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://www.youtube.com/watch?v=urRAcgI0SwE\" target=\"_blank\" rel=\"noopener noreferrer\">Pepe Valdivieso&nbsp;</a></span>(Cast, Singer)<br> is a Mexican actor born in Veracruz, Veracruz. At a very early age he started to perform but it wasn’t until he was a teenager that he decided to take acting as a career. After graduating from El Tec de Monterrey he decided to move to New York and eventually to Hollywood, where he studied acting professionally. Valdivieso returns to Mexico city in 2014, since then, he has been the image of many important brands and has worked in very important TV shows such as <i>Paramédicos</i>, where he had the role of a young paramedic. He has performed in many independent films and short films and he aims to become a recognised actor in the Mexican movie business. Pepe Valdivieso is always seeking for improvement through acting classes, coaching and on camera experience.</p></div></div></div></div></div><div id=\"pg-39-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8056576/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Ana Rosa Dávila</a>&nbsp;</span> (Cast, Art Department)\ngraduated with an acting degree from the National School of Theatre Arts (ENAT). In 2014, she attended the XIV Iberoamerican Theatre Festival of Bogotá. She has participated as an actor in several short films including the&nbsp;short film <em>Muñecas</em>, directed by Jorge Michel Grau, presented at the <em>México Bárbaro</em> festival. She has&nbsp;participated in multiple&nbsp;plays as an actor&nbsp;and&nbsp;worked on&nbsp;various others as&nbsp;assistant director. Ana&nbsp;has been part of the production department of the <em>Grupo Odin Dupeyron</em> for four years.</p></div></div></div><div id=\"pgc-39-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"alignnone size-full wp-image-366\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/ana_rosa01-copia-1.jpg\" alt=\"ana_rosa01 - copia\" width=\"6016\" height=\"4016\" /></p></div></div></div></div><div id=\"pg-39-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-3\" data-stretch-type=\"full\" ><div id=\"pgc-39-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"72px\"]</p><p><img class=\"aligncenter wp-image-230\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA4-1-e1464132178913.jpeg\" alt=\"FOTOFONDEADORA4\" width=\"1081\" height=\"679\" /></p><p>[spacer height=\"72px\"]</p></div></div></div><div id=\"pgc-39-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Renata Calderón Galindo &nbsp;</span>(Cast)<br> was born on December 25, 2001 in Mexico City. At four years old, she started taking acting lessons at Kid’s Place in the Condesa neighborhood and stayed for two years, presenting original plays. She continued her lessons in elementary school, studying every acting genre. Renata participated in a television commercial for <em>Jarritos</em>. She is fluent in English, has knowledge of French and is currently learning German. At 13, she went back to professional acting lessons, this time at <em>CasAzul</em> under the tutelage of Ricardo Campos White. There, she filmed her first short film, <em>Inocente Confusión</em> with the actor, writer and producer Sofía Ruiz. Today, she continues her acting studies with Viridiana Olvera at <em>CasAzul</em>.</p></div></div></div></div></div><div id=\"pg-39-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm8034044/?ref_=fn_al_nm_2\" target=\"_blank\" rel=\"noopener noreferrer\">Carlos Alfaro&nbsp;</a></span>(Cast)<br> studied acting at the Andrés Soler Film, Theatre and Television Institute, and received an IMBA from the International Method Actor’s Studio. He has worked as a volunteer theatre teacher with the Ministry of Energy (<em>Secretaría de Energía y Minas e Industrias Paraestatales</em>). Over the past twelve years, he has participated in countless <em>telenovelas</em> in a variety of roles. In film, Carlos has collaborated with Valentín Trujillo, Rodolfo de Anda, the Almadas, among others. In comedy, he has worked with Flaco Guzmán, Flaco Ibañes, Charlie Valentino, and Choforo Padilla, just to name a few. He has appeared in numerous ad campaigns for both Mexico and the United States.</p></div></div></div><div id=\"pgc-39-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-4-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"55px\"]</p><p><img class=\"aligncenter wp-image-238\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA32-e1464205789540.jpeg\" alt=\"FOTOFONDEADORA32\" width=\"985\" height=\"679\" /></p><p> </p></div></div></div></div><div id=\"pg-39-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-5\" data-stretch-type=\"full\" ><div id=\"pgc-39-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-239\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA19-e1464195831947.jpeg\" alt=\"FOTOFONDEADORA19\" width=\"949\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div><div id=\"pgc-39-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-5-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm1552323/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Cynthia Torash&nbsp;</a></span>(Cast)<br> with studies at the INBA and Televisa’s CEA, Cynthia’s career covers work that goes from photo stories to television, from film to theatre, and from live shows to song. Twenty four years of a professional career throughout which, along with her professional work, she has undertaken diverse voice, singing, interpretation and actoral improvement lessons with teachers of the standing of Sergio Jiménez, Héctor Mendoza and Amparo Rubín, just to name a few. Among her most notable roles are those in <em>The House of Bernarda Alba, Electra</em>, and <em>Lysistrata</em> by Producciones Moreno; <em>Sin Salida</em> directed by Alberto Estrella; <em>Lo que Callamos las Mujeres, Se Busca un Hombre</em>, and <em>La Hija del Jardinero</em> by TV Azteca.</p></div></div></div></div></div><div id=\"pg-39-6\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm5815626/?ref_=tt_cl_t5\" target=\"_blank\" rel=\"noopener noreferrer\">Joselyn Paulette Medina&nbsp;</a></span>(Cast)<br> graduated from the College of Theatre Arts of the UANL. She took a voice course at Ceuvoz, and was a grant recipient of the FONCA program for Artistic Residencies and CONARTE’s Stimulus for Quality Artistic Creation, with which she attended a Film Acting Residency at the New York Film Academy in Los Angeles. She has participated in <em>Camino a la Inmortalidad; Libertad, Libertad; Moliére; El Eterno Fugitivo; La Voz Humana</em> and <em>La Verdadera Venganza del Gato Boris</em>. She directed the play <em>Ñaque o de Piojos y Actores</em>. Among her most recent projects are P<em>ieza en Forma de Flamingo No 1; Nuestra Perversión</em> (written and directed by Mario Cantú Toscano), and she participated in the Dramaturgy Week of the state of Nuevo León with a staged reading of the play <em>Aproximación al Interior de una Ballena</em>.</p></div></div></div><div id=\"pgc-39-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-6-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"70px\"]</p><p><img class=\"aligncenter wp-image-240\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/FOTOFONDEADORA8-1-e1464196032638.jpeg\" alt=\"FOTOFONDEADORA8\" width=\"1047\" height=\"679\" /></p><p>[spacer height=\"70px\"]</p></div></div></div></div><div id=\"pg-39-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-7\" data-stretch-type=\"full\" ><div id=\"pgc-39-7-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"14\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"75px\"]</p><p><img class=\"alignnone size-full wp-image-371\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Maria-Richardshon.jpg\" alt=\"Maria Richardshon\" width=\"2548\" height=\"1426\" /><br />[spacer height=\"40px\"]</p></div></div></div><div id=\"pgc-39-7-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-7-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"15\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">María Richardson &nbsp;</span>(Cast)<br> is a bilingual poet and educator. She was born and raised in Monterrey, Mexico, but has done most of her schooling in English, including a BA in Humanities from Yale and an MFA in Creative Writing from The New School. She’s taught ESL in Puerto Vallarta and Monterrey and led Spanish lessons and college writing in New York City. More recently, she made lightbulb models and dissected cow eyeballs as a museum educator at the Exploratorium in San Francisco. Despite her experience with dissections (and the white coat she uses in Inocent Confusión), María is not a doctor. She is, however, quite interested in matters of public health and sex ed. María currently lives in Monterrey, where she works as a translator and collaborates on creative projects and education initiatives.</p></div></div></div></div></div><div id=\"pg-39-8\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-row-style panel-row-style-for-39-8\" ><div id=\"pgc-39-8-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"16\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7653768/?ref_=tt_ov_wr\" target=\"_blank\" rel=\"noopener noreferrer\">Sara Cortijo</a>&nbsp;</span> (Director)\nstudied Theatre at the <em>Escuela Superior de Arte Dramático</em> in Sevilla, Spain. She got her BTEC in Dramatic Arts from Westminster College in London and attended a theatre workshop at the American Academy of Dramatic Arts in California. In Mexico, she graduated from the film university AMCI, specialised in script-writing and directing. She lives in Mexico City where she works as Producer, Manager and Production Coordinator for the production company, <a href=\"https://vimeo.com/manivelafilms\" target=\"_blank\" rel=\"noopener noreferrer\">Manivela Films</a>. Her third project,<em> 3 Puntos de Cruz</em>, which she wrote, produced and directed was selected for some of the top festivals, including Mórbido Film Festival 2012, Guanajuato International Film Festival, GIFF 2012 and the Short Film Corner at the Cannes Festival 2013. She is currently preparing her next production, <em>Oquedades del Corazón</em>, to be filmed towards the end of 2016.</p></div></div></div><div id=\"pgc-39-8-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-8-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"17\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"85px\"]</p><p><img class=\"alignnone wp-image-123 size-full\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/11845035_10154151933593312_3544951606958348969_o-e1464123719935.jpg\" alt=\"Sara Cortijo, director\" width=\"1023\" height=\"679\" /></p><p>[spacer height=\"85px\"]</p></div></div></div></div></div><div id=\"pg-39-9\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-9\" data-stretch-type=\"full\" ><div id=\"pgc-39-9-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"18\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"105px\"]</p><p><img class=\"wp-image-124 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/VAB_2015.jpg\" alt=\"VAB_2015\" width=\"1131\" height=\"680\" /></p><p>[spacer height=\"105px\"]</p></div></div></div><div id=\"pgc-39-9-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-9-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"19\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm2356864/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Victor Audiffred</a>&nbsp;</span> (Director of Photography)\nstudied film and has worked as Director, Producer and Director of Photography. Throughout his career, his projects have been selected to some of the top festivals both nationally and internationally, adding up to 70 appearances in international festivals. He has directed ten short films, and received the Presidential and Mexican Senate recognition for Trajectory and Achievement for the short films<em> Cristiana Sepultura</em> and <em>Classified</em>. In Mexico, after obtaining first place in the Guanajuato Film Festival, he joined the documentary,&nbsp;<em>Solo Pase la Persona que Se Va a Retratar</em>, as producer. The film received an Ariel award in 2010. <em>Clarissa, Rever</em> and <em>3 Puntos de Cruz</em> are his latest productions which have been featured in the Cannes Festival en 2011 and 2012. He has two feature films under his belt as DP: <em>Historia Para No Olvidar</em> produced by CONACULTA 2015 and <em>Danza de Luna</em>, an independent film.</p></div></div></div></div></div><div id=\"pg-39-10\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-10\" data-stretch-type=\"full\" ><div id=\"pgc-39-10-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"20\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"https://ilianadonatlan.wordpress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Iliana Donatlán</a>&nbsp;</span> (Production Assistant)\nstarted showing interest and passion for the arts from a very young age, which led her to study Communication Sciences at the Autonomous University of Durango-Lobos while taking her first acting workshops with teachers such as Director Alba del Campo and Director Ricardo Camacho. In Mexico City, she continued her career and preparation as an actor at <em>CasAzul</em>. Since 2010, she has been part the Laboratory Theatre group headed by Director Susana Fisckin, student of Jerzy Grotowski. Iliana has participated in over twelve television shows, eleven short films and nine plays.</p></div></div></div><div id=\"pgc-39-10-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-10-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"21\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><p><img class=\"aligncenter wp-image-252\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/iliana.jpg\" alt=\"iliana\" width=\"1116\" height=\"680\" /></p><p>[spacer height=\"50px\"]</p></div></div></div></div></div><div id=\"pg-39-11\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-11\" data-stretch-type=\"full\" ><div id=\"pgc-39-11-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"22\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"65px\"]</p><p><img class=\"aligncenter wp-image-245\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5684-e1464196941317.jpg\" alt=\"IMG_5684\" width=\"1153\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-11-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-11-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"23\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Rodrigo Valedepeña &nbsp;</span>(Sound Mixer)<br> was born on August 28, 1983 in Mexico City. He finished his bachelor’s in Visual Communication Design from the Autonomous Metropolitan University (UAM), and later got a scholarship from AMCI and the movie theatre chain Cinemex to study Film at AMCI’s Film University. In 2015, he was selected as a grantee by the Young Creators FONCA program in the Visual Narrative speciality. In 2012, he took a course in Marketing at the Autonomous University of Mexico (UNAM). His profesional career has been focused mainly on the visual narrative in its various forms. One of his most relevant jobs has been as Chief of Design in CNN Mexico from 2009 to 2012. He has given workshops and other classes.</p></div></div></div></div></div><div id=\"pg-39-12\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-12\" data-stretch-type=\"full\" ><div id=\"pgc-39-12-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"24\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">José Luis Sanchez &nbsp;</span>(Gaffer)<br> has worked on numerous short films, features and commercials as gaffer, grip and assistant photographer.</p></div></div></div><div id=\"pgc-39-12-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-12-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"25\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-246\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5739-e1464197452742.jpg\" alt=\"IMG_5739\" width=\"1088\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-13\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-13\" data-stretch-type=\"full\" ><div id=\"pgc-39-13-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"26\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-241\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/IMG_5752-e1464196357435.jpg\" alt=\"IMG_5752\" width=\"977\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-13-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-13-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"27\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\">Elsa Herazo &nbsp;</span>(Hair &amp; Makeup)<br> <span class=\"s1\"> is an international officer, specialized in international cooperation. This Colombian woman has lived in different cities like New York and Paris, where met Sofia 8 years ago. Now living in Mexico City, where these two friends reunited and support each other in their life projects. </span></p></div></div></div></div></div><div id=\"pg-39-14\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-14\" data-stretch-type=\"full\" ><div id=\"pgc-39-14-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"28\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm7850021/?ref_=fn_al_nm_1\" target=\"_blank\" rel=\"noopener noreferrer\">Adalberto Trujeque</a>&nbsp;</span> (Color Correction)\nstudied film at the Mexican Association of Independent Filmmakers (AMCI). He has worked as a Producer, Director and Editor and has taken several workshops with filmmakers like Victor Audiffred, Guillermo Gonzalez Montes, and others. Adal has edited various award winning shorts and documentaries such as <em>Letras Libres, Imágenes Tras las Rejas, 3 Puntos de Cruz, Clarissa and Rever</em> and has produced independent projects for companies like Milagrito Films and Nómada Comunicaciones. In 2012, he created his production company, <a href=\"https://vimeo.com/user30453806\">Punto Media Studio</a>, he was awarded a special recognition from the state of Campeche for having won the First Documentary Video Competition “Ricardo Encalada Argáez” with his work <em>Vidas de Luz</em>. He currently lives in the city of Campeche, where he is preparing his short film on suicide <em>Espérame en el Cielo</em>, as producer, director and scriptwriter, as well as his first feature film.</p></div></div></div><div id=\"pgc-39-14-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-14-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"29\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"95px\"]</p><p><img class=\"aligncenter wp-image-248\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/adal-trujeque.jpg\" alt=\"adal trujeque\" width=\"1077\" height=\"679\" /></p><p>[spacer height=\"95px\"]</p></div></div></div></div></div><div id=\"pg-39-15\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-15\" data-stretch-type=\"full\" ><div id=\"pgc-39-15-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"30\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-249\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/javier-quesada-e1464198411482.jpg\" alt=\"javier quesada\" width=\"973\" height=\"679\" /></p></div></div></div><div id=\"pgc-39-15-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-15-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"31\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://www.imdb.com/name/nm4222112/\" target=\"_blank\" rel=\"noopener noreferrer\">Javier Quesada</a>&nbsp;</span> (Sound Design)\nis a sound designer with a solid knowledge and understanding of the current recording, editing and mixing technologies used for the post-production of film and musical production. Passion for the creative use of sound, backed by solid knowledge of the theory of sound. Upon finishing his studies, Javier approached Z-Tracks, Alejandro G. Iñarritu’s post-production company to keep learning and to work with sound designers Martín Hernandez and Sergio Díaz, with whom he continues to collaborate to date.</p></div></div></div></div></div><div id=\"pg-39-16\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-16\" data-stretch-type=\"full\" ><div id=\"pgc-39-16-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"32\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: justify;\"><span class=\"services-headline\"><a href=\"http://jerryaudiffred.tumblr.com\" target=\"_blank\" rel=\"noopener noreferrer\">Gerardo Audiffred</a>&nbsp;</span> (Illustrator)\nis an animator and illustrator.</p></div></div></div><div id=\"pgc-39-16-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-16-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"33\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><p><img class=\"aligncenter wp-image-250\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/jerry-audiffred-2-e1464198472351.jpg\" alt=\"jerry audiffred 2\" width=\"899\" height=\"679\" /></p></div></div></div></div></div><div id=\"pg-39-17\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f9f9f9&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-39-17\" data-stretch-type=\"full\" ><div id=\"pgc-39-17-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"34\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><span class=\"services-headline\">Contact Us</span>\nEmail for more information or check out our work.\n\n[spacer height=\"20px\"]</div></div></div><div id=\"pgc-39-17-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-39-17-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"35\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p style=\"text-align: right;\">[spacer height=\"40px\"]\n<a class=\"button darkblue\" href=\"/contact\"> Reach Out</a> <a class=\"button darkblue-outline\" href=\"/about\">See Our Work</a></p></div></div></div></div></div></div>','Cast & Crew','','inherit','closed','closed','','39-revision-v1','','','2020-01-28 19:58:48','2020-01-28 19:58:48','',39,'https://www.flowerhousefilms.com/39-revision-v1/',0,'revision','',0),(2703,2,'2021-06-27 04:04:46','2021-06-27 04:04:46','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-0-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-2697-0-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-2\" data-stretch-type=\"full\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:04:46','2021-06-27 04:04:46','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(1499,2,'2020-01-28 20:03:08','2020-01-28 20:03:08',' ','','','publish','closed','closed','','1499','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',0,'https://www.flowerhousefilms.com/?p=1499',3,'nav_menu_item','',0),(9748,0,'2024-04-04 21:37:07','2024-04-04 21:37:07','Victor \nDebunking the Myth: Backlinks Are Alive and Thriving\n\nGreetings,\r\n\r\nAre you noticing a decrease in website traffic after the latest Google updates? Are your AI-generated posts getting penalized by search engines faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this insightful experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you reaching the top of search results for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nIntrigued?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&amp;brand=fp&amp;landingPage=https2F%2Fwww.fiverr.com2Fdo-seo-analysis-of-your-website3A2Fwww.fiverr.com%2Fana_seo_85%2Fdo-seo-wizard-to-rank-up-on-google-ranking\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Debunking the Myth: Backlinks Are Alive and Thriving\"','','private','closed','closed','','flowerhouse-films-debunking-the-myth-backlinks-are-alive-and-thriving','','','2024-04-04 21:37:07','2024-04-04 21:37:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9748',0,'postman_sent_mail','',0),(1512,2,'2020-06-11 14:14:21','2020-06-11 14:14:21','<div id=\"pl-1512\"  class=\"panel-layout\" ><div id=\"pg-1512-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1512-0\" data-stretch-type=\"full\" ><div id=\"pgc-1512-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1512-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1512-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1512-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1512-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1512-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p></div>\n</div></div></div><div id=\"pgc-1512-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1512-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1512-2\" data-stretch-type=\"full\" ><div id=\"pgc-1512-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1512-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-1512-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1512-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1512-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1512-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a sus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-1512-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1512-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1512-4\" data-stretch-type=\"full\" ><div id=\"pgc-1512-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1512-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','37-autosave-v1','','','2020-06-11 14:14:21','2020-06-11 14:14:21','',37,'https://www.flowerhousefilms.com/37-autosave-v1/',0,'revision','',0),(1513,2,'2020-01-28 20:24:18','2020-01-28 20:24:18','','Into the Darkness','','inherit','open','closed','','dsc08320','','','2020-01-28 20:24:45','2020-01-28 20:24:45','',37,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08320.jpg',0,'attachment','image/jpeg',0),(1773,2,'2020-06-11 14:15:01','2020-06-11 14:15:01','<div id=\"pl-1773\"  class=\"panel-layout\" ><div id=\"pg-1773-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1773-0\" data-stretch-type=\"full\" ><div id=\"pgc-1773-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1773-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1773-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1773-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1773-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1773-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p></div>\n</div></div></div><div id=\"pgc-1773-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1773-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1773-2\" data-stretch-type=\"full\" ><div id=\"pgc-1773-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1773-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-1773-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1773-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1773-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1773-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-1773-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1773-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1773-4\" data-stretch-type=\"full\" ><div id=\"pgc-1773-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1773-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','37-revision-v1','','','2020-06-11 14:15:01','2020-06-11 14:15:01','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1514,2,'2020-01-28 20:25:51','2020-01-28 20:25:51','<div id=\"pl-1514\"  class=\"panel-layout\" ><div id=\"pg-1514-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1514-0\" data-stretch-type=\"full\" ><div id=\"pgc-1514-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1514-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1514-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1514-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1514-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1514-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-1514-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1514-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1514-2\" data-stretch-type=\"full\" ><div id=\"pgc-1514-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1514-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-1514-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1514-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1514-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1514-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-1514-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1514-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1514-4\" data-stretch-type=\"full\" ><div id=\"pgc-1514-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1514-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','About','','inherit','closed','closed','','37-revision-v1','','','2020-01-28 20:25:51','2020-01-28 20:25:51','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1515,2,'2020-01-28 20:25:51','2020-01-28 20:25:51','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-37-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-2\" data-stretch-type=\"full\" ><div id=\"pgc-37-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-37-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-37-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-4\" data-stretch-type=\"full\" ><div id=\"pgc-37-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','About','','inherit','closed','closed','','37-revision-v1','','','2020-01-28 20:25:51','2020-01-28 20:25:51','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1516,2,'2020-06-11 14:09:29','2020-06-11 14:09:29','<div id=\"pl-1516\"  class=\"panel-layout\" ><div id=\"pg-1516-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1516-0\" data-stretch-type=\"full\" ><div id=\"pgc-1516-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1516-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1516-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1516-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1516-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-1516-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1516-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1516-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1516-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-1516-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1516-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1516-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1516-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contact/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1516-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1516-3\" data-stretch-type=\"full\" ><div id=\"pgc-1516-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1516-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-1516-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1516-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/about/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-autosave-v1','','','2020-06-11 14:09:29','2020-06-11 14:09:29','',33,'https://www.flowerhousefilms.com/33-autosave-v1/',0,'revision','',0),(1519,2,'2021-07-11 01:37:52','2021-07-11 01:37:52','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1492-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1492-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1492-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-4\" data-stretch-type=\"full\" ><div id=\"pgc-1492-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-autosave-v1','','','2021-07-11 01:37:52','2021-07-11 01:37:52','',1492,'https://www.flowerhousefilms.com/1492-autosave-v1/',0,'revision','',0),(1520,2,'2020-01-28 20:36:06','2020-01-28 20:36:06','','Sobre Actuando Podcast','','inherit','open','closed','','podcast_art','','','2020-01-28 20:36:28','2020-01-28 20:36:28','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art.png',0,'attachment','image/png',0),(1522,2,'2020-01-28 20:42:22','2020-01-28 20:42:22','','DSC08334','','inherit','open','closed','','dsc08334','','','2020-01-28 20:43:28','2020-01-28 20:43:28','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334.jpg',0,'attachment','image/jpeg',0),(1523,2,'2020-01-28 20:48:01','2020-01-28 20:48:01','<div id=\"pl-1523\"  class=\"panel-layout\" ><div id=\"pg-1523-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1523-0\" data-stretch-type=\"full\" ><div id=\"pgc-1523-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1523-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1523-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROYECTOS</h1><p>[spacer height=\"100px\"]</p></div></div></div></div></div></div><div id=\"pg-1523-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1523-1\" data-stretch-type=\"full\" ><div id=\"pgc-1523-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1523-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1523-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1523-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1523-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1523-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1522\" /></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:48:01','2020-01-28 20:48:01','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1524,2,'2020-01-28 20:48:01','2020-01-28 20:48:01','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROYECTOS</h1><p>[spacer height=\"100px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignnone size-medium wp-image-1522\" /></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:48:01','2020-01-28 20:48:01','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1525,2,'2020-01-28 20:53:13','2020-01-28 20:53:13','<div id=\"pl-1525\"  class=\"panel-layout\" ><div id=\"pg-1525-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1525-0\" data-stretch-type=\"full\" ><div id=\"pgc-1525-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1525-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1525-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><p>[spacer height=\"100px\"]</p></div></div></div></div></div></div><div id=\"pg-1525-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1525-1\" data-stretch-type=\"full\" ><div id=\"pgc-1525-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1525-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1525-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1525-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1525-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1525-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:53:13','2020-01-28 20:53:13','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1526,2,'2020-01-28 20:53:13','2020-01-28 20:53:13','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"100px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><p>[spacer height=\"100px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:53:13','2020-01-28 20:53:13','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1531,2,'2020-01-28 21:03:16','2020-01-28 21:03:16','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 21:03:16','2020-01-28 21:03:16','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1528,2,'2020-01-28 20:59:46','2020-01-28 20:59:46','<div id=\"pl-1528\"  class=\"panel-layout\" ><div id=\"pg-1528-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1528-0\" data-stretch-type=\"full\" ><div id=\"pgc-1528-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1528-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1528-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1528-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1528-1\" data-stretch-type=\"full\" ><div id=\"pgc-1528-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1528-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1528-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1528-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1528-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1528-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1522&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1528-1-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><h1 style=\"text-align: center;\">Coming soon...</h1><p>[spacer height=\"20px\"]</p></div></div></div></div></div></div><div id=\"pg-1528-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1528-2\" data-stretch-type=\"full\" ><div id=\"pgc-1528-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1528-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1528-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:59:46','2020-01-28 20:59:46','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1530,2,'2020-01-28 21:03:16','2020-01-28 21:03:16','<div id=\"pl-1530\"  class=\"panel-layout\" ><div id=\"pg-1530-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1530-0\" data-stretch-type=\"full\" ><div id=\"pgc-1530-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1530-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1530-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1530-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1530-1\" data-stretch-type=\"full\" ><div id=\"pgc-1530-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1530-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1530-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1530-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1530-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1530-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1530-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1530-2\" data-stretch-type=\"full\" ><div id=\"pgc-1530-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1530-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1530-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 21:03:16','2020-01-28 21:03:16','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1529,2,'2020-01-28 20:59:46','2020-01-28 20:59:46','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#425e47&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p><h1 style=\"text-align: center;\">PROJECTS</h1><h2 style=\"text-align: center;\">old, new, and current</h2><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1522&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-1-2-0\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p><h1 style=\"text-align: center;\">Coming soon...</h1><p>[spacer height=\"20px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 20:59:46','2020-01-28 20:59:46','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1533,2,'2020-08-10 20:43:21','2020-08-10 20:43:21','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-153310002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-autosave-v1','','','2020-08-10 20:43:21','2020-08-10 20:43:21','',1489,'https://www.flowerhousefilms.com/1489-autosave-v1/',0,'revision','',0),(1535,2,'2020-01-28 21:11:04','2020-01-28 21:11:04','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-3\" data-stretch-type=\"full\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1489-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 21:11:04','2020-01-28 21:11:04','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1534,2,'2020-01-28 21:11:04','2020-01-28 21:11:04','<div id=\"pl-1534\"  class=\"panel-layout\" ><div id=\"pg-1534-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1534-0\" data-stretch-type=\"full\" ><div id=\"pgc-1534-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1534-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1534-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1534-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1534-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1534-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1534-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1534-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1534-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1534-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1534-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1534-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1534-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1534-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1534-3\" data-stretch-type=\"full\" ><div id=\"pgc-1534-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1534-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1534-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1534-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 21:11:04','2020-01-28 21:11:04','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1538,2,'2020-01-28 21:14:10','2020-01-28 21:14:10','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-3\" data-stretch-type=\"full\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1489-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 21:14:10','2020-01-28 21:14:10','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1537,2,'2020-01-28 21:14:09','2020-01-28 21:14:09','<div id=\"pl-1537\"  class=\"panel-layout\" ><div id=\"pg-1537-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1537-0\" data-stretch-type=\"full\" ><div id=\"pgc-1537-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1537-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"220px\"]</p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">INOCENTE CONFUSION</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></h1>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"200px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1537-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1537-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1537-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1537-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1537-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1537-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1537-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1537-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1537-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1537-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1537-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1537-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1537-3\" data-stretch-type=\"full\" ><div id=\"pgc-1537-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1537-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1537-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1537-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 21:14:09','2020-01-28 21:14:09','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1542,2,'2020-01-28 21:24:28','2020-01-28 21:24:28','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 21:24:28','2020-01-28 21:24:28','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1541,2,'2020-01-28 21:24:28','2020-01-28 21:24:28','<div id=\"pl-1541\"  class=\"panel-layout\" ><div id=\"pg-1541-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1541-0\" data-stretch-type=\"full\" ><div id=\"pgc-1541-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1541-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1541-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1541-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1541-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1541-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1541-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1541-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1541-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1541-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1541-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1541-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1541-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1541-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1541-3\" data-stretch-type=\"full\" ><div id=\"pgc-1541-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1541-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1541-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-28 21:24:28','2020-01-28 21:24:28','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1546,2,'2020-01-28 21:37:19','2020-01-28 21:37:19','','Flowerhouse_Logos-01','','inherit','open','closed','','flowerhouse_logos-01','','','2020-01-28 21:37:19','2020-01-28 21:37:19','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01.png',0,'attachment','image/png',0),(1606,2,'2020-01-29 18:48:08','2020-01-29 18:48:08','','1','','inherit','open','closed','','1-4','','','2020-01-29 18:48:08','2020-01-29 18:48:08','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-1.png',0,'attachment','image/png',0),(1575,2,'2020-01-28 22:35:25','2020-01-28 22:35:25','<div id=\"pl-1575\"  class=\"panel-layout\" ><div id=\"pg-1575-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1575-0\" data-stretch-type=\"full\" ><div id=\"pgc-1575-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1575-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1575-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1575-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1575-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1575-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1575-1\" data-stretch-type=\"full\" ><div id=\"pgc-1575-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1575-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1575-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1575-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1575-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1575-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1575-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1575-2\" data-stretch-type=\"full\" ><div id=\"pgc-1575-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1575-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1575-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 22:35:25','2020-01-28 22:35:25','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1548,2,'2020-01-28 21:44:46','2020-01-28 21:44:46','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><p style=\"text-align: left;\">[spacer height=\"100px\"]</p><h1 style=\"text-align: left;\">PROYECTOS</h1><h2><em>los viejos. los nuevos. los actuales.</em></h2><p style=\"text-align: left;\">[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 21:44:46','2020-01-28 21:44:46','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1547,2,'2020-01-28 21:44:46','2020-01-28 21:44:46','<div id=\"pl-1547\"  class=\"panel-layout\" ><div id=\"pg-1547-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1547-0\" data-stretch-type=\"full\" ><div id=\"pgc-1547-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1547-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1547-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1547-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1547-0-1-0\" ><div class=\"textwidget\"><p style=\"text-align: left;\">[spacer height=\"100px\"]</p><h1 style=\"text-align: left;\">PROYECTOS</h1><h2><em>los viejos. los nuevos. los actuales.</em></h2><p style=\"text-align: left;\">[spacer height=\"50px\"]</p></div></div></div></div></div></div><div id=\"pg-1547-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1547-1\" data-stretch-type=\"full\" ><div id=\"pgc-1547-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1547-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1547-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1547-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1547-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1547-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1547-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1547-2\" data-stretch-type=\"full\" ><div id=\"pgc-1547-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1547-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1547-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 21:44:46','2020-01-28 21:44:46','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(2680,2,'2021-06-24 20:22:00','2021-06-24 20:22:00','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567209252&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 20:22:00','2021-06-24 20:22:00','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(1682,2,'2020-04-20 04:50:47','2020-04-20 04:50:47',' ','','','publish','closed','closed','','1682','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',1492,'https://www.flowerhousefilms.com/?p=1682',6,'nav_menu_item','',0),(2679,2,'2021-06-24 20:22:00','2021-06-24 20:22:00','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567209252&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-267910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 20:22:00','2021-06-24 20:22:00','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(1555,2,'2020-01-28 21:48:14','2020-01-28 21:48:14',' ','','','publish','closed','closed','','1555','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1492,'https://www.flowerhousefilms.com/?p=1555',7,'nav_menu_item','',0),(1557,2,'2020-01-28 21:48:15','2020-01-28 21:48:15',' ','','','publish','closed','closed','','1557','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1489,'https://www.flowerhousefilms.com/?p=1557',10,'nav_menu_item','',0),(1558,2,'2020-01-28 21:48:15','2020-01-28 21:48:15',' ','','','publish','closed','closed','','1558','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1489,'https://www.flowerhousefilms.com/?p=1558',9,'nav_menu_item','',0),(1559,2,'2020-01-28 21:48:14','2020-01-28 21:48:14',' ','','','publish','closed','closed','','1559','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1489,'https://www.flowerhousefilms.com/?p=1559',8,'nav_menu_item','',0),(1563,2,'2020-06-11 15:01:31','2020-06-11 15:01:31','<div id=\"pl-1563\"  class=\"panel-layout\" ><div id=\"pg-1563-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1563-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1563-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1563-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1563-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1563-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1563-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1563-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1563-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1563-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1563-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-autosave-v1','','','2020-06-11 15:01:32','2020-06-11 15:01:32','',1361,'https://www.flowerhousefilms.com/1361-autosave-v1/',0,'revision','',0),(1560,2,'2020-01-28 21:51:03','2020-01-28 21:51:03','<div id=\"pl-1560\"  class=\"panel-layout\" ><div id=\"pg-1560-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1560-0\" data-stretch-type=\"full\" ><div id=\"pgc-1560-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1560-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-1560-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-1560-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1560-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1560-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life.  She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-1560-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1560-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;363&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1560-2\" data-stretch-type=\"full\" ><div id=\"pgc-1560-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1560-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"500px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1560-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-1560-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1560-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1560-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p></div>\n</div></div></div><div id=\"pgc-1560-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1560-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1560-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1560-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1560-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1560-4-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1560-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1560-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1560-4-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1560-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1560-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1560-4-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-autosave-v1','','','2020-01-28 21:51:03','2020-01-28 21:51:03','',35,'https://www.flowerhousefilms.com/35-autosave-v1/',0,'revision','',0),(1562,2,'2020-01-28 21:51:36','2020-01-28 21:51:36','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-35-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-35-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;363&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-2\" data-stretch-type=\"full\" ><div id=\"pgc-35-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"500px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-35-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-35-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-35-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-35-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p></div>\n</div></div></div><div id=\"pgc-35-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-35-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-35-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-35-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-35-4-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2020-01-28 21:51:36','2020-01-28 21:51:36','',35,'https://www.flowerhousefilms.com/35-revision-v1/',0,'revision','',0),(1561,2,'2020-01-28 21:51:35','2020-01-28 21:51:35','<div id=\"pl-1561\"  class=\"panel-layout\" ><div id=\"pg-1561-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;358&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1561-0\" data-stretch-type=\"full\" ><div id=\"pgc-1561-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1561-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-headline\">Anytime she’s getting intimate with a guy,<br> Eva&nbsp;is haunted by the image of her sex-ed teacher from high school.</span></p></div>\n</div></div></div></div></div><div id=\"pg-1561-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-1561-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1561-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1561-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"synopsis-text\"> Inocente Confusión tells the story of Eva, a girl who, because of her über conservative upbringing, cannot have a normal, healthy sex life. She wants to be independent and stay true to her self-imposed liberal mindset, but anytime she’s about to have sex, the vision of her sex-ed teacher from high school haunts her and keeps her from having a little fun. When she does go through with it, she convinces herself she’s pregnant, as holy punishment for her actions.</span></p></div>\n</div></div></div><div id=\"pgc-1561-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1561-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100% 0%;&quot;,&quot;background_image_attachment&quot;:&quot;363&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1561-2\" data-stretch-type=\"full\" ><div id=\"pgc-1561-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1561-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"500px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1561-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div id=\"pgc-1561-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1561-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1561-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Although our short film is fun and silly, the underlying theme is the need for proper sex-ed in our schools. By showing what the possible, albeit exaggerated, repercussions of misinformation are, we hope to get a conversation started and maybe, just maybe, start thinking about (and changing?) the way we do things.</span></p></div>\n</div></div></div><div id=\"pgc-1561-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1561-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;cover&quot;,&quot;bottom_margin&quot;:&quot;-15px&quot;,&quot;gutter&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1561-4\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1561-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1561-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:&quot;359&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1561-4-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1561-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1561-4-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:&quot;360&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1561-4-1-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1561-4-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1561-4-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:&quot;361&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1561-4-2-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"230px\"]</p></div>\n</div></div></div></div></div></div></div>','Synopsis','','inherit','closed','closed','','35-revision-v1','','','2020-01-28 21:51:36','2020-01-28 21:51:36','',35,'https://www.flowerhousefilms.com/35-revision-v1/',0,'revision','',0),(1570,2,'2020-01-28 22:07:22','2020-01-28 22:07:22','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:07:22','2020-01-28 22:07:22','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1569,2,'2020-01-28 22:07:22','2020-01-28 22:07:22','<div id=\"pl-1569\"  class=\"panel-layout\" ><div id=\"pg-1569-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1569-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1569-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1569-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1569-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:07:22','2020-01-28 22:07:22','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1564,2,'2020-01-28 22:05:10','2020-01-28 22:05:10','<div id=\"pl-1564\"  class=\"panel-layout\" ><div id=\"pg-1564-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1564-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1564-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1564-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1564-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:05:10','2020-01-28 22:05:10','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1565,2,'2020-01-28 22:05:10','2020-01-28 22:05:10','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:05:10','2020-01-28 22:05:10','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1566,2,'2020-01-28 22:05:53','2020-01-28 22:05:53','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:05:53','2020-01-28 22:05:53','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1568,2,'2020-01-28 22:06:52','2020-01-28 22:06:52','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h2 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h2>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando','','inherit','closed','closed','','1361-revision-v1','','','2020-01-28 22:06:52','2020-01-28 22:06:52','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1571,2,'2020-01-28 22:09:05','2020-01-28 22:09:05',' ','','','publish','closed','closed','','1571','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',1492,'https://www.flowerhousefilms.com/?p=1571',4,'nav_menu_item','',0),(1573,2,'2020-01-28 22:26:08','2020-01-28 22:26:08','','Projects','','publish','closed','closed','','projects','','','2020-01-28 22:26:27','2020-01-28 22:26:27','',0,'https://www.flowerhousefilms.com/?post_type=tt_font_control&#038;p=1573',0,'tt_font_control','',0),(1576,2,'2020-01-28 22:35:25','2020-01-28 22:35:25','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1522\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/DSC08334-scaled-e1580244187228-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-28 22:35:25','2020-01-28 22:35:25','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1579,2,'2020-01-28 22:44:38','2020-01-28 22:44:38','<div id=\"pl-1579\"  class=\"panel-layout\" ><div id=\"pg-1579-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1579-0\" data-stretch-type=\"full\" ><div id=\"pgc-1579-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1579-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1579-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1579-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1579-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1579-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1579-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1579-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1579-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1579-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1579-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1579-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1579-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 22:44:38','2020-01-28 22:44:38','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1578,2,'2020-01-28 22:43:05','2020-01-28 22:43:05','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1489-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1489-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-3\" data-stretch-type=\"full\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1489-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1489-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 22:43:05','2020-01-28 22:43:05','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1577,2,'2020-01-28 22:43:05','2020-01-28 22:43:05','<div id=\"pl-1577\"  class=\"panel-layout\" ><div id=\"pg-1577-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1577-0\" data-stretch-type=\"full\" ><div id=\"pgc-1577-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1577-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone  wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span><a class=\" popup button primary-button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer </a></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1577-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1577-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1577-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p></div>\n</div></div></div></div><div id=\"pg-1577-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1577-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1577-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1577-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\"></p><h2 style=\"text-align: center;\">who we are</h2><p style=\"text-align: center;\">A group of over 170 people made making this short film possible, whether through donations or by providing food during production. Meet our key players.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/cast-crew\">Our Team</a></p></div>\n</div></div></div><div id=\"pgc-1577-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1577-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\"></p><h2 style=\"text-align: center;\">flowerhouse films</h2><p style=\"text-align: center;\">We\'re an independent film production company dedicated to strong female characters and stories. Inocente Confusión is our first project.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1577-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1577-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p><p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\"></p><h2 style=\"text-align: center;\">contact us</h2><p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out if you ever felt like Eva when you were growing up. We can assure you, you\'re not the only one.</p><p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p><p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1577-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1577-3\" data-stretch-type=\"full\" ><div id=\"pgc-1577-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1577-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1577-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1577-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-01-28 22:43:05','2020-01-28 22:43:05','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1584,2,'2020-01-29 18:25:31','2020-01-29 18:25:31','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-29 18:25:31','2020-01-29 18:25:31','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1583,2,'2020-01-29 18:25:31','2020-01-29 18:25:31','<div id=\"pl-1583\"  class=\"panel-layout\" ><div id=\"pg-1583-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1583-0\" data-stretch-type=\"full\" ><div id=\"pgc-1583-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1583-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1583-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1583-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1583-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1583-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1583-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1583-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1583-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1583-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1583-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1583-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1583-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1583-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1583-3\" data-stretch-type=\"full\" ><div id=\"pgc-1583-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1583-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1583-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1583-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','33-revision-v1','','','2020-01-29 18:25:31','2020-01-29 18:25:31','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1585,2,'2020-01-29 18:26:06','2020-01-29 18:26:06','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>[spacer height=\"20px\"]</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-revision-v1','','','2020-01-29 18:26:06','2020-01-29 18:26:06','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1586,2,'2020-01-29 18:35:50','2020-01-29 18:35:50','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto/Soon','','publish','closed','closed','','pronto','','','2020-06-11 15:04:51','2020-06-11 15:04:51','',1492,'https://www.flowerhousefilms.com/?page_id=1586',0,'page','',0),(1587,2,'2020-01-29 18:30:15','2020-01-29 18:30:15','<div id=\"pl-1587\"  class=\"panel-layout\" ><div id=\"pg-1587-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1587-0\" data-stretch-type=\"full\" ><div id=\"pgc-1587-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1587-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:30:15','2020-01-29 18:30:15','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1589,2,'2020-01-29 18:30:39','2020-01-29 18:30:39','<div id=\"pl-1589\"  class=\"panel-layout\" ><div id=\"pg-1589-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1589-0\" data-stretch-type=\"full\" ><div id=\"pgc-1589-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1589-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:30:39','2020-01-29 18:30:39','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1588,2,'2020-01-29 18:30:15','2020-01-29 18:30:15','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:30:15','2020-01-29 18:30:15','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1591,2,'2020-01-29 18:31:08','2020-01-29 18:31:08','<div id=\"pl-1591\"  class=\"panel-layout\" ><div id=\"pg-1591-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1591-0\" data-stretch-type=\"full\" ><div id=\"pgc-1591-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1591-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:31:08','2020-01-29 18:31:08','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1590,2,'2020-01-29 18:30:39','2020-01-29 18:30:39','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:30:39','2020-01-29 18:30:39','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1593,2,'2020-01-29 18:31:21','2020-01-29 18:31:21','<div id=\"pl-1593\"  class=\"panel-layout\" ><div id=\"pg-1593-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1593-0\" data-stretch-type=\"full\" ><div id=\"pgc-1593-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1593-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"700px\"]</p></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:31:21','2020-01-29 18:31:21','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1592,2,'2020-01-29 18:31:08','2020-01-29 18:31:08','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:31:08','2020-01-29 18:31:08','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1595,2,'2020-01-29 18:32:54','2020-01-29 18:32:54','<div id=\"pl-1595\"  class=\"panel-layout\" ><div id=\"pg-1595-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1595-0\" data-stretch-type=\"full\" ><div id=\"pgc-1595-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1595-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">Coming soon...</span><br>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:32:54','2020-01-29 18:32:54','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1594,2,'2020-01-29 18:31:21','2020-01-29 18:31:21','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"700px\"]</p></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:31:21','2020-01-29 18:31:21','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1597,2,'2020-01-29 18:33:19','2020-01-29 18:33:19','<div id=\"pl-1597\"  class=\"panel-layout\" ><div id=\"pg-1597-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1597-0\" data-stretch-type=\"full\" ><div id=\"pgc-1597-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1597-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">&nbsp; &nbsp; &nbsp; Coming soon...</span><br>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:33:19','2020-01-29 18:33:19','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1596,2,'2020-01-29 18:32:55','2020-01-29 18:32:55','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">Coming soon...</span><br>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:32:55','2020-01-29 18:32:55','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1600,2,'2020-01-29 18:35:37','2020-01-29 18:35:37','<div id=\"pl-1600\"  class=\"panel-layout\" ><div id=\"pg-1600-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1600-0\" data-stretch-type=\"full\" ><div id=\"pgc-1600-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1600-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:35:37','2020-01-29 18:35:37','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1598,2,'2020-01-29 18:33:19','2020-01-29 18:33:19','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #ffffff;\">&nbsp; &nbsp; &nbsp; Coming soon...</span><br>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:33:19','2020-01-29 18:33:19','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1602,2,'2020-01-29 18:35:50','2020-01-29 18:35:50','<div id=\"pl-1602\"  class=\"panel-layout\" ><div id=\"pg-1602-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1602-0\" data-stretch-type=\"full\" ><div id=\"pgc-1602-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1602-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:35:50','2020-01-29 18:35:50','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1601,2,'2020-01-29 18:35:37','2020-01-29 18:35:37','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:35:37','2020-01-29 18:35:37','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1603,2,'2020-01-29 18:35:50','2020-01-29 18:35:50','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Coming Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-01-29 18:35:50','2020-01-29 18:35:50','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1604,2,'2020-01-29 18:36:44','2020-01-29 18:36:44',' ','','','publish','closed','closed','','1604','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1492,'https://www.flowerhousefilms.com/?p=1604',11,'nav_menu_item','',0),(1605,2,'2020-01-29 18:45:35','2020-01-29 18:45:35','','1','','inherit','open','closed','','1-3','','','2020-01-29 18:45:35','2020-01-29 18:45:35','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1.png',0,'attachment','image/png',0),(1607,2,'2020-01-29 18:50:33','2020-01-29 18:50:33','<div id=\"pl-1607\"  class=\"panel-layout\" ><div id=\"pg-1607-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1607-0\" data-stretch-type=\"full\" ><div id=\"pgc-1607-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1607-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1607-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1607-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1607-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1607-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1607-1\" data-stretch-type=\"full\" ><div id=\"pgc-1607-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1607-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1607-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1607-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1607-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1607-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1605\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1607-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1607-2\" data-stretch-type=\"full\" ><div id=\"pgc-1607-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1607-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1607-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-29 18:50:33','2020-01-29 18:50:33','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1608,2,'2020-01-29 18:50:33','2020-01-29 18:50:33','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-medium wp-image-1520\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-411\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1492-1-2-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"alignnone size-medium wp-image-1605\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-2-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-01-29 18:50:33','2020-01-29 18:50:33','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1611,2,'2020-02-01 22:20:55','2020-02-01 22:20:55','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','41-revision-v1','','','2020-02-01 22:20:55','2020-02-01 22:20:55','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(2505,2,'2021-05-03 18:54:01','2021-05-03 18:54:01','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250510002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250510003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-1660-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 18:54:01','2021-05-03 18:54:01','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(2507,2,'2021-05-03 18:54:46','2021-05-03 18:54:46','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250710002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250710003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 18:54:46','2021-05-03 18:54:46','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(2506,2,'2021-05-03 18:54:01','2021-05-03 18:54:01','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div><div id=\"pg-1660-5\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-5-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 18:54:01','2021-05-03 18:54:01','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(2509,2,'2021-05-03 19:23:55','2021-05-03 19:23:55','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-250910003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 19:23:56','2021-05-03 19:23:56','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(2508,2,'2021-05-03 18:54:46','2021-05-03 18:54:46','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-05-03 18:54:46','2021-05-03 18:54:46','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(9905,0,'2024-05-12 00:22:22','2024-05-12 00:22:22','Lenora Millen \nUrgent Reminder: Claim Your Usd32k Tax Credit Before It\'s Too Late!\n\nMay 17th has almost arrived - have you filed for your $32,222 SETC Tax Credit yet?|If you were a gig worker, freelancer, content creator, sole proprietor single llc or gig economy worker you may be eligible for up to $32K SETC Tax Credit. It is valid until May 17th.\r\n\r\nCheck out the link, watch the short youtube video ( https://www.youtube.com/watch?v=WCe0W8a_oag )\r\n\r\nand if you qualify, fill out the form https://bit.ly/3WDGWvg\r\n\r\nSETC Pros boasts a 90% success rate in aiding individuals to get the Tax Credits they rightfully deserve. This is not a loan and there is no payback, this is the remaining COVID-19 tax credit money.\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://form.jotform.com/241243363091449\r\nNymarksgyden 66, Lockport, New York, US, 2970\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Urgent Reminder: Claim Your Usd32k Tax Credit Before It\'s Too Late!\"','','private','closed','closed','','flowerhouse-films-urgent-reminder-claim-your-usd32k-tax-credit-before-its-too-late','','','2024-05-12 00:22:22','2024-05-12 00:22:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9905',0,'postman_sent_mail','',0),(9912,0,'2024-05-13 15:10:32','2024-05-13 15:10:32','Dylan Holguin \nFree Trial: 40 Hours On Us!. Kickstart Your Project with On-Demand Developers\n\nHire expert coders within just 1 hour for a wide range of technologies including React, React JS, Flutter, Python, Angular, Laravel, Node.js, PHP, MEAN stack, Full stack, Android, Java, .NET, AI, ML and many more.\r\n\r\nConduct your own technical assessment interviews and tests before bringing on board quality resources from our bench pool. Developers working remotely in YOUR time-zone.\r\n\r\nWith 40% More Affordable &amp; 0% Coder Backing out. Begin your 40 hours Safe Trial Immediately.\r\n\r\nhttps://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great messages: https://form.jotform.com/241333524965458\r\nLodewijkstraat 47, Corning, NY, USA, 3417 Ve\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Free Trial: 40 Hours On Us!. Kickstart Your Project with On-Demand Developers\"','','private','closed','closed','','flowerhouse-films-free-trial-40-hours-on-us-kickstart-your-project-with-on-demand-developers','','','2024-05-13 15:10:32','2024-05-13 15:10:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9912',0,'postman_sent_mail','',0),(9910,0,'2024-05-12 22:19:38','2024-05-12 22:19:38','Britt Mackennal \nDear flowerhousefilms.com Webmaster!\n\n&gt; Sorry to be a bother, but I was informed that you have either a Residential or Business debt to pay off.\r\n&gt;\r\n&gt; When this is true, we at Cancel1Mortgage.info guarantee your debt will be paid off/Discharged/Extinguished in 14 days when you follow our Client Instructions.\r\n&gt;\r\n&gt; Please visit Cancel1Mortgage.info today and order your debt removal securities Processing now which is 100% legal and ordered by courts to be debt payment.\r\n&gt;\r\n&gt; Thank you for your business and for extinguishing your debt through Cancel1Mortgage.info when you decide to use our very successful registered Promissory Note securities to pay off your debt in 14 days Guaranteed.\r\n&gt;\r\n&gt; You may also contact me, David Young de God, through SKYPE with dayglobal..\r\n&gt;\r\n&gt; Thank you again for reading..\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-8','','','2024-05-12 22:19:38','2024-05-12 22:19:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9910',0,'postman_sent_mail','',0),(9911,0,'2024-05-13 00:01:40','2024-05-13 00:01:40','Trevor Monette \nWhere is your Social Media Videos are ?!\n\nHi,\r\nI\'m Trevor, with over 7 years in video production, marketing, and social media. I\'ve not only crafted compelling narratives but also elevated multiple YouTube channels across various brands. \r\n\r\nI can Help with :\r\n-Grow your all your Social Media Content\r\n-Social Media Ads (TikTok, Instagram Stories, Snapchat)\r\n-Website and App Introductions\r\n-Product Launches\r\n\r\n\r\nJoin our Happy customers Now  , Lets Chat to help you out \r\n\r\n\r\nClick here to contact  =====&gt;  https://tinyurl.com/5xdh2k6y\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Where is your Social Media Videos are ?!\"','','private','closed','closed','','flowerhouse-films-where-is-your-social-media-videos-are-2','','','2024-05-13 00:01:40','2024-05-13 00:01:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9911',0,'postman_sent_mail','',0),(9913,0,'2024-05-13 20:20:31','2024-05-13 20:20:31','Edward Flynn \nRedefine Your Online Narrative with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your online narrative? Our Web Design mastery offers creative solutions to help your brand tell its story. Let\'s collaborate to create a website that resonates with your audience and leaves a lasting impression.\r\n\r\nBest regards,\r\n\n\nEdward Flynn\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redefine Your Online Narrative with Our Web Design Mastery\"','','private','closed','closed','','flowerhouse-films-redefine-your-online-narrative-with-our-web-design-mastery','','','2024-05-13 20:20:31','2024-05-13 20:20:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9913',0,'postman_sent_mail','',0),(9694,0,'2024-03-21 19:35:23','2024-03-21 19:35:23','Monique Shinn \nHello flowerhousefilms.com Owner.\n\nAre you okay running your business without much funds? This could slow down growth and delay returns on your business.\r\n\r\nNow you have the Opportunity to Fund your Busineses and Projects without stress and without the burden of repayment as our interest in first for the growth of your business and projects, and for your to arrive at your desired business goals and dreams.\r\n\r\nTake advantage of our Funding opportunity and get funded on your business and Projects within days and have an ample number of years/Loan Term Period which gives you time to grow and achieve your business goals.\r\n\r\nGive us a call on:\r\n+852 3008 8373, \r\nor write us at:\r\ninfo@capitalfund-hk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Owner.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-owner-3','','','2024-03-21 19:35:23','2024-03-21 19:35:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9694',0,'postman_sent_mail','',0),(9719,0,'2024-03-28 04:34:02','2024-03-28 04:34:02','Sam Ballow \n\n\nHi, I\'m Sam. I got in your inbox from a precision-trained team of tech-savvy Labrador Retrievers. \r\nOK…I got in from your website contact form at flowerhousefilms.com.\r\n\r\nLet\'s cut to the chase, shall we?\r\n\r\nIf you’re even the slightest bit curious how this whole message is crafted by chatgpt, would you be open to a quick 7-minute chat that is shorter than a microwave minute?\r\n\r\nI promise to leave you with actionable ChatGPT prompt ideas you can straight-up copy paste to create hyper personalized emails. \r\nI might even tell you the lamest joke I know that is guaranteed to make you chuckle… or at least force an awkward smile!\r\n\r\nHere\'s the kicker: I\'ll roll up my sleeves and do a USD990 value, zero-cost audit on your site and the sites of your competitors. \r\nEverything from the winning and losing keywords to the ad spends, Facebook ads and Tiktok ads – the whole enchilada with action report you can use.\r\nI’ll show you how my AI companion and I dug up insider info to craft this very message (yep, this nugget of joy is written by GPT4 and submitted automatically to your website\'s contact form). \r\nI\'ll even set up a custom system like this for your business and send you targeted 100 leads to test-drive – at absolutely no cost to you. \r\n\r\nNo beastly contracts or blood oaths, promise.\r\n\r\nYou can also click here to watch a video on this special AI system that will help you book appointment engage user in your tone and you can create an account for free to try it out.\r\nhttps://start.rapidleadspro.com\r\n\r\nYour delightfully colorful, possibly profanity-filled response is eagerly awaited. \r\n\r\nMake today ridiculously amazing,\r\n\r\nSam\r\nSEO Wizard / AI Enthusiast / Connoisseur of Bad Jokes\r\n\r\n\r\nP.S.: If you click \'unsubscribe\', you\'ll be shipped a lifetime supply of Spam mails…. Of course, I’m joking! If you ever need to hit the \'unsubscribe\' link, feel free to do so.\r\nP.P.S: The email is not real please do not reply to this email included.\r\n\r\n\r\nunsubscribe: https://nobsranking.link/index.php/website-optout-rapidleads/?domain=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"\"','','private','closed','closed','','flowerhouse-films-6','','','2024-03-28 04:34:02','2024-03-28 04:34:02','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9719',0,'postman_sent_mail','',0),(9741,0,'2024-04-03 07:20:21','2024-04-03 07:20:21','Paul Messerschmidt \nDid you notice?\n\nHi,\r\nI noticed that your Google setup is messed up, try using this tool. I can recommend trying it!\r\n\r\nhttps://localviking.com?fpr=lukas92\r\n\r\nIt\'s a Google My Business management tool that allows you to schedule GMB posts, track Local Pack rankings, upload photographs, and handle reviews from a single interface.\r\n\r\nRegards,\r\nPaul \r\nGoogle specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Did you notice?\"','','private','closed','closed','','flowerhouse-films-did-you-notice','','','2024-04-03 07:20:21','2024-04-03 07:20:21','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9741',0,'postman_sent_mail','',0),(9927,0,'2024-05-17 12:40:58','2024-05-17 12:40:58','Harrison Lapointe \nCost-Effective Virtual Private Server Packages: Perfect suitable for use in Challenging Projects\n\nOur high-performance VPSs, available from €3.90 per month, offer up to 5 Gbit/s connectivity and 50TB of monthly traffic. Perfect for demanding applications and seamless connectivity.\r\n\r\nChoose Your Plan:\r\nBasic: 1x AMD Ryzen vCore, 4GB RAM, 120GB NVMe Disk space - €3.90/month\r\nIntermediate: 2x AMD Ryzen vCore, 8GB RAM, 240GB NVMe Disk space - €7.90/month\r\nEnhanced: 3x AMD Ryzen vCore, 12GB RAM, 320GB NVMe Disk space - €11.90/month\r\nPro: 6x AMD Ryzen vCore, 12GB RAM, 640GB NVMe Disk space - €16.90/month\r\n\r\nHighlights:\r\n5 Gbit/s Connectivity\r\n50TB Traffic included per month\r\nKVM / ISO mount\r\nLinux/Windows/BSD OS ready\r\nUI-based upgrades and downgrades\r\n5 snapshots and 1 backup slot included\r\n\r\nEnhance your network performance today: https://bit.ly/vps4euro\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome deals: https://docs.google.com/forms/d/e/1FAIpQLSfqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform\r\nDoornenburg 31, Jamestown, NY, USA, 2402 Kk\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Cost-Effective Virtual Private Server Packages: Perfect suitable for use in Challenging Projects\"','','private','closed','closed','','flowerhouse-films-cost-effective-virtual-private-server-packages-perfect-suitable-for-use-in-challenging-projects','','','2024-05-17 12:40:58','2024-05-17 12:40:58','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9927',0,'postman_sent_mail','',0),(9902,0,'2024-05-11 09:22:38','2024-05-11 09:22:38','LTtMKTUSEi \nTyUEriIBiT PvtTHAFHUp PKiAmZcHib iWjMnnVFvx EEHPEZzJni\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"TyUEriIBiT PvtTHAFHUp PKiAmZcHib iWjMnnVFvx EEHPEZzJni\"','','private','closed','closed','','flowerhouse-films-tyueriibit-pvtthafhup-pkiamzchib-iwjmnnvfvx-eehpezzjni','','','2024-05-11 09:22:38','2024-05-11 09:22:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9902',0,'postman_sent_mail','',0),(1665,2,'2020-04-19 01:49:14','2020-04-19 01:49:14','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"250px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:14','2020-04-19 01:49:14','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1663,2,'2020-04-19 01:47:37','2020-04-19 01:47:37','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:47:37','2020-04-19 01:47:37','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1661,2,'2020-04-19 01:45:24','2020-04-19 01:45:24','','para siempre','','inherit','open','closed','','credits-para-siempre','','','2020-04-19 01:45:53','2020-04-19 01:45:53','',1660,'https://www.flowerhousefilms.com/wp-content/uploads/2020/04/credits-para-siempre.png',0,'attachment','image/png',0),(1662,2,'2020-04-19 01:47:36','2020-04-19 01:47:36','<div id=\"pl-1662\"  class=\"panel-layout\" ><div id=\"pg-1662-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1662-0\" data-stretch-type=\"full\" ><div id=\"pgc-1662-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1662-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1662-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1662-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1662-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1662-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1662-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1662-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1662-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1662-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1662-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1662-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:47:37','2020-04-19 01:47:37','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1664,2,'2020-04-19 01:49:14','2020-04-19 01:49:14','<div id=\"pl-1664\"  class=\"panel-layout\" ><div id=\"pg-1664-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1664-0\" data-stretch-type=\"full\" ><div id=\"pgc-1664-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1664-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"250px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1664-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1664-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1664-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1664-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1664-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1664-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1664-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1664-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1664-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1664-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:14','2020-04-19 01:49:14','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1667,2,'2020-04-19 01:49:44','2020-04-19 01:49:44','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"400px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:44','2020-04-19 01:49:44','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1666,2,'2020-04-19 01:49:44','2020-04-19 01:49:44','<div id=\"pl-1666\"  class=\"panel-layout\" ><div id=\"pg-1666-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1666-0\" data-stretch-type=\"full\" ><div id=\"pgc-1666-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1666-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"400px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1666-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1666-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1666-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1666-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1666-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1666-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1666-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1666-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1666-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1666-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:44','2020-04-19 01:49:44','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1669,2,'2020-04-19 01:49:58','2020-04-19 01:49:58','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:58','2020-04-19 01:49:58','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1668,2,'2020-04-19 01:49:58','2020-04-19 01:49:58','<div id=\"pl-1668\"  class=\"panel-layout\" ><div id=\"pg-1668-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1668-0\" data-stretch-type=\"full\" ><div id=\"pgc-1668-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1668-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1668-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1668-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1668-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1668-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1668-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1668-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1668-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1668-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1668-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1668-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:49:58','2020-04-19 01:49:58','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1671,2,'2020-04-19 01:51:03','2020-04-19 01:51:03','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=2\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:51:03','2020-04-19 01:51:03','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1670,2,'2020-04-19 01:51:03','2020-04-19 01:51:03','<div id=\"pl-1670\"  class=\"panel-layout\" ><div id=\"pg-1670-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1661&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1670-0\" data-stretch-type=\"full\" ><div id=\"pgc-1670-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1670-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1670-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1670-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1670-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1670-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1670-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1670-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1670-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/youtube\" src=\"https://youtu.be/sb1S2wJrVHI?_=1\" /><a href=\"https://youtu.be/sb1S2wJrVHI\">https://youtu.be/sb1S2wJrVHI</a></video></div></div></div></div></div><div id=\"pg-1670-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1670-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1670-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-19 01:51:03','2020-04-19 01:51:03','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1677,2,'2020-04-20 04:26:32','2020-04-20 04:26:32','','credits para siempre','','inherit','open','closed','','credits-para-siempre-2','','','2020-04-20 04:26:32','2020-04-20 04:26:32','',1660,'https://www.flowerhousefilms.com/wp-content/uploads/2020/04/credits-para-siempre.jpg',0,'attachment','image/jpeg',0),(1679,2,'2020-04-20 04:27:02','2020-04-20 04:27:02','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=2\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:27:02','2020-04-20 04:27:02','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1678,2,'2020-04-20 04:27:02','2020-04-20 04:27:02','<div id=\"pl-1678\"  class=\"panel-layout\" ><div id=\"pg-1678-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1678-0\" data-stretch-type=\"full\" ><div id=\"pgc-1678-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1678-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1678-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1678-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1678-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1678-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1678-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1678-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1678-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=1\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1678-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1678-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1678-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:27:02','2020-04-20 04:27:02','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1681,2,'2020-04-20 04:49:10','2020-04-20 04:49:10','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=2\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:49:10','2020-04-20 04:49:10','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1680,2,'2020-04-20 04:49:10','2020-04-20 04:49:10','<div id=\"pl-1680\"  class=\"panel-layout\" ><div id=\"pg-1680-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1680-0\" data-stretch-type=\"full\" ><div id=\"pgc-1680-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1680-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1680-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1680-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1680-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1680-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1680-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1680-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1680-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409648019?loop=0&#038;_=1\" /><a href=\"https://vimeo.com/409648019?loop=0\">https://vimeo.com/409648019?loop=0</a></video></div></div></div></div></div><div id=\"pg-1680-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1680-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1680-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 04:49:10','2020-04-20 04:49:10','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1686,2,'2020-04-20 19:10:42','2020-04-20 19:10:42','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409907260?loop=0&#038;_=2\" /><a href=\"https://vimeo.com/409907260?loop=0\">https://vimeo.com/409907260?loop=0</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 19:10:42','2020-04-20 19:10:42','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1685,2,'2020-04-20 19:10:42','2020-04-20 19:10:42','<div id=\"pl-1685\"  class=\"panel-layout\" ><div id=\"pg-1685-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1685-0\" data-stretch-type=\"full\" ><div id=\"pgc-1685-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1685-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1685-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1685-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1685-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1685-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1685-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1685-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1685-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409907260?loop=0&#038;_=1\" /><a href=\"https://vimeo.com/409907260?loop=0\">https://vimeo.com/409907260?loop=0</a></video></div></div></div></div></div><div id=\"pg-1685-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1685-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1685-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-04-20 19:10:42','2020-04-20 19:10:42','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(9701,0,'2024-03-22 14:36:03','2024-03-22 14:36:03','Maurine Thow \nYour WebSite Has Been Hacked\n\nWe have hacked your website https://flowerhousefilms.com and extracted your databases.\r\n\r\nHow did this happen?\r\n\r\nOur team has found a vulnerability within your site that we were able to exploit. After finding the vulnerability we were able to get your database credentials and extract your entire database and move the information to an offshore server.\r\n\r\nWhat does this mean?\r\n\r\nWe will systematically go through a series of steps of totally damaging your reputation. First your database will be leaked or sold to the highest bidder which they will use with whatever their intentions are. Next if there are e-mails found they will be e-mailed that their information has been sold or leaked and your site https://flowerhousefilms.com was at fault thusly damaging your reputation and having angry customers/associates with whatever angry customers/associates do. Lastly any links that you have indexed in the search engines will be de-indexed based off of blackhat techniques that we used in the past to de-index Our targets.\r\n\r\nHow do i stop this?\r\n\r\nWe are willing to refrain from destroying your site\'s reputation for a small fee. The current fee is $3000 in bitcoins (0.044 BTC).\r\n\r\nSend the bitcoin to the following Bitcoin address (Make sure to copy and paste):\r\n\r\n3A7GDA5g5QujPHe21fm9PAVxDG4Dz9EhxQ \r\n\r\nOnce you have paid we will automatically get informed that it was your payment. Please note that you have to make payment within 5 days after receiving this e-mail or the database leak, e-mails dispatched, and de-index of your site WiLL start!\r\n\r\nHow do i get Bitcoins?\r\n\r\nYou can easily buy bitcoins via several websites or even offline from a Bitcoin-ATM.\r\n\r\nWhat if i don\'t pay?\r\n\r\nWe will start the attack at the indicated date and uphold it until you do, there\'s no counter measure to this, you will Only end up wasting more money trying to find a solution. We will completely destroy your reputation amongst google and your customers.\r\n\r\nThis is not a hoax, do not reply to this email, don\'t try to reason or negotiate, we will not read any replies. Once you have paid we will stop what we were doing and you will never hear from us again!\r\n\r\nPlease note that Bitcoin is anonymous and no one will find out that you have complied.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Your WebSite Has Been Hacked\"','','private','closed','closed','','flowerhouse-films-your-website-has-been-hacked','','','2024-03-22 14:36:03','2024-03-22 14:36:03','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9701',0,'postman_sent_mail','',0),(9758,0,'2024-04-09 00:52:33','2024-04-09 00:52:33','Rusty Hearon \nBig Tech Is Hiding The Truth About AI…\n\nIf you look closely in the Bible, there are very specific warnings of the rise of AI\r\n\r\nRevelation 13 talks of the emergence of the Anti-Christ, a great deceiver that will rise in times of great chaos and confusion\r\n\r\nAnd, right now, AI’s influence is rapidly spreading around the world in disguise.\r\n\r\nSadly, most people are blissfully unaware.\r\n\r\nSee here why: https://tinyurl.com/thefinalisnear\r\n\r\nOr perhaps already corrupted by its “touch.”\r\n\r\nEven more alarmingly, AI is getting more and more powerful\r\n\r\nChat GPT 4, a version of Microsoft’s AI, was opened to the public in March 2023\r\n\r\nIt is reported to contain 10 times the knowledge base of Chat GPT 3…\r\n\r\nAnd have 100 Billion times more processing power.\r\n\r\nWhat comes next?\r\n\r\nAmerican Christians have made a short documentary to help you understand and prepare for the dangers of AI.\r\n\r\nIf you truly believe in God, and his biblical prophecies, I urge you to watch the video now.\r\n\r\nBecause Big Tech could take it down at any moment.\r\n\r\nClick here to watch it right now: https://tinyurl.com/thefinalisnear\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Big Tech Is Hiding The Truth About AI…\"','','private','closed','closed','','flowerhouse-films-big-tech-is-hiding-the-truth-about-ai','','','2024-04-09 00:52:33','2024-04-09 00:52:33','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9758',0,'postman_sent_mail','',0),(9754,0,'2024-04-06 22:21:55','2024-04-06 22:21:55','Roxanne Moorhouse \nDear flowerhousefilms.com Webmaster!\n\nHi there,\r\n\r\nI recently moved to this area and noticed I couldn’t find your business on Google Maps. This made me think: how many potential customers are you missing out on every day?\r\n\r\nDon’t let invisibility hold your business back. I’ve put a short 2 mins video to give you some insights on how your Google Maps ranking \r\ncan be easily be Boosted so that your business appear in front of locals who are actively searching for your services.\r\n\r\nClick here to discover how to make your business the top local choice: \r\nhttps://go.gopages.pro/google-map-visibility/\r\n\r\n\r\nSee you on the map!\r\n\r\nBest Regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-2','','','2024-04-06 22:21:55','2024-04-06 22:21:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9754',0,'postman_sent_mail','',0),(9735,0,'2024-04-02 01:16:19','2024-04-02 01:16:19','Eduardo Wannemaker \nSports Analytics Software - How to Profit from randomness\n\nSports Analytics software is based on pattern identification over historical data. This is designed in such a way so it can identify from only random events. This takes out emotional &amp; human control and creates a long term profitable opportunity.\r\n\r\nMust try for a month &amp; see the potential yourself - https://bit.ly/3vyZUrY\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Sports Analytics Software - How to Profit from randomness\"','','private','closed','closed','','flowerhouse-films-sports-analytics-software-how-to-profit-from-randomness','','','2024-04-02 01:16:19','2024-04-02 01:16:19','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9735',0,'postman_sent_mail','',0),(9842,0,'2024-04-24 20:37:44','2024-04-24 20:37:44','Joanna Tjalkabota \nHello flowerhousefilms.com owner.\n\nI\'ve saw that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly increase your site\'s visibility: https://cutt.ly/Sw2BAXtw\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com owner.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-owner','','','2024-04-24 20:37:44','2024-04-24 20:37:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9842',0,'postman_sent_mail','',0),(9731,0,'2024-03-31 03:07:50','2024-03-31 03:07:50','Vai \nBookkeeping Services\n\nHi, \r\n\r\n\r\nThis is Vai. I am a bookkeeper. I can categorize your transactions of incomes/expenses and can handle bank reconciliations. I can work on any software that you use for accounting. \r\nMy rates are USD 10 per hour. Reply me on Businessgrowtogether@outlook.com to discuss further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Bookkeeping Services\"','','private','closed','closed','','flowerhouse-films-bookkeeping-services','','','2024-03-31 03:07:50','2024-03-31 03:07:50','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9731',0,'postman_sent_mail','',0),(9732,0,'2024-03-31 03:15:44','2024-03-31 03:15:44','Danyl Covington \n5 stares Google Maps Reviews\n\nDear Sir /Madam\r\n\r\nAs I see that you do not have many positive reviews on Google Maps, which means that you will not be able to get new customers, But the good news today is that I can increase your google map ranking so you can have more exposure and get more customers this also\r\n\r\nGetting google maps reviews from your customers has always been a beneficial exercise for business, but today its importance is even greater. Let\'s attract new customers by making your business in the first Google search results, 72% of customers will take action only after reading a positive online review.\r\n\r\nIf you are Intrested please click this link to start: https://tinyurl.com/2x44w7y4\r\n\r\n\r\n\r\nRegards \r\nDanyl\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"5 stares Google Maps Reviews\"','','private','closed','closed','','flowerhouse-films-5-stares-google-maps-reviews-2','','','2024-03-31 03:15:44','2024-03-31 03:15:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9732',0,'postman_sent_mail','',0),(9733,0,'2024-04-01 09:12:13','2024-04-01 09:12:13','Priscilla Schwartz \nIlluminate Your Online Journey with Our Web Design Solutions\n\nHello,\r\n\r\nAll set to brighten your virtual voyage? The digital presence of your brand is highlighted by our web design solutions. We design websites that engage and inspire, with an emphasis on originality and practicality. Together, we can uncover the online potential of your brand. Let\'s get started.\r\n\r\nBest regards,\n\nPriscilla Schwartz\r\n\r\np.s. If you\'d like to be excluded from any of my emails, please email me back to inform me and I will remove you from my list. Best Regards.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Illuminate Your Online Journey with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-illuminate-your-online-journey-with-our-web-design-solutions','','','2024-04-01 09:12:13','2024-04-01 09:12:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9733',0,'postman_sent_mail','',0),(9880,0,'2024-05-06 00:22:08','2024-05-06 00:22:08','Kit Garrick \nMistakes found in Your Google Maps Listings , Lets fix Them\n\nHi,\r\n\r\nLooking for someone to help you in local ranking ? Your business is not coming in top of google  results page . I am Local SEO expert from 5 years and now i am here to help you! With the\r\nexpertise and work drive of my team, we will get you the best results possible\r\n\r\nCheck my 5 stars Fiverr page now\r\n\r\nhttps://tinyurl.com/3fxa3xw3\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Mistakes found in Your Google Maps Listings , Lets fix Them\"','','private','closed','closed','','flowerhouse-films-mistakes-found-in-your-google-maps-listings-lets-fix-them','','','2024-05-06 00:22:08','2024-05-06 00:22:08','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9880',0,'postman_sent_mail','',0),(9881,0,'2024-05-06 01:42:03','2024-05-06 01:42:03','Orville Redmon \nDear flowerhousefilms.com Owner!\n\nHands down, the Easiest Customer Financing Program in the Industry No more turning down business due to low credit scores\r\n\r\n== Must Be A US Based Business To Qualify ==\r\n\r\nSend me a message at my contact info below for info\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-owner-4','','','2024-05-06 01:42:03','2024-05-06 01:42:03','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9881',0,'postman_sent_mail','',0),(9884,0,'2024-05-07 01:09:03','2024-05-07 01:09:03','Johan \nDo you need more client leads?\n\nHi,\r\n\r\nWe are a provider of premium databases for companies.\r\n\r\nI want to know if you need any sort of data for your business?\r\n\r\nPlease respond to this email and let us know what you are looking for.\r\n\r\nRegards\r\nJohan\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you need more client leads?\"','','private','closed','closed','','flowerhouse-films-do-you-need-more-client-leads','','','2024-05-07 01:09:03','2024-05-07 01:09:03','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9884',0,'postman_sent_mail','',0),(9885,0,'2024-05-07 03:20:40','2024-05-07 03:20:40','RaymondDup \nEnergy&amp;Vitality\n\n<b>I present</b> to your attention an effective working tool for <u>stimulating your brain</u>, especially relevant for computer scientists - <b>Neuroprime!</b> \r\n<b>Neuroprime</b> - tablets that give you energy and vitality in simple way: \r\n<b>- Natural Energy</b> \r\n<b>- Optimises Cellular Function</b> \r\n<b>- Promotes Mental Vitality</b> \r\n<b>- Boosts Exercises Perfomance</b> \r\nDoes not contain caffeine and is <u>absolutely safe</u> for your health! \r\n<a href=\"https://bit.ly/49ZlVPi\"><b><u>Buy your Neuroprime right now!</u></b></a>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Energy&amp;Vitality\"','','private','closed','closed','','flowerhouse-films-energyvitality','','','2024-05-07 03:20:40','2024-05-07 03:20:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9885',0,'postman_sent_mail','',0),(2666,2,'2021-06-24 16:36:05','2021-06-24 16:36:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 16:36:05','2021-06-24 16:36:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2674,2,'2021-06-24 17:19:36','2021-06-24 17:19:36','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:19:36','2021-06-24 17:19:36','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2667,2,'2021-06-24 17:12:25','2021-06-24 17:12:25','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266710002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:12:25','2021-06-24 17:12:25','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2668,2,'2021-06-24 17:12:25','2021-06-24 17:12:25','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:12:25','2021-06-24 17:12:25','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2670,2,'2021-06-24 17:13:05','2021-06-24 17:13:05','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;title&quot;:&quot;https:\\/\\/vimeo.com\\/567137488&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 17:13:05','2021-06-24 17:13:05','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(1812,2,'2020-06-11 15:10:23','2020-06-11 15:10:23','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 15:10:23','2020-06-11 15:10:23','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1811,2,'2020-06-11 15:10:23','2020-06-11 15:10:23','<div id=\"pl-1811\"  class=\"panel-layout\" ><div id=\"pg-1811-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1811-0\" data-stretch-type=\"full\" ><div id=\"pgc-1811-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1811-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1811-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1811-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1811-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1811-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1811-1\" data-stretch-type=\"full\" ><div id=\"pgc-1811-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1811-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1811-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1811-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1811-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1811-2\" data-stretch-type=\"full\" ><div id=\"pgc-1811-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1811-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1811-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1811-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1811-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1811-3\" data-stretch-type=\"full\" ><div id=\"pgc-1811-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1811-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1811-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 15:10:23','2020-06-11 15:10:23','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1755,2,'2020-06-11 00:10:10','2020-06-11 00:10:10','<div id=\"pl-1755\"  class=\"panel-layout\" ><div id=\"pg-1755-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1755-0\" data-stretch-type=\"full\" ><div id=\"pgc-1755-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1755-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1755-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1755-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1755-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1755-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1755-1\" data-stretch-type=\"full\" ><div id=\"pgc-1755-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1755-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1755-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1755-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1755-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1755-2\" data-stretch-type=\"full\" ><div id=\"pgc-1755-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1755-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1755-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1755-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1755-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1755-3\" data-stretch-type=\"full\" ><div id=\"pgc-1755-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1755-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1755-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 00:10:10','2020-06-11 00:10:10','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1756,2,'2020-06-11 00:10:11','2020-06-11 00:10:11','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 00:10:11','2020-06-11 00:10:11','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1757,2,'2020-06-11 03:08:35','2020-06-11 03:08:35','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-37-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-2\" data-stretch-type=\"full\" ><div id=\"pgc-37-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-37-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-37-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-4\" data-stretch-type=\"full\" ><div id=\"pgc-37-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','37-revision-v1','','','2020-06-11 03:08:35','2020-06-11 03:08:35','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1758,2,'2020-06-11 03:08:40','2020-06-11 03:08:40','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contacto','','inherit','closed','closed','','41-revision-v1','','','2020-06-11 03:08:40','2020-06-11 03:08:40','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(1759,2,'2020-06-11 03:08:58','2020-06-11 03:08:58','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 03:08:58','2020-06-11 03:08:58','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1760,2,'2020-06-11 03:09:09','2020-06-11 03:09:09','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]\n<span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span>\n[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto','','inherit','closed','closed','','1586-revision-v1','','','2020-06-11 03:09:09','2020-06-11 03:09:09','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1761,2,'2020-06-11 03:09:25','2020-06-11 03:09:25','<div id=\"pl-98\"  class=\"panel-layout\" ><div id=\"pg-98-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-98-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-98-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	Flowerhouse graphics, logos and color palette by <a href=\"http://www.instagram.com/alfonsoruiz.book/\">Alfonso Ruiz</a>.\n\nOrigami graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMovies graphic by <a href=\"http://www.freepik.com/\">Freepik</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nFacebook graphic by <a href=\"https://icomoon.io/\">Icomoon</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nMiu Icons graphic by <a href=\"http://linhpham.me/miu/\">Linh Pham</a> from <a href=\"http://www.flaticon.com/\">Flaticon</a> is licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a>. Made with <a href=\"http://logomakr.com/\">Logo Maker</a>\n\nThanks Tyler <a href=\"http://www.tyler.com\">Create a Website</a></div>\n</div></div></div></div></div>','Creditos','','inherit','closed','closed','','98-revision-v1','','','2020-06-11 03:09:25','2020-06-11 03:09:25','',98,'https://www.flowerhousefilms.com/98-revision-v1/',0,'revision','',0),(1764,2,'2020-06-11 14:02:43','2020-06-11 14:02:43','<div id=\"pl-1764\"  class=\"panel-layout\" ><div id=\"pg-1764-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-0\" data-stretch-type=\"full\" ><div id=\"pgc-1764-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1764-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1764-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1764-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1764-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1764-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1764-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1764-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1764-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/contact/\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1764-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-3\" data-stretch-type=\"full\" ><div id=\"pgc-1764-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1764-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1764-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1764-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/english/about/\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','English','','publish','closed','closed','','english','','','2020-06-11 14:25:37','2020-06-11 14:25:37','',0,'https://www.flowerhousefilms.com/?page_id=1764',0,'page','',0),(1765,2,'2020-06-11 14:03:04','2020-06-11 14:03:04','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Home - Ingles','','inherit','closed','closed','','1764-revision-v1','','','2020-06-11 14:03:04','2020-06-11 14:03:04','',1764,'https://www.flowerhousefilms.com/1764-revision-v1/',0,'revision','',0),(1789,2,'2020-06-11 14:28:55','2020-06-11 14:28:55','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/proyectos/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/nosotras/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contacto/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/nosotras/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-revision-v1','','','2020-06-11 14:28:55','2020-06-11 14:28:55','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1788,2,'2020-06-11 14:28:55','2020-06-11 14:28:55','<div id=\"pl-1788\"  class=\"panel-layout\" ><div id=\"pg-1788-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1788-0\" data-stretch-type=\"full\" ><div id=\"pgc-1788-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1788-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1788-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1788-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1788-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-1788-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1788-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1788-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1788-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/proyectos/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-1788-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1788-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/nosotras/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1788-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1788-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contacto/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1788-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1788-3\" data-stretch-type=\"full\" ><div id=\"pgc-1788-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1788-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-1788-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1788-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/nosotras/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-revision-v1','','','2020-06-11 14:28:55','2020-06-11 14:28:55','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1766,2,'2020-06-11 14:10:25','2020-06-11 14:10:25','<div id=\"pl-1766\"  class=\"panel-layout\" ><div id=\"pg-1766-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1766-0\" data-stretch-type=\"full\" ><div id=\"pgc-1766-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1766-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1766-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1766-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1766-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-1766-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1766-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1766-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1766-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-1766-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1766-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1766-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1766-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contact/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1766-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1766-3\" data-stretch-type=\"full\" ><div id=\"pgc-1766-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1766-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-1766-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1766-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/about/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-revision-v1','','','2020-06-11 14:10:25','2020-06-11 14:10:25','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1767,2,'2020-06-11 14:10:25','2020-06-11 14:10:25','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> Una Productora Independiente</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empoderando a las mujeres a través del cine</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">nuestro trabajo</h2>\n<p style=\"text-align: center;\">Estamos desarrollando nuevos proyectos </p>\n<p style=\"text-align: center;\">proyectos contínuamente, ¡chécalos!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Proyectos</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">Somos una productora de cine independiente</p>\n<p style=\"text-align: center;\">dedicada a personajes femeninos complejos.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contáctanos</h2>\n<p style=\"text-align: center;\">¡Nos encantaría saber lo que piensas!  Escríbenos</p>\n<p style=\"text-align: center;\">con tus ideas, preguntas, o sólo para platicar.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/contact/\">Ponte en Contacto</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Nuestro Trabajo</span><br /><span class=\"home-we\">Contamos historias. Empoderamos a las Mujeres.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Ver Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/about/\">En Acción</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','Inicio','','inherit','closed','closed','','33-revision-v1','','','2020-06-11 14:10:25','2020-06-11 14:10:25','',33,'https://www.flowerhousefilms.com/33-revision-v1/',0,'revision','',0),(1768,2,'2020-06-11 14:10:49','2020-06-11 14:10:49','<div id=\"pl-33\"  class=\"panel-layout\" ><div id=\"pg-33-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-0\" data-stretch-type=\"full\" ><div id=\"pgc-33-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-33-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-33-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-33-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-33-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-33-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/about\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-33-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-33-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"/contact\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-33-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-33-3\" data-stretch-type=\"full\" ><div id=\"pgc-33-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-33-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-33-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"/about\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','English','','inherit','closed','closed','','1764-revision-v1','','','2020-06-11 14:10:49','2020-06-11 14:10:49','',1764,'https://www.flowerhousefilms.com/1764-revision-v1/',0,'revision','',0),(1769,2,'2020-06-11 14:10:55','2020-06-11 14:10:55','<div id=\"pl-1769\"  class=\"panel-layout\" ><div id=\"pg-1769-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-0\" data-stretch-type=\"full\" ><div id=\"pgc-1769-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1769-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1769-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1769-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1769-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-1769-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1769-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-2\" data-stretch-type=\"full\" ><div id=\"pgc-1769-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-1769-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1769-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1769-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1769-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-1769-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1769-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-4\" data-stretch-type=\"full\" ><div id=\"pgc-1769-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','About','','publish','closed','closed','','about','','','2020-06-11 14:21:11','2020-06-11 14:21:11','',1764,'https://www.flowerhousefilms.com/?page_id=1769',0,'page','',0),(1770,2,'2020-06-11 14:11:08','2020-06-11 14:11:08','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-37-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-2\" data-stretch-type=\"full\" ><div id=\"pgc-37-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-37-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-37-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-4\" data-stretch-type=\"full\" ><div id=\"pgc-37-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','About','','inherit','closed','closed','','1769-revision-v1','','','2020-06-11 14:11:08','2020-06-11 14:11:08','',1769,'https://www.flowerhousefilms.com/1769-revision-v1/',0,'revision','',0),(1771,2,'2020-06-11 14:11:22','2020-06-11 14:11:22','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1771-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1771-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1771-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-4\" data-stretch-type=\"full\" ><div id=\"pgc-1771-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','publish','closed','closed','','projects','','','2021-07-11 01:40:39','2021-07-11 01:40:39','',1764,'https://www.flowerhousefilms.com/?page_id=1771',0,'page','',0),(1809,2,'2020-06-11 15:09:00','2020-06-11 15:09:00','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 15:09:00','2020-06-11 15:09:00','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1772,2,'2020-06-11 14:11:38','2020-06-11 14:11:38','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 14:11:38','2020-06-11 14:11:38','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1774,2,'2020-06-11 14:15:01','2020-06-11 14:15:01','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Productora Independiente.</span></p></div>\n</div></div></div><div id=\"pgc-37-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-2\" data-stretch-type=\"full\" ><div id=\"pgc-37-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-37-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-37-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-37-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-37-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-37-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-37-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-4\" data-stretch-type=\"full\" ><div id=\"pgc-37-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','37-revision-v1','','','2020-06-11 14:15:01','2020-06-11 14:15:01','',37,'https://www.flowerhousefilms.com/37-revision-v1/',0,'revision','',0),(1775,2,'2020-06-11 14:15:57','2020-06-11 14:15:57','<div id=\"pl-1775\"  class=\"panel-layout\" ><div id=\"pg-1775-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1775-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1775-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1775-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-1775-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1775-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-1775-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-1775-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1775-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1775-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1775-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','publish','closed','closed','','contact','','','2020-06-11 14:22:28','2020-06-11 14:22:28','',1764,'https://www.flowerhousefilms.com/?page_id=1775',0,'page','',0),(1776,2,'2020-06-11 14:16:07','2020-06-11 14:16:07','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','1775-revision-v1','','','2020-06-11 14:16:07','2020-06-11 14:16:07','',1775,'https://www.flowerhousefilms.com/1775-revision-v1/',0,'revision','',0),(1777,2,'2020-06-11 14:17:04','2020-06-11 14:17:04','<div id=\"pl-1777\"  class=\"panel-layout\" ><div id=\"pg-1777-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1777-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1777-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1777-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-1777-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1777-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-1777-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Dirección:</strong> Ciudad de México, México </p>\n<p>[spacer height=\"10px\"]</p>\n<hr /></div>\n</div></div><div id=\"panel-1777-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1777-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1777-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1777-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contacto','','inherit','closed','closed','','41-revision-v1','','','2020-06-11 14:17:04','2020-06-11 14:17:04','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(1778,2,'2020-06-11 14:17:05','2020-06-11 14:17:05','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-41-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-41-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-41-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-41-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Dirección:</strong> Ciudad de México, México </p>\n<p>[spacer height=\"10px\"]</p>\n<hr /></div>\n</div></div><div id=\"panel-41-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-41-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-41-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-41-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contacto','','inherit','closed','closed','','41-revision-v1','','','2020-06-11 14:17:05','2020-06-11 14:17:05','',41,'https://www.flowerhousefilms.com/41-revision-v1/',0,'revision','',0),(2697,2,'2021-06-27 05:22:31','2021-06-27 05:22:31','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"medium\"} -->\n<h2 class=\"has-text-align-center has-text-color has-medium-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\" href=\"https://vimeo.com/sofiaruizactor/enunapalabra\" target=\"_blank\" rel=\"noreferrer noopener\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.flowerhousefilms.com/\" style=\"background-color:#425e47\" target=\"_blank\" rel=\"flowerhousefilms.com noopener\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://vimeo.com/490923727/c55a371c66\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://sofia-ruiz.com/sobreactuando/\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.filminlatino.mx/corto/inocente-confusion\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','publish','closed','closed','','links','','','2021-07-11 02:07:16','2021-07-11 02:07:16','',0,'https://www.flowerhousefilms.com/?page_id=2697',0,'page','',0),(2706,2,'2021-06-27 05:08:47','2021-06-27 05:08:47','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"has-text-align-center\">¡Hola! ¿A dónde quieres ir hoy?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:08:47','2021-06-27 05:08:47','',2697,'https://www.flowerhousefilms.com/?p=2706',0,'revision','',0),(2707,2,'2021-06-27 05:11:20','2021-06-27 05:11:20','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"has-text-align-center has-text-color has-large-font-size\" style=\"color:#442f36\">¡Hola! ¿A dónde quieres ir hoy?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:11:20','2021-06-27 05:11:20','',2697,'https://www.flowerhousefilms.com/?p=2707',0,'revision','',0),(2705,2,'2021-06-27 05:03:04','2021-06-27 05:03:04','<div id=\"pl-2697\" class=\"panel-layout\">\r\n<div id=\"pg-2697-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-2697-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.15\">&nbsp;</div>\r\n<div id=\"pgc-2697-0-1\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.7\">\r\n<div id=\"panel-2697-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\r\n<img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\">\r\n<h3 style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></h3>\r\n<p style=\"text-align: center;\">Ver En Una Palabra</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pgc-2697-0-2\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.15\">&nbsp;</div>\r\n</div>\r\n<div id=\"pg-2697-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-2697-1-1\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.7\">\r\n<div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<p style=\"text-align: center;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pgc-2697-1-2\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.15\">&nbsp;</div>\r\n</div>\r\n<div id=\"pg-2697-2\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-2\" data-stretch-type=\"full\">\r\n<div id=\"pgc-2697-2-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-2697-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"textwidget\">\r\n\r\n[spacer height=\"500px\"]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:03:04','2021-06-27 05:03:04','',2697,'https://www.flowerhousefilms.com/?p=2705',0,'revision','',0),(2701,2,'2021-06-27 04:03:45','2021-06-27 04:03:45','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-0\" data-stretch-type=\"full\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">&nbsp;</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\"/></p>\n</div>\n</div></div></div></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-2-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-3\" data-stretch-type=\"full\" ><div id=\"pgc-2697-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:03:45','2021-06-27 04:03:45','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(2700,2,'2021-06-27 04:03:15','2021-06-27 04:03:15','','Flowerhouse_Logos-08','','inherit','open','closed','','flowerhouse_logos-08','','','2021-06-27 04:03:15','2021-06-27 04:03:15','',2697,'https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08.png',0,'attachment','image/png',0),(2698,2,'2021-06-27 04:00:29','2021-06-27 04:00:29','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-0\" data-stretch-type=\"full\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n</div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-2\" data-stretch-type=\"full\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-2697-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-4\" data-stretch-type=\"full\" ><div id=\"pgc-2697-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Nosotras','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:00:29','2021-06-27 04:00:29','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(1783,2,'2020-06-11 14:23:55','2020-06-11 14:23:55','<div id=\"pl-1783\"  class=\"panel-layout\" ><div id=\"pg-1783-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1783-0\" data-stretch-type=\"full\" ><div id=\"pgc-1783-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1783-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1783-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1783-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1783-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1783-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1783-1\" data-stretch-type=\"full\" ><div id=\"pgc-1783-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1783-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1783-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1783-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1783-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1783-2\" data-stretch-type=\"full\" ><div id=\"pgc-1783-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1783-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1783-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1783-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1783-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1783-3\" data-stretch-type=\"full\" ><div id=\"pgc-1783-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1783-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1783-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 14:23:55','2020-06-11 14:23:55','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1781,2,'2020-06-11 14:21:11','2020-06-11 14:21:11','<div id=\"pl-1769\"  class=\"panel-layout\" ><div id=\"pg-1769-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-0\" data-stretch-type=\"full\" ><div id=\"pgc-1769-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"193\" height=\"193\" /></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1769-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1769-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1769-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1769-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">Independent Film Production Company.</span></p></div>\n</div></div></div><div id=\"pgc-1769-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1769-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-2\" data-stretch-type=\"full\" ><div id=\"pgc-1769-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div><div id=\"pg-1769-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1769-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-1769-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-1769-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">At Flowerhouse, we are interested in providing a platform for short and feature films that promote female participation in leading roles. We want to bring stories with strong, complex female characters and relationships to the screen.</span></p></div>\n</div></div></div><div id=\"pgc-1769-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-1769-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1769-4\" data-stretch-type=\"full\" ><div id=\"pgc-1769-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1769-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','About','','inherit','closed','closed','','1769-revision-v1','','','2020-06-11 14:21:11','2020-06-11 14:21:11','',1769,'https://www.flowerhousefilms.com/1769-revision-v1/',0,'revision','',0),(1782,2,'2020-06-11 14:22:28','2020-06-11 14:22:28','<div id=\"pl-1775\"  class=\"panel-layout\" ><div id=\"pg-1775-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1775-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1775-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1775-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-1775-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1775-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.7\" ><div id=\"panel-1775-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><strong>Email:</strong> admin@flowerhousefilms.com<br /><strong>Address:</strong> Mexico City, Mexico </p>\n<p>[spacer height=\"10px\"]</p>\n<hr />\n<p> </p></div>\n</div></div><div id=\"panel-1775-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{&quot;widget_css&quot;:&quot;background-position:50% 0%;&quot;,&quot;padding&quot;:&quot;-20px&quot;,&quot;background_image_attachment&quot;:&quot;365&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1775-1-0-1\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"350px\"]</p></div>\n</div></div></div></div><div id=\"pgc-1775-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1775-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[contact-form-7 id=\"59\" title=\"Contact form 1\"]</p></div>\n</div></div></div></div></div>','Contact','','inherit','closed','closed','','1775-revision-v1','','','2020-06-11 14:22:28','2020-06-11 14:22:28','',1775,'https://www.flowerhousefilms.com/1775-revision-v1/',0,'revision','',0),(1784,2,'2020-06-11 14:23:55','2020-06-11 14:23:55','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 14:23:55','2020-06-11 14:23:55','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1785,2,'2020-06-11 14:25:37','2020-06-11 14:25:37','<div id=\"pl-1785\"  class=\"panel-layout\" ><div id=\"pg-1785-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1785-0\" data-stretch-type=\"full\" ><div id=\"pgc-1785-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1785-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1785-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1785-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1785-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1785-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1785-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1785-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1785-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1785-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1785-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1785-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1785-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/contact/\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1785-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1785-3\" data-stretch-type=\"full\" ><div id=\"pgc-1785-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1785-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1785-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1785-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/english/about/\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','English','','inherit','closed','closed','','1764-revision-v1','','','2020-06-11 14:25:37','2020-06-11 14:25:37','',1764,'https://www.flowerhousefilms.com/1764-revision-v1/',0,'revision','',0),(1786,2,'2020-06-11 14:25:37','2020-06-11 14:25:37','<div id=\"pl-1764\"  class=\"panel-layout\" ><div id=\"pg-1764-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-0\" data-stretch-type=\"full\" ><div id=\"pgc-1764-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1764-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"30px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-169 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-02-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<h1 style=\"text-align: center;\"><span class=\"home­headline\" style=\"color: #ffffff;\">FLOWERHOUSE FILMS</span><br /><span class=\"home-sub\" style=\"color: #ffffff;\"> An Independent Film Production Company</span></h1>\n<p style=\"text-align: center;\">[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1764-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1764-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1764-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film</span></p></div>\n</div></div></div></div><div id=\"pg-1764-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#f4d5c6&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-2\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-1764-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-210\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Our-Team.png\" alt=\"Our Team\" width=\"302\" height=\"222\" /></p>\n<h2 style=\"text-align: center;\">our work</h2>\n<p style=\"text-align: center;\">We are continually developing</p>\n<p style=\"text-align: center;\">new projects, check them out!</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/projects/\">Projects</a></p></div>\n</div></div></div><div id=\"pgc-1764-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><img class=\"aligncenter wp-image-68\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Flowerhouse_Logos-04.png\" alt=\"Flowerhouse_Logos-04\" width=\"223\" height=\"223\" /></p>\n<h2 style=\"text-align: center;\">flowerhouse films</h2>\n<p style=\"text-align: center;\">We\'re an independent film production company</p>\n<p style=\"text-align: center;\">dedicated to strong female characters and stories.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/about/\">Flowerhouse</a></p></div>\n</div></div></div><div id=\"pgc-1764-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.333333333333\" ><div id=\"panel-1764-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"10px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-208\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/contact-2.png\" alt=\"contact\" width=\"284\" height=\"209\" /></p>\n<h2 style=\"text-align: center;\">contact us</h2>\n<p style=\"text-align: center;\">We\'d love to hear your thoughts! Reach out to</p>\n<p style=\"text-align: center;\">us with any questions, ideas, or just to chat.</p>\n<p style=\"text-align: center;\"><a class=\"button primary-button\" href=\"https://www.flowerhousefilms.com/english/contact/\">Contact Us</a></p>\n<p style=\"text-align: center;\">[spacer height=\"20px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1764-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1764-3\" data-stretch-type=\"full\" ><div id=\"pgc-1764-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1764-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><span class=\"home-our\">Our Work</span><br> <span class=\"home-we\">We&nbsp;tell stories. We empower women.</span></p></div>\n</div></div></div><div id=\"pgc-1764-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1764-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: right;\">[spacer height=\"30px\"]</p>\n<p style=\"text-align: right;\"><a class=\"popup button darkblue button\" href=\"https://www.youtube.com/embed/sb1S2wJrVHI\">Watch Trailer</a> <a class=\"button darkblue-outline\" href=\"https://www.flowerhousefilms.com/english/about/\">See Us In Action</a></p>\n<p style=\"text-align: right;\">[spacer height=\"30px\"]</p></div>\n</div></div></div></div></div></div>','English','','inherit','closed','closed','','1764-revision-v1','','','2020-06-11 14:25:37','2020-06-11 14:25:37','',1764,'https://www.flowerhousefilms.com/1764-revision-v1/',0,'revision','',0),(1787,2,'2020-06-11 14:26:59','2020-06-11 14:26:59',' ','','','publish','closed','closed','','1787','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',0,'https://www.flowerhousefilms.com/?p=1787',13,'nav_menu_item','',0),(1791,2,'2020-06-11 14:40:52','2020-06-11 14:40:52',' ','','','publish','closed','closed','','1791','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1764,'https://www.flowerhousefilms.com/?p=1791',16,'nav_menu_item','',0),(1792,2,'2020-06-11 14:40:52','2020-06-11 14:40:52',' ','','','publish','closed','closed','','1792','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1764,'https://www.flowerhousefilms.com/?p=1792',15,'nav_menu_item','',0),(1793,2,'2020-06-11 14:40:52','2020-06-11 14:40:52',' ','','','publish','closed','closed','','1793','','','2021-06-24 20:12:11','2021-06-24 20:12:11','',1764,'https://www.flowerhousefilms.com/?p=1793',14,'nav_menu_item','',0),(1795,2,'2020-06-11 14:44:48','2020-06-11 14:44:48','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-1660-2\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409907260?loop=0&#038;_=2\" /><a href=\"https://vimeo.com/409907260?loop=0\">https://vimeo.com/409907260?loop=0</a></video></div></div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\">the story of a love as common as it is extraordinary</p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-06-11 14:44:48','2020-06-11 14:44:48','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1794,2,'2020-06-11 14:44:48','2020-06-11 14:44:48','<div id=\"pl-1794\"  class=\"panel-layout\" ><div id=\"pg-1794-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1794-0\" data-stretch-type=\"full\" ><div id=\"pgc-1794-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1794-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1794-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1794-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1794-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1794-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1794-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1794-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1794-2-0-0\" ><div style=\"width:100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-1660-1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/vimeo\" src=\"https://vimeo.com/409907260?loop=0&#038;_=1\" /><a href=\"https://vimeo.com/409907260?loop=0\">https://vimeo.com/409907260?loop=0</a></video></div></div></div></div></div><div id=\"pg-1794-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1794-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1794-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\">the story of a love as common as it is extraordinary</p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1794-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1794-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1794-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2020-06-11 14:44:48','2020-06-11 14:44:48','',1660,'https://www.flowerhousefilms.com/1660-revision-v1/',0,'revision','',0),(1796,2,'2020-06-11 14:53:24','2020-06-11 14:53:24','','austin-distel-VCFxt2yT1eQ-unsplash','','inherit','open','closed','','austin-distel-vcfxt2yt1eq-unsplash','','','2020-06-11 14:53:24','2020-06-11 14:53:24','',1361,'https://www.flowerhousefilms.com/wp-content/uploads/2020/06/austin-distel-VCFxt2yT1eQ-unsplash.jpg',0,'attachment','image/jpeg',0),(1797,2,'2020-06-11 14:58:31','2020-06-11 14:58:31','<div id=\"pl-1797\"  class=\"panel-layout\" ><div id=\"pg-1797-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1797-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1797-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1797-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1797-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1797-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1797-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1797-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1797-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1797-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1797-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-revision-v1','','','2020-06-11 14:58:31','2020-06-11 14:58:31','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1798,2,'2020-06-11 14:58:31','2020-06-11 14:58:31','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1361-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1361-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1361-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1361-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1361-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-revision-v1','','','2020-06-11 14:58:31','2020-06-11 14:58:31','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1799,2,'2020-06-11 15:02:02','2020-06-11 15:02:02','<div id=\"pl-1799\"  class=\"panel-layout\" ><div id=\"pg-1799-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1799-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1799-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1799-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1799-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1799-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1799-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1799-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1799-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1799-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1799-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-revision-v1','','','2020-06-11 15:02:02','2020-06-11 15:02:02','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1800,2,'2020-06-11 15:02:02','2020-06-11 15:02:02','<div id=\"pl-1361\"  class=\"panel-layout\" ><div id=\"pg-1361-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-1361-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-1520 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p>\n<p>&nbsp;</p></div></div></div><div id=\"pgc-1361-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.75\" ><div id=\"panel-1361-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">¡Presentando un nuevo podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">En Sobre Actuando, el podcast para actores, Sofía entrevista a actores y a otros profesionales del entretenimiento sobre sus experiencias en el medio y su camino hacia la actuación. Espera que a través de sus historias, obtengamos herramientas para aprender a manejar nuestras carreras de manera más efectiva y tener una larga vida en las artes. Un podcast sobre actores, para actores, buscando apoyarnos para contribuir a un ambiente positivo y de compañerismo.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">¡Escúchalo Aquí!</a>  <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">¡Visita su Instagram Aquí!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div></div><div id=\"pg-1361-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1361-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.575779727096\" ><div id=\"panel-1361-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p><!-- wp:spacer {\"height\":33} --></p>\n<h1 style=\"text-align: left;\"><!-- /wp:spacer --><!-- wp:heading {\"align\":\"center\"} --></h1>\n<h1 style=\"text-align: left;\">Presenting a new podcast!</h1>\n<p class=\"has-text-align-center\" style=\"text-align: left;\">In the Spanish-speaking podcast: <em>Sobre Actuando, el podcast para actores</em>, Sofia interviews actors and other entertainment professionals about their experiences in the business and their path to acting. She hopes that through their stories, we will obtain tools to learn to manage out careers in a more effective way and work towards a long life in the arts. A podcast for actors, by actors, looking to support each other to contribute to a positive and collaborative atmosphere.</p>\n<h2 style=\"text-align: left;\"><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\">Listen Here!</a> <a href=\"https://www.instagram.com/sobreactuandopod/\" target=\"_blank\" rel=\"noopener noreferrer\">Check it out on Instagram!</a></h2>\n<p style=\"text-align: left;\"><!-- /wp:heading --><!-- wp:spacer --></p>\n<div class=\"wp-block-spacer\" style=\"height: 100px; text-align: left;\" aria-hidden=\"true\"> </div>\n<p><!-- /wp:spacer --></p></div>\n</div></div></div><div id=\"pgc-1361-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.424220272904\" ><div id=\"panel-1361-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:&quot;1796&quot;,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1361-1-1-0\" ><div class=\"textwidget\"><p>[spacer height=\"400px\"]</p></div></div></div></div></div></div>','Sobre Actuando Podcast','','inherit','closed','closed','','1361-revision-v1','','','2020-06-11 15:02:02','2020-06-11 15:02:02','',1361,'https://www.flowerhousefilms.com/1361-revision-v1/',0,'revision','',0),(1801,2,'2020-06-11 15:04:15','2020-06-11 15:04:15','<div id=\"pl-1801\"  class=\"panel-layout\" ><div id=\"pg-1801-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1801-0\" data-stretch-type=\"full\" ><div id=\"pgc-1801-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1801-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto','','inherit','closed','closed','','1586-autosave-v1','','','2020-06-11 15:04:15','2020-06-11 15:04:15','',1586,'https://www.flowerhousefilms.com/1586-autosave-v1/',0,'revision','',0),(1802,2,'2020-06-11 15:04:28','2020-06-11 15:04:28','<div id=\"pl-1802\"  class=\"panel-layout\" ><div id=\"pg-1802-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1802-0\" data-stretch-type=\"full\" ><div id=\"pgc-1802-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1802-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto','','inherit','closed','closed','','1586-revision-v1','','','2020-06-11 15:04:28','2020-06-11 15:04:28','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1803,2,'2020-06-11 15:04:28','2020-06-11 15:04:28','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto','','inherit','closed','closed','','1586-revision-v1','','','2020-06-11 15:04:28','2020-06-11 15:04:28','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1805,2,'2020-06-11 15:04:51','2020-06-11 15:04:51','<div id=\"pl-1586\"  class=\"panel-layout\" ><div id=\"pg-1586-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1586-0\" data-stretch-type=\"full\" ><div id=\"pgc-1586-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1586-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto/Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-06-11 15:04:51','2020-06-11 15:04:51','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1804,2,'2020-06-11 15:04:51','2020-06-11 15:04:51','<div id=\"pl-1804\"  class=\"panel-layout\" ><div id=\"pg-1804-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;1513&quot;,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1804-0\" data-stretch-type=\"full\" ><div id=\"pgc-1804-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1804-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><h1>[spacer height=\"350px\"]<br><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; Coming soon...</span></h1><h1><span class=\"home­headline\" style=\"color: #f9f9e3;\">&nbsp; &nbsp; &nbsp; ...Muy pronto<br></span>[spacer height=\"350px\"]</h1></div></div></div></div></div></div>','Pronto/Soon','','inherit','closed','closed','','1586-revision-v1','','','2020-06-11 15:04:51','2020-06-11 15:04:51','',1586,'https://www.flowerhousefilms.com/1586-revision-v1/',0,'revision','',0),(1806,2,'2021-07-11 01:40:24','2021-07-11 01:40:24','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1771-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1771-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1771-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-4\" data-stretch-type=\"full\" ><div id=\"pgc-1771-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-autosave-v1','','','2021-07-11 01:40:24','2021-07-11 01:40:24','',1771,'https://www.flowerhousefilms.com/1771-autosave-v1/',0,'revision','',0),(1807,2,'2020-06-11 15:07:52','2020-06-11 15:07:52','','Dance Quarantine Soon','','inherit','open','closed','','dance-quarantine-soon-2','','','2020-06-11 15:07:52','2020-06-11 15:07:52','',1771,'https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1.png',0,'attachment','image/png',0),(1808,2,'2020-06-11 15:09:00','2020-06-11 15:09:00','<div id=\"pl-1808\"  class=\"panel-layout\" ><div id=\"pg-1808-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1808-0\" data-stretch-type=\"full\" ><div id=\"pgc-1808-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1808-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1808-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1808-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1808-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1808-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1808-1\" data-stretch-type=\"full\" ><div id=\"pgc-1808-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1808-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1808-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1808-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1808-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1808-2\" data-stretch-type=\"full\" ><div id=\"pgc-1808-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1808-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1808-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1808-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1808-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1808-3\" data-stretch-type=\"full\" ><div id=\"pgc-1808-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1808-3-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1808-3-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 15:09:00','2020-06-11 15:09:00','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1810,2,'2020-06-11 15:09:59','2020-06-11 15:09:59','','Coming Soon...','','inherit','open','closed','','coming-soon','','','2020-06-11 15:09:59','2020-06-11 15:09:59','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon....png',0,'attachment','image/png',0),(1813,2,'2020-06-11 15:19:47','2020-06-11 15:19:47','','Para Siempre Insta','','inherit','open','closed','','para-siempre-insta','','','2020-06-11 15:19:47','2020-06-11 15:19:47','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta.png',0,'attachment','image/png',0),(1815,2,'2020-06-11 15:21:23','2020-06-11 15:21:23','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1492-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1492-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1492-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-4\" data-stretch-type=\"full\" ><div id=\"pgc-1492-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 15:21:23','2020-06-11 15:21:23','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1814,2,'2020-06-11 15:21:23','2020-06-11 15:21:23','<div id=\"pl-1814\"  class=\"panel-layout\" ><div id=\"pg-1814-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1814-0\" data-stretch-type=\"full\" ><div id=\"pgc-1814-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1814-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1814-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1814-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1814-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1814-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1814-1\" data-stretch-type=\"full\" ><div id=\"pgc-1814-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1814-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1814-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1814-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1814-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1814-2\" data-stretch-type=\"full\" ><div id=\"pgc-1814-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1814-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1814-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1814-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1814-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1814-3\" data-stretch-type=\"full\" ><div id=\"pgc-1814-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1814-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1814-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1814-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1814-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1814-4\" data-stretch-type=\"full\" ><div id=\"pgc-1814-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1814-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1814-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2020-06-11 15:21:23','2020-06-11 15:21:23','',1492,'https://www.flowerhousefilms.com/1492-revision-v1/',0,'revision','',0),(1817,2,'2020-06-11 15:23:14','2020-06-11 15:23:14','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1771-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1771-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1771-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-4\" data-stretch-type=\"full\" ><div id=\"pgc-1771-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 15:23:14','2020-06-11 15:23:14','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1816,2,'2020-06-11 15:23:14','2020-06-11 15:23:14','<div id=\"pl-1816\"  class=\"panel-layout\" ><div id=\"pg-1816-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1816-0\" data-stretch-type=\"full\" ><div id=\"pgc-1816-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1816-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1816-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1816-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1816-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1816-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1816-1\" data-stretch-type=\"full\" ><div id=\"pgc-1816-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1816-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1816-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1816-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1816-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1816-2\" data-stretch-type=\"full\" ><div id=\"pgc-1816-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1816-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1816-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1816-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1807 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1816-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1816-3\" data-stretch-type=\"full\" ><div id=\"pgc-1816-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1816-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1816-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1816-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1816-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1816-4\" data-stretch-type=\"full\" ><div id=\"pgc-1816-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1816-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1816-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2020-06-11 15:23:14','2020-06-11 15:23:14','',1771,'https://www.flowerhousefilms.com/1771-revision-v1/',0,'revision','',0),(1818,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>Contact Us Today</h2>\n<h4>For your free consultation!</h4>\n	<h2 style=\"text-align: center;\">(310) 743-3190</h2>\n	<h2 style=\"text-align: center;\">Feedback@Tesseracttheme.com</h2>\n	<h2 style=\"text-align: center;\">2711 Beach Rd. Malibu, CA</h2>\n	<p>[contact-form-7 id=\"255\" title=\"Contact form 1\"]</p>\n','contact 3','','publish','closed','closed','','contact-3','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/contact-3/',0,'fl-builder-template','',0),(1819,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>Treatments</h2>\n<h2>Photo Facial</h2>\n	<p style=\"text-align: center;\">Treats sun damage by effectively eliminating age spots, hyperpigmentation, rosecea &amp; small spider veins while stimulating collagen growth for a more youthful look.</p>\n<h2 style=\"text-align: center;\"></h2>\n<h2>$100</h2>\n<h2>Chemical Peel</h2>\n	<p style=\"text-align: center;\">Removes the surface layer of the skin while penetrating deep to activate rejuvenating functions in the skin. This allows a new, healthier skin surface to emerge.</p>\n<h2>$200</h2>\n<h2>Microdermabrasion</h2>\n	<p style=\"text-align: center;\">Is an easy, safe and effective anti-aging treatment. Our dual diamond tip and crystal microderm machine removes the surface layer, softens fine lines and wrinkles.</p>\n<h2 style=\"text-align: center;\"></h2>\n<h2>$250</h2>\n','treatments','','publish','closed','closed','','nature','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/nature/',0,'fl-builder-template','',0),(1820,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>Be You...</h2>\n<h4>Be Creative</h4>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071617/5ufn4ly4jwq-eduardo-espinoza-raggi.jpg\" alt=\"5ufn4ly4jwq-eduardo-espinoza-raggi\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071612/zx5uks3zc60-laura-aziz-1024x768.jpg\" alt=\"zx5uks3zc60-laura-aziz\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071601/bo5bswjwgui-dana-critchlow.jpg\" alt=\"bo5bswjwgui-dana-critchlow\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071555/zsivhindnsq-oskar-vertetics.jpg\" alt=\"zsivhindnsq-oskar-vertetics\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071543/1prq2mhw-fo-micah-h.jpg\" alt=\"1prq2mhw-fo-micah-h\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07071535/wjkc3xzjsxw-geran-de-klerk-e1481095229163.jpg\" alt=\"wjkc3xzjsxw-geran-de-klerk\" itemprop=\"image\"  />\n	','gallery 2','','publish','closed','closed','','gallery-2','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/gallery-2/',0,'fl-builder-template','',0),(1821,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>HELLO,</h2>\n<h2>TALK TO US...</h2>\n	<p>You can email us at <a dir=\"ltr\" style=\"color: #808080;\" tabindex=\"-1\" href=\"mailto:TylerMoore@gmail.com\" target=\"_blank\" rel=\"nofollow noreferrer noopener\" data-display=\"TylerMoore@gmail.com\" data-sanitized=\"mailto:TylerMoore@gmail.com\">TylerMoore@gmail.com</a> or<br />\nCall us at (310) 743-3190</p>\n','contact 1','','publish','closed','closed','','contact-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/contact-1/',0,'fl-builder-template','',0),(1822,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>Why we love Google Cardboard</h2>\n	<iframe width=\"700\" height=\"394\" src=\"https://www.youtube.com/embed/eT9vmpE8WcY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>\n	<p style=\"text-align: center;\"><a style=\"color: #ffffff;\" href=\"../about/\">We understand</a> that you want to have loads of fun, that\'s why we made Google Cardboard. <a style=\"color: #ffffff;\" href=\"../contact/\">Contact us</a> to get it.</p>\n','services 3','','publish','closed','closed','','services-3','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/services-3/',0,'fl-builder-template','',0),(1823,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>Have the best time enjoying your new Google Cardboard</h2>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065155/youtube-1.png\" alt=\"youtube-1\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065154/wallet-1.png\" alt=\"wallet-1\" itemprop=\"image\"  />\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/07065153/analytics-1.png\" alt=\"analytics-1\" itemprop=\"image\"  />\n	<p style=\"text-align: center;\"><strong>Play Videos On Youtube</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n	<p style=\"text-align: center;\"><strong>Pay on Google Wallet</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n	<p style=\"text-align: center;\"><strong>Grow With Educational Videos</strong></p>\n<p style=\"text-align: center;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium</p>\n	<p style=\"text-align: center;\"><a href=\"../contact/\"><strong>Contact Us Today »</strong></a></p>\n<h2>DISCOVER WHOLE NEW WORLDS</h2>\n','services 2','','publish','closed','closed','','services-2','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/services-2/',0,'fl-builder-template','',0),(1824,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>About Our Team</h2>\n<h4>Experience virtual reality on your phone with Google Cardboard. Immerse yourself in these hand-picked apps. Learn more and get your own Cardboard at g.co/cardboard.</h4>\n	<p style=\"text-align: center;\">Google Analytics Premium helped us improve engagement by 33% and click-throughs by 21% for content promotions on our homepage.</p>\n<p>&nbsp;</p>\n<p style=\"text-align: center;\"><a href=\"../services/\">SEE ALL OUR SERVICES »</a></p>\n','google about 1','','publish','closed','closed','','google-about-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/google-about-1/',0,'fl-builder-template','',0),(1825,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','\n	<h3>GOT CARDBOARD?</h3>\n<p>&nbsp;</p>\n<p>Visit new places, play immersive games, fly through space and more.</p>\n<p>&nbsp;</p>\n<p><a href=\"about\">LEARN MORE</a></p>\n<h2>So what are you waiting for?</h2>\n<h4>Check out what we can do for you so you can start on the right foot.</h4>\n	<p style=\"text-align: center;\"><a style=\"color: #ffffff;\" href=\"about\">Learn About Us »</a></p>','got cardboard 1','','publish','closed','closed','','got-cardboard-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/got-cardboard-1/',0,'fl-builder-template','',0),(1826,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','\n	<h3>GET A VIEWER</h3>\n<p>&nbsp;</p>\n<p>Get it, fold it and look inside to enter the world of Cardboard. It’s a VR experience starting with a simple viewer anyone can build or buy. Once you have it, you can explore a variety of apps that unfold all around you.</p>\n<p>&nbsp;</p>\n<p><a href=\"services\">GET A VIEWER</a></p>\n','get viewer 1','','publish','closed','closed','','get-viewer-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/get-viewer-1/',0,'fl-builder-template','',0),(1827,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<a href=\"\" target=\"_top\" rel=\"noopener noreferrer\">\n	    Schedule		\n	</a><a href=\"\" target=\"_top\" rel=\"noopener noreferrer\">\n	    Call Us Today		\n	</a>\n	<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam odio massa, ornare eu pellentesque eget, vestibulum in ligula. Nunc id enim diam. Suspendisse eu mollis sem, dapibus pretium massa. Nullam nec consequat leo, ac blandit libero. Phasellus tempor arcu a tristique vehicula. </p>\n','Contact 2','','publish','closed','closed','','contact','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/contact/',0,'fl-builder-template','',0),(1828,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','<h2>GOOGLE CARDBOARD</h2>\n	<p>Experience virtual reality in a simple,<br />\nfun, and affordable way.</p>\n<h2>IMMERSIVE EXPERIENCES FOR EVERYONE</h2>\n','hero-home-1','','publish','closed','closed','','hero-home-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/hero-home-1/',0,'fl-builder-template','',0),(1829,2,'2020-06-11 15:31:02','2020-06-11 15:31:02','\n	<p style=\"text-align: center;\"><strong>Beach Cities</strong></p>\n				<img src=\"http://tylers-storage.s3-us-west-1.amazonaws.com/wp-content/uploads/2016/12/02210140/woman-pointing.jpg\" alt=\"woman-pointing\" itemprop=\"image\"  />\n	<p style=\"text-align: center;\"><strong>Sufin\' the web!</strong></p><p style=\"text-align: center;\"> </p><p>The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. This is only sample text. The text your add here should be well thought out and organized. </p>\n	<p style=\"text-align: center;\">\"\"The joy of surfing is so many things combined, from the physical exertion of it, to the challenge of it, to the mental side of the sport.\"</p>\n<p style=\"text-align: center;\"><em>- Kelly Slater</em></p>\n','Home 1','','publish','closed','closed','','home-1','','','2020-06-11 15:31:02','2020-06-11 15:31:02','',0,'https://www.flowerhousefilms.com/home-1/',0,'fl-builder-template','',0),(9777,0,'2024-04-11 22:54:56','2024-04-11 22:54:56','Tanya A \nTo the flowerhousefilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees settlement. Have you submitted your claim if you took Visa and Mastercard between 2004 to 2018?\n\nBusiness owners who accepted Visa and Mastercard between 2004 to 2018 are eligible for a portion of a $5.54 Billion credit card processing fees settlement.\r\n\r\nIf your business accepted Visa or Mastercard between 2004-2018, you are entitled to compensation. You can sign up with us about the settlement by visiting www.VisaMastercardsettlement.org.\r\n\r\nThe deadline to sign up for a claim is May 31, 2024.\r\n\r\nYou can sign up with us and complete the claim process in 1-2 minutes here: www.VisaMastercardsettlement.org\r\n\r\nWe have helped thousands of businesses and their owners submit a claim.\r\nBusiness owners do not need an attorney to sign up for a compensation claim, they may do so directly with the settlement admin. Claim forms are being delivered and are available online beginning December 1, 2023. Class members need not sign up for a third-party service in order to participate in any monetary relief.\r\nNo-cost assistance is available from the Class Administrator and Class Counsel during the claims-filing period. Information directing class members to the Court-approved website www.paymentcardsettlement.com for additional information.\r\n\r\nTitle: Claims Assistant\r\nCompany Name: Law Launch LLC\r\nFirst Name: Tanya\r\nLast Name: A\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Webmaster. Visa and Mastercard $5.54 Billion processing fees settlement. Have you submitted your claim if you took Visa and Mastercard between 2004 to 2018?\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-webmaster-visa-and-mastercard-5-54-billion-processing-fees-settlement-have-you-submitted-your-claim-if-you-took-visa-and-mastercard-between-2004-to-2','','','2024-04-11 22:54:56','2024-04-11 22:54:56','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9777',0,'postman_sent_mail','',0),(9738,0,'2024-04-02 10:19:49','2024-04-02 10:19:49','Jordan Kennedy \nRe: One In A Lifetime Opportunity\n\nWatch this free training video if you\'re  interested in using A.i. to help make thousands of dollars every month...\r\n\r\nThis is a once in a lifetime opportunity... \r\n\r\nThe internet is going insane trying to get their hands on this exactr A.I. tool...\r\n\r\nClick Here To Watch Your 100% Free Training Video (No Credit Card Required)\r\n&gt;&gt; https://cutt.ly/uw3MqDbo &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: One In A Lifetime Opportunity\"','','private','closed','closed','','flowerhouse-films-re-one-in-a-lifetime-opportunity','','','2024-04-02 10:19:49','2024-04-02 10:19:49','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9738',0,'postman_sent_mail','',0),(2664,2,'2021-06-24 16:35:20','2021-06-24 16:35:20','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n<h2 style=\"text-align: center;\">En Una Palabra</h2>\n<p style=\"text-align: center;\">[spacer height=\"300px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 16:35:20','2021-06-24 16:35:20','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9759,0,'2024-04-09 01:21:17','2024-04-09 01:21:17','Johnie Klass \nTo the flowerhousefilms.com Admin.\n\nHey there! Looking to save on energy costs?\r\n Look no further! At Nexus Energy Group Ltd., we’ve got your back. With over two decades of experience, we’ll help you navigate the energy markets, find the best rates, and keep your wallet happy. Let’s power up together! Reply for details: Nexusenergygroupltd@gmail.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-admin-5','','','2024-04-09 01:21:17','2024-04-09 01:21:17','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9759',0,'postman_sent_mail','',0),(9763,0,'2024-04-09 19:55:32','2024-04-09 19:55:32','Mariosaisk \nBinance\n\nBitcoin (BTC) might just be the golden opportunity of our era, poised to skyrocket to $200,000 in the upcoming year or the one following. In the past year alone, BTC has witnessed a staggering 20-fold increase, while other cryptocurrencies have surged by an astounding 800 times! Consider this: a mere few years ago, Bitcoin was valued at just $2. Now is the time to seize this unparalleled chance in life. \r\nJoin Binance, the world\'s largest and most secure digital currency exchange, and unlock free rewards. Don\'t let this pivotal moment slip through your fingers! \r\n﻿Click the link below to enjoy a lifetime 10% discount on all your trades. \r\nhttps://swiy.co/LgSv\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Binance\"','','private','closed','closed','','flowerhouse-films-binance-2','','','2024-04-09 19:55:32','2024-04-09 19:55:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9763',0,'postman_sent_mail','',0),(9770,0,'2024-04-10 19:35:01','2024-04-10 19:35:01','Bart Tarr \n#1 sign you drink too much (not what you think!)\n\nMost of us like to partake in a little vino, a cocktail, or a nice cold brewski every now and then...\r\n\r\nAnd I\'m one of them :)\r\n\r\nHowever, recent studies prove the #1 sign you drink too much is excess lower belly fat (also referred to as \"Liver Belly\").\r\n\r\nThat\'s because the entire fat-burning process depends on a healthy liver.\r\n\r\nAnd although alcohol is normally quite damaging to your liver...\r\n\r\nThe ancient Mediterranean ritual you\'ll see at the link below naturally protects, purifies, and rapidly cleanses your liver of EVERY form of alcohol...\r\n\r\nAllowing you to enjoy a few drinks while promoting weight loss at the same time!\r\n\r\nThat\'s why, if you\'re gonna drink alcohol, just follow this simple Mediterranean Ritual beforehand (takes 30 seconds).\r\n\r\nCheck it now: https://tinyurl.com/mediteraneanritual\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"#1 sign you drink too much (not what you think!)\"','','private','closed','closed','','flowerhouse-films-1-sign-you-drink-too-much-not-what-you-think-2','','','2024-04-10 19:35:01','2024-04-10 19:35:01','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9770',0,'postman_sent_mail','',0),(2687,2,'2021-06-25 01:37:03','2021-06-25 01:37:03','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-25 01:37:03','2021-06-25 01:37:03','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2732,2,'2021-07-02 00:29:12','2021-07-02 00:29:12','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"medium\"} -->\n<h2 class=\"has-text-align-center has-text-color has-medium-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\" href=\"https://vimeo.com/sofiaruizactor/enunapalaba\" target=\"_blank\" rel=\"noreferrer noopener\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.flowerhousefilms.com/\" style=\"background-color:#425e47\" target=\"_blank\" rel=\"flowerhousefilms.com noopener\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://vimeo.com/490923727/c55a371c66\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://sofia-ruiz.com/sobreactuando/\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.filminlatino.mx/corto/inocente-confusion\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-07-02 00:29:12','2021-07-02 00:29:12','',2697,'https://www.flowerhousefilms.com/?p=2732',0,'revision','',0),(1939,2,'2020-08-10 20:43:04','2020-08-10 20:43:04','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch it on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-193910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-08-10 20:43:04','2020-08-10 20:43:04','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1940,2,'2020-08-10 20:43:04','2020-08-10 20:43:04','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch it on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-148910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-08-10 20:43:04','2020-08-10 20:43:04','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1941,2,'2020-08-10 20:43:32','2020-08-10 20:43:32','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-194110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-08-10 20:43:32','2020-08-10 20:43:32','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(1942,2,'2020-08-10 20:43:32','2020-08-10 20:43:32','<div id=\"pl-1489\"  class=\"panel-layout\" ><div id=\"pg-1489-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;357&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1489-0\" data-stretch-type=\"full\" ><div id=\"pgc-1489-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"150px\"]</p>\n<p style=\"text-align: center;\"><img class=\"alignnone wp-image-413 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/05/Inocente-Confusión-Logo-Blanco-1-300x137.png\" alt=\"\" width=\"394\" height=\"180\" /><span class=\"home-sub\" style=\"color: #ffffff;\"> A Little Jig</span><br /><span style=\"color: #ffffff;\"> <a class=\"button primary-button\" style=\"color: #ffffff;\" href=\"/synopsis\">Synopsis</a><a class=\"button secondary-button\" href=\"https://www.flowerhousefilms.com/wp-content/uploads/2018/05/PRESS-KIT-Inocente-Confusion-WEB-06_2018.pdf\">Press Kit</a></span></p>\n<h1 style=\"text-align: center;\"> </h1>\n<p style=\"text-align: center;\">[spacer height=\"100px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1489-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">watch the full film on <a href=\"https://www.filminlatino.mx/corto/inocente-confusion\" target=\"_blank\" rel=\"noopener noreferrer\">filminlatino</a></span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1489-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1489-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1489-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/youtu.be\\/sb1S2wJrVHI&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-148910002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1489-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1489-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1489-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">empowering women through film and sex-ed</span></p>\n<p>[spacer height=\"20px\"]</p></div>\n</div></div></div></div><div id=\"pg-1489-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1489-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1489-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Inocente Confusión','','inherit','closed','closed','','1489-revision-v1','','','2020-08-10 20:43:32','2020-08-10 20:43:32','',1489,'https://www.flowerhousefilms.com/1489-revision-v1/',0,'revision','',0),(2753,2,'2021-07-11 01:29:18','2021-07-11 01:29:18','','Poster En Una Palabra negro','','inherit','open','closed','','poster-en-una-palabra-negro','','','2021-07-11 01:29:18','2021-07-11 01:29:18','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Poster-En-Una-Palabra-negro.jpg',0,'attachment','image/jpeg',0),(2752,2,'2021-07-11 01:28:16','2021-07-11 01:28:16','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><img class=\"size-medium wp-image-1754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Dance-Quarantine-Soon-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1492-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1492-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1492-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-4\" data-stretch-type=\"full\" ><div id=\"pgc-1492-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2021-07-11 01:28:16','2021-07-11 01:28:16','',1492,'https://www.flowerhousefilms.com/?p=2752',0,'revision','',0),(2686,2,'2021-06-25 01:37:02','2021-06-25 01:37:02','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-268610002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">a crowdsourced dance film</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-25 01:37:03','2021-06-25 01:37:03','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9867,0,'2024-05-02 10:48:23','2024-05-02 10:48:23','Edwin French \nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEdwin French\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-future-with-our-web-design-solutions-3','','','2024-05-02 10:48:23','2024-05-02 10:48:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9867',0,'postman_sent_mail','',0),(9869,0,'2024-05-03 09:10:14','2024-05-03 09:10:14','Kelly Davis \n60% of eligible businesses have not registered.   Have you?\n\nHi \r\nI\'m reaching out because you accepted credit cards at your business between 2004 and 2019\r\nI know that’s a long time but this is important.\r\n\r\nAccording to records, you are owed part of the Visa Mastercard 5.5 billion dollar settlement. \r\n\r\nThe deadline to submit your information and claim your part of the settlement is fast approaching- May 30th. Don\'t miss out on this opportunity.\r\n\r\nGo here  It takes about 3 minutes.  Its free to sign up.\r\n\r\nhttps://visa-mastercard-claim.com/\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"','','private','closed','closed','','flowerhouse-films-60-of-eligible-businesses-have-not-registered-have-you-2','','','2024-05-03 09:10:14','2024-05-03 09:10:14','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9869',0,'postman_sent_mail','',0),(9870,0,'2024-05-03 19:32:25','2024-05-03 19:32:25','William Brown \nDiscover Your Ideal AV Configuration in PSSAV.com\'s Clearance Section!\n\nLooking to upgrade your audiovisual setup without breaking the bank? Look no further than PSSAV.com\'s selection of clearance items! Check out our amazing deals at https://bit.ly/3QsKlJs ( https://pssav.com/clearance-rack/ )\r\n\r\nHere, you\'ll find a wide array of items, including projectors, screens, commercial displays, and conferencing speakers, all priced below cost. Plus, enjoy free ground shipping on all items currently available and ready for immediate shipment.\r\n\r\nDon\'t miss out on additional savings on projectors, bulbs, and optical components, which also come with free ground shipping. Whether you\'re an SMB or a large company, our clearance deals are designed to meet your needs and exceed your expectations.\r\n\r\nStill searching for a better deal? Reach out to us at 1-888-525-6696 and let\'s talk about savings! Hurry to PSSAV.com and save big on top-quality audiovisual equipment while supplies last!\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nTraungasse 37, Rye, NY, US, 5570\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Discover Your Ideal AV Configuration in PSSAV.com\'s Clearance Section!\"','','private','closed','closed','','flowerhouse-films-discover-your-ideal-av-configuration-in-pssav-coms-clearance-section','','','2024-05-03 19:32:25','2024-05-03 19:32:25','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9870',0,'postman_sent_mail','',0),(9841,0,'2024-04-24 18:40:52','2024-04-24 18:40:52','Kenneth White \nYour Facebook Page\n\nCurious if you would be willing the part with your Facebook page or your instagram account or both?\r\n\r\nIf so can you give me a bit more info here please\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Your Facebook Page\"','','private','closed','closed','','flowerhouse-films-your-facebook-page','','','2024-04-24 18:40:52','2024-04-24 18:40:52','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9841',0,'postman_sent_mail','',0),(9851,0,'2024-04-29 00:30:08','2024-04-29 00:30:08','Hiram Chan \nHi flowerhousefilms.com Admin.\n\nFinally, an all in one customer financing solution for ANY credit score between 500-850 FICO Don\'t leave money on the table, now you\'ll be able to turn people with low credit scores into paying customers!\r\n\r\n** USA Based Businesses Only! **\r\n\r\nContact me below for details\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-admin-7','','','2024-04-29 00:30:08','2024-04-29 00:30:08','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9851',0,'postman_sent_mail','',0),(2678,2,'2021-06-24 20:12:10','2021-06-24 20:12:10',' ','','','publish','closed','closed','','2678','','','2021-06-24 20:12:10','2021-06-24 20:12:10','',1492,'https://www.flowerhousefilms.com/?p=2678',5,'nav_menu_item','',0),(2682,2,'2021-06-24 20:23:31','2021-06-24 20:23:31','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 20:23:31','2021-06-24 20:23:31','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(2681,2,'2021-06-24 20:23:31','2021-06-24 20:23:31','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">En Una Palabra</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-268110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-06-24 20:23:31','2021-06-24 20:23:31','',2661,'https://www.flowerhousefilms.com/2661-revision-v1/',0,'revision','',0),(9863,0,'2024-05-02 02:22:55','2024-05-02 02:22:55','Paquette \nOutstanding Bill = $1495.85, inside is the instructions for how to proceed\n\nSo, I had to get your attention, you don\'t owe me anything. I just wanted the chance to give you genuine value. We are short of it...\r\n\r\nI am genuinely reaching out. I put together the 10X Funnel System. I want nothing from you, only to give you the tools to kick 2024\'s ass with the right tools.\r\n\r\nHere is the 10X Funnel System: https://10x.secretprofits.club/\r\n(As of making this email, you have 9h 50m 26s to claim it for 39.99, and I guarantee youll 10x)\r\n\r\nI want to show you how, and create that connection for you to have the readily available pro-in-the-space resources at your fingertips.\r\n\r\nCheckout our most recent video on YouTube. An under the hood look at what we do, and how we stay relevant.\r\nhttps://www.youtube.com/watch?v=qbRGiBwc1xo\r\n(Great Podcast from other Business Owners, and Entrepreneurs)\r\n\r\nIf you are the one of the few who sees value and needs no other intro, take a peak right here.\r\nhttps://10x.secretprofits.club/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Outstanding Bill = $1495.85, inside is the instructions for how to proceed\"','','private','closed','closed','','flowerhouse-films-outstanding-bill-1495-85-inside-is-the-instructions-for-how-to-proceed','','','2024-05-02 02:22:55','2024-05-02 02:22:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9863',0,'postman_sent_mail','',0),(9861,0,'2024-05-01 17:29:54','2024-05-01 17:29:54','Robin Taber \nDo you want  Online Sales?\n\nIf the conversion rates of your online store are too low, and you are looking for someone to help you to Boost Your Sales, Then you\'re in the right place.\r\n\r\n\r\nI can Provide You with:\r\n\r\n\r\n- WordPress Landing page.\r\n\r\n- Sales Page, or Sales Funnel.\r\n\r\n- 3 Steps Sales Funnel.\r\n\r\n- Elementor Pro\r\n\r\n- Squeeze Page.\r\n\r\n- Lead Page.\r\n\r\n- Membership Funnel.\r\n\r\n- Webinar Funnel.\r\n\r\n- Autoresponder Integration.\r\n\r\n- Payment Gateway\r\n\r\nCheck Out How I can help you and join our happy customers   ===&gt; https://tinyurl.com/2z4n7fkx\r\n\r\n\r\nSee u there\r\n\r\nThanks\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you want  Online Sales?\"','','private','closed','closed','','flowerhouse-films-do-you-want-online-sales','','','2024-05-01 17:29:54','2024-05-01 17:29:54','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9861',0,'postman_sent_mail','',0),(2704,2,'2021-06-27 04:05:45','2021-06-27 04:05:45','<div id=\"pl-2697\"  class=\"panel-layout\" ><div id=\"pg-2697-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-0-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"20px\"]</p>\n<p><img class=\"alignnone  wp-image-2700 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-300x300.png\" alt=\"\" width=\"78\" height=\"78\"/></p>\n<p style=\"text-align: center;\"><span class=\"about-text\">¡Hola! ¿A dónde quieres ir hoy?</span></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div></div></div><div id=\"pgc-2697-0-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2697-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div><div id=\"pgc-2697-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.7\" ><div id=\"panel-2697-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\"><span class=\"about-text\">En Flowerhouse, nos interesa proveer una plataforma para proyectos audiovisuales de todo tipo que promuevan la participación femenina en papeles principales y de liderazgo. Queremos traer historias de personajes y relaciones femeninas complejas a la pantalla y a tus oídos.</span></p></div>\n</div></div></div><div id=\"pgc-2697-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.15\" ></div></div><div id=\"pg-2697-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:&quot;364&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2697-2\" data-stretch-type=\"full\" ><div id=\"pgc-2697-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2697-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p>[spacer height=\"500px\"]</p></div></div></div></div></div></div>','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 04:05:45','2021-06-27 04:05:45','',2697,'https://www.flowerhousefilms.com/2697-revision-v1/',0,'revision','',0),(2708,2,'2021-06-27 05:11:47','2021-06-27 05:11:47','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"medium\"} -->\n<h2 class=\"has-text-align-center has-text-color has-medium-font-size\" style=\"color:#442f36\">¡Hola! <br>¿A dónde quieres ir hoy?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:11:47','2021-06-27 05:11:47','',2697,'https://www.flowerhousefilms.com/?p=2708',0,'revision','',0),(2709,2,'2021-06-27 05:13:01','2021-06-27 05:13:01','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"has-text-align-center has-text-color has-large-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:13:01','2021-06-27 05:13:01','',2697,'https://www.flowerhousefilms.com/?p=2709',0,'revision','',0),(2710,2,'2021-06-27 05:21:38','2021-06-27 05:21:38','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"has-text-align-center has-text-color has-large-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" style=\"background-color:#425e47\" rel=\"flowerhousefilms.com\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:21:38','2021-06-27 05:21:38','',2697,'https://www.flowerhousefilms.com/?p=2710',0,'revision','',0),(2712,2,'2021-06-27 05:24:47','2021-06-27 05:24:47','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"has-text-align-center has-text-color has-large-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.flowerhousefilms.com/\" style=\"background-color:#425e47\" target=\"_blank\" rel=\"flowerhousefilms.com noopener\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://vimeo.com/490923727/c55a371c66\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://sofia-ruiz.com/sobreactuando/\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.filminlatino.mx/corto/inocente-confusion\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-06-27 05:24:47','2021-06-27 05:24:47','',2697,'https://www.flowerhousefilms.com/?p=2712',0,'revision','',0),(2754,2,'2021-07-11 01:34:59','2021-07-11 01:34:59','','Palabra','','inherit','open','closed','','palabra','','','2021-07-11 01:34:59','2021-07-11 01:34:59','',1492,'https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra.png',0,'attachment','image/png',0),(2755,2,'2021-07-11 01:38:17','2021-07-11 01:38:17','<div id=\"pl-1492\"  class=\"panel-layout\" ><div id=\"pg-1492-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-0\" data-stretch-type=\"full\" ><div id=\"pgc-1492-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1492-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1492-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1492-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROYECTOS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> los viejos. los nuevos. los actuales.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1492-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-1\" data-stretch-type=\"full\" ><div id=\"pgc-1492-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1492-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-2\" data-stretch-type=\"full\" ><div id=\"pgc-1492-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1492-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1492-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-3\" data-stretch-type=\"full\" ><div id=\"pgc-1492-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1492-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1492-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1810 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Coming-Soon...-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1492-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1492-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1492-4\" data-stretch-type=\"full\" ><div id=\"pgc-1492-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1492-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1492-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Proyectos','','inherit','closed','closed','','1492-revision-v1','','','2021-07-11 01:38:17','2021-07-11 01:38:17','',1492,'https://www.flowerhousefilms.com/?p=2755',0,'revision','',0),(2756,2,'2021-07-11 01:40:39','2021-07-11 01:40:39','<div id=\"pl-1771\"  class=\"panel-layout\" ><div id=\"pg-1771-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#442f36&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-0\" data-stretch-type=\"full\" ><div id=\"pgc-1771-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.3\" ><div id=\"panel-1771-0-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><img class=\"alignnone size-medium wp-image-1546 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Flowerhouse_Logos-01-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></p></div></div></div><div id=\"pgc-1771-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.7\" ><div id=\"panel-1771-0-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-0-1-0\" ><div class=\"textwidget\"><h1 style=\"text-align: left;\">[spacer height=\"100px\"]</h1><h1><span class=\"home­headline\" style=\"color: #ffffff;\">PROJECTS</span></h1><h2><em><span class=\"home-sub\" style=\"color: #ffffff;\"> the old. the new. in the making.</span></em></h2></div></div></div></div></div></div><div id=\"pg-1771-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-1\" data-stretch-type=\"full\" ><div id=\"pgc-1771-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"textwidget\"><p><a href=\"http://sofia-ruiz.com/sobreactuando\" target=\"_blank\" rel=\"noopener\"><img class=\"size-medium wp-image-1520 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/Podcast_Art-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div><div id=\"pgc-1771-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-1-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/proyectos/en-una-palabra/\"><img class=\"size-medium wp-image-2754 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/07/Palabra-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div></div></div><div id=\"pg-1771-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-2\" data-stretch-type=\"full\" ><div id=\"pgc-1771-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/inocenteconfusion/\" rel=\"noopener\"><img class=\"size-medium wp-image-411 alignright\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2016/09/Inocente-Confusión_Instagram-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-1771-2-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><p><a href=\"https://www.flowerhousefilms.com/proyectos/parasiempre/\"><img class=\"size-medium wp-image-1813 alignleft\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/06/Para-Siempre-Insta-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></p></div></div></div></div></div><div id=\"pg-1771-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-3\" data-stretch-type=\"full\" ><div id=\"pgc-1771-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-1771-3-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-1771-3-1-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"textwidget\"><a href=\"https://www.flowerhousefilms.com/projects/coming-soon/\" rel=\"noopener\"><img class=\"size-medium wp-image-1605 aligncenter\" src=\"https://www.flowerhousefilms.com/wp-content/uploads/2020/01/1-300x300.png\" alt=\"\" width=\"300\" height=\"300\"></a></div></div></div><div id=\"pgc-1771-3-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-1771-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1771-4\" data-stretch-type=\"full\" ><div id=\"pgc-1771-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1771-4-0-0\" class=\"so-panel widget widget_black-studio-tinymce widget_black_studio_tinymce panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;font_color&quot;:&quot;#ffffff&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1771-4-0-0\" ><div class=\"textwidget\"><p>[spacer height=\"50px\"]</p></div></div></div></div></div></div></div>','Projects','','inherit','closed','closed','','1771-revision-v1','','','2021-07-11 01:40:39','2021-07-11 01:40:39','',1771,'https://www.flowerhousefilms.com/?p=2756',0,'revision','',0),(2757,2,'2021-07-11 01:48:37','2021-07-11 01:48:37','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-275710002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-275710003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-07-11 01:48:37','2021-07-11 01:48:37','',2661,'https://www.flowerhousefilms.com/?p=2757',0,'revision','',0),(2761,2,'2021-07-11 01:54:59','2021-07-11 01:54:59','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-276110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-276110003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-07-11 01:54:59','2021-07-11 01:54:59','',2661,'https://www.flowerhousefilms.com/?p=2761',0,'revision','',0),(2758,2,'2021-07-11 01:48:38','2021-07-11 01:48:38','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-07-11 01:48:38','2021-07-11 01:48:38','',2661,'https://www.flowerhousefilms.com/?p=2758',0,'revision','',0),(2760,2,'2021-07-11 01:54:49','2021-07-11 01:54:49','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/490923727&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/409907260&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2021-07-11 01:54:49','2021-07-11 01:54:49','',1660,'https://www.flowerhousefilms.com/?p=2760',0,'revision','',0),(2762,2,'2021-07-11 01:54:59','2021-07-11 01:54:59','<div id=\"pl-2661\"  class=\"panel-layout\" ><div id=\"pg-2661-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;2662&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-2661-0\" data-stretch-type=\"full\" ><div id=\"pgc-2661-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p>\n</div>\n</div></div></div></div></div><div id=\"pg-2661-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">una videodanza colaborativa</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-2661-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/569919634&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-2661-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-2661-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-2661-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-2661-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/567207168&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-266110003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-2661-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-2661-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-2661-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-2661-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2><span class=\"home-making\">a crowdsourced dance film</span></h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-2661-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-2661-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-2661-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','En Una Palabra','','inherit','closed','closed','','2661-revision-v1','','','2021-07-11 01:54:59','2021-07-11 01:54:59','',2661,'https://www.flowerhousefilms.com/?p=2762',0,'revision','',0),(2763,2,'2021-07-11 02:07:15','2021-07-11 02:07:15','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"align\":\"center\",\"id\":2700,\"width\":106,\"height\":106,\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-thumbnail is-resized\"><img src=\"https://www.flowerhousefilms.com/wp-content/uploads/2021/06/Flowerhouse_Logos-08-150x150.png\" alt=\"\" class=\"wp-image-2700\" width=\"106\" height=\"106\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"color\":{\"text\":\"#442f36\"}},\"fontSize\":\"medium\"} -->\n<h2 class=\"has-text-align-center has-text-color has-medium-font-size\" style=\"color:#442f36\">¡Hola! <em><br>¿A dónde quieres ir hoy?</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":20} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"contentJustification\":\"center\",\"orientation\":\"vertical\"} -->\n<div class=\"wp-block-buttons is-content-justification-center is-vertical\"><!-- wp:button {\"borderRadius\":0,\"backgroundColor\":\"black\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-black-background-color has-background no-border-radius\" href=\"https://vimeo.com/sofiaruizactor/enunapalabra\" target=\"_blank\" rel=\"noreferrer noopener\">Ver En Una Palabra</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#425e47\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.flowerhousefilms.com/\" style=\"background-color:#425e47\" target=\"_blank\" rel=\"flowerhousefilms.com noopener\">Visitar Flowerhouse Films</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#41545d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://vimeo.com/490923727/c55a371c66\" style=\"background-color:#41545d\" target=\"_blank\" rel=\"https://vimeo.com/490923727/c55a371c66 noopener\">Ver Para Siempre</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#54415d\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://sofia-ruiz.com/sobreactuando/\" style=\"background-color:#54415d\" target=\"_blank\" rel=\"https://sofia-ruiz.com/sobreactuando/ noopener\">Escucha el podcast, Sobre Actuando</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"background\":\"#ef9785\"}},\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://www.filminlatino.mx/corto/inocente-confusion\" style=\"background-color:#ef9785\" target=\"_blank\" rel=\"https://www.filminlatino.mx/corto/inocente-confusion noopener\">Ver Inocente Confusión</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->','Links','','inherit','closed','closed','','2697-revision-v1','','','2021-07-11 02:07:15','2021-07-11 02:07:15','',2697,'https://www.flowerhousefilms.com/?p=2763',0,'revision','',0),(8295,2,'2023-07-24 00:25:56','2023-07-24 00:25:56','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846575120?share=copy&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846579124&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-166010003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2023-07-24 00:25:56','2023-07-24 00:25:56','',1660,'https://www.flowerhousefilms.com/?p=8295',0,'revision','',0),(8294,2,'2023-07-24 00:25:56','2023-07-24 00:25:56','<div id=\"pl-1660\"  class=\"panel-layout\" ><div id=\"pg-1660-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;background-position:100{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9} 0{aff78470c34848d267ce59cdd81c3bf399441efebbc5a78200a2a005d15bd6a9};&quot;,&quot;background_image_attachment&quot;:&quot;1677&quot;,&quot;background_image_attachment_fallback&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-1660-0\" data-stretch-type=\"full\" ><div id=\"pgc-1660-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"text-align: center;\">[spacer height=\"600px\"]</p></div>\n</div></div></div></div></div><div id=\"pg-1660-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"20px\"]</p>\n<p style=\"text-align: center;\"><span class=\"home-making\">la historia de un amor tan común como extraordinario</span></p>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-1660-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846575120?share=copy&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-829410002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-1660-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-ratio=\"0.61803398\"  data-ratio-direction=\"right\" ><div id=\"pgc-1660-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.61803399209206\" ><div id=\"panel-1660-3-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-1660-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:0,&quot;url&quot;:&quot;https:\\/\\/vimeo.com\\/846579124&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-829410003&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-1660-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-1660-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-1660-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.38196600790794\" ><div id=\"panel-1660-3-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"160px\"]</p>\n<h2 style=\"text-align: center;\">the story of a love as common as it is extraordinary</h2>\n<p>[spacer height=\"20px\"]</p>\n</div>\n</div></div></div></div><div id=\"pg-1660-4\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-1660-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-1660-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[spacer height=\"50px\"]</p></div>\n</div></div></div></div></div>','Para Siempre','','inherit','closed','closed','','1660-revision-v1','','','2023-07-24 00:25:56','2023-07-24 00:25:56','',1660,'https://www.flowerhousefilms.com/?p=8294',0,'revision','',0),(9801,0,'2024-04-17 07:33:40','2024-04-17 07:33:40','Camila \nColaboración\n\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negocio como una excelente oportunidad para ser destacado en noticias.\r\n\r\n\r\n\r\n\r\n\r\nAl ser presentado en más de 60 periódicos digitales de alta autoridad, podemos mejorar la reputación y el posicionamiento de tu empresa.\r\n\r\n\r\n\r\n\r\n\r\nAdemás, cuando tus clientes busquen información sobre ti, verán tu relevancia y preferirán elegirte por encima de la competencia.\r\n\r\n\r\n\r\n\r\n\r\n¿Podrías proporcionarme un número de teléfono para ofrecerte dos meses gratuitos?\r\n\r\n\r\n\r\n\r\n\r\nGracias.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Colaboración\"','','private','closed','closed','','flowerhouse-films-colaboracion-2','','','2024-04-17 07:33:40','2024-04-17 07:33:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9801',0,'postman_sent_mail','',0),(9915,0,'2024-05-15 01:53:57','2024-05-15 01:53:57','Micah Eller \nNeed Developers Fast? 40-Hour Trial Inside\n\nSearching to hire skilled developers for web &amp; app development? Your search ends here! We offer a wide range of technologies including React, React JS, Flutter, Python, Angular, Laravel, Node.js, PHP, MEAN stack, Full stack, Android, Java, .NET, AI, ML and many more.\r\n\r\nAnd with our 40% less expensive rates and guarantee that no developer will back out, you can hire with confidence. \r\n\r\nStart your 40 hours risk-free trial now and experience the difference!\r\n\r\nhttps://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great offers: https://docs.google.com/forms/d/e/1FAIpQLSfqamyB6byPaAwgcS6ofGmo4N4Pqkn2ZutAk6aInDQ_WhohRg/viewform\r\n56 Wright Street, Albany, New York, USA, 4560\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Need Developers Fast? 40-Hour Trial Inside\"','','private','closed','closed','','flowerhouse-films-need-developers-fast-40-hour-trial-inside','','','2024-05-15 01:53:57','2024-05-15 01:53:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9915',0,'postman_sent_mail','',0),(9930,0,'2024-05-17 23:19:13','2024-05-17 23:19:13','Ravi Manuel \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-5','','','2024-05-17 23:19:13','2024-05-17 23:19:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9930',0,'postman_sent_mail','',0),(9809,0,'2024-04-19 18:34:30','2024-04-19 18:34:30','Marketing Team \nHello flowerhousefilms.com PR.\n\nHi, \r\n\r\nInterested in free app marketing intelligence data (iOS/Android) valued at over $3,000?\r\n\r\nProvide us with three app names, and we\'ll supply three months of data for free. We track data across more than 155 countries.\r\n\r\nReply \'Yes\' to claim this offer, available only to the first 500 responders. No purchase necessary.\r\n\r\nCheck our credibility at www.appmonsta.com.\r\n\r\nTo opt out of future messages, reply \'opt out\'.\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com PR.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-pr','','','2024-04-19 18:34:30','2024-04-19 18:34:30','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9809',0,'postman_sent_mail','',0),(9939,0,'2024-05-20 00:25:11','2024-05-20 00:25:11','CharlesPlelo \nCatizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\n\nCatizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Catizen: ¡Libera, Juega, Gana, Donde Cada Juego Conduce a una Aventura de Lanzamiento Aéreo! ¡Deja que play-to-earn airdrop se lance ahora mismo!   https://tinyurl.com/3f6af6hh\"','','private','closed','closed','','flowerhouse-films-catizen-libera-juega-gana-donde-cada-juego-conduce-a-una-aventura-de-lanzamiento-aereo-deja-que-play-to-earn-airdrop-se-lance-ahora-mismo-https-tinyurl-com-3f','','','2024-05-20 00:25:11','2024-05-20 00:25:11','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9939',0,'postman_sent_mail','',0),(9943,0,'2024-05-20 15:06:42','2024-05-20 15:06:42','Ravi Quintanilla \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-7','','','2024-05-20 15:06:42','2024-05-20 15:06:42','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9943',0,'postman_sent_mail','',0),(9821,0,'2024-04-22 10:39:02','2024-04-22 10:39:02','R tlg \nStruggling to Generate Leads? We Have the affordable yet working Solution!\n\nHi guys\r\n\r\nAre you struggling at flowerhousefilms.com to generate leads and to grow your business? You\'re not alone. Many businesses face obstacles when it comes to engaging potential customers and increasing conversions. But fear not, because we have the solution!\r\n\r\nAt Contact Form Leads, we specialize in contact form marketing - a powerful strategy for connecting with your audience and creating high-quality leads. Our platform makes it effortless for you to reach out to potential customers straight through their contact forms, bypassing traditional advertising methods and grabbing their attention where it matters most.\r\n\r\nCost\r\n- 100k submissions (USA or Worldwide): $9\r\n- 1M submissions: $47\r\n- 2M submissions $89\r\n- 4M submissions $169\r\n\r\nWith our comprehensive suite of tools and services, you can optimize your outreach efforts, target specific demographics and industries, and track the performance of your campaigns with ease. Our platform is crafted to help you overcome the challenges of lead generation and attain your business goals with confidence.\r\n\r\nReady to supercharge your marketing efforts and unlock a world of opportunities? Sign up for Contact Form Leads today and start generating leads like never before!\r\n\r\nBest regards\r\nRobert Thompson\r\nhttps://contactformleads.com/?refid=1203\r\n\r\n\r\nShould you have any more queries, feel free to get in touch!\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nRue Du Manoir 372, Lockport, NY, USA, 6250\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Struggling to Generate Leads? We Have the affordable yet working Solution!\"','','private','closed','closed','','flowerhouse-films-struggling-to-generate-leads-we-have-the-affordable-yet-working-solution','','','2024-04-22 10:39:02','2024-04-22 10:39:02','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9821',0,'postman_sent_mail','',0),(9936,0,'2024-05-19 16:23:49','2024-05-19 16:23:49','Donna Lee \nElevate Your Brand\'s Online Presence with Our Web Design Solutions!\n\nHello,\r\n\r\nReady to elevate your brand online? Our Web Design solutions are tailored to empower your brand\'s digital journey. Let\'s collaborate to create a captivating website that reflects your brand\'s identity and engages your audience effectively.\r\n\r\nBest regards,\n\nDonna Lee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Elevate Your Brand\'s Online Presence with Our Web Design Solutions!\"','','private','closed','closed','','flowerhouse-films-elevate-your-brands-online-presence-with-our-web-design-solutions','','','2024-05-19 16:23:49','2024-05-19 16:23:49','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9936',0,'postman_sent_mail','',0),(9886,0,'2024-05-07 06:49:42','2024-05-07 06:49:42','Madeline Dickinson \nHi flowerhousefilms.com Administrator.\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses and financial needs is completely possible.\r\n\r\nYou can now fund your projects, businesses without worries of repayment as you can have ample amount of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients globlly to help provide funding for their various Businesses and Projects, edging them towards a better buiness and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\ninfo@charterunionfin.com\r\n+852 8199 9324\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-administrator-4','','','2024-05-07 06:49:42','2024-05-07 06:49:42','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9886',0,'postman_sent_mail','',0),(9875,0,'2024-05-04 21:42:45','2024-05-04 21:42:45','Amanda Lively \nUrgent query\n\nI just made a business plan for your business. \r\n\r\ncan I send it here for you to have a look at?\r\n\r\nRespond with \"sure\" if this is the best place to send it to you. \r\n\r\nKind regards\r\n\r\nAmanda Lively\r\n\r\n\r\n\r\n\r\n\r\nMarcel, Upfield\r\n\r\n3447 Wilmar Farm Road, Winston Salem, NC 27101, United States.\r\n\r\n 499880476\r\n\r\nIf you do not wish to receive further emails from us, you may opt-out by filling this form: \r\nhttps://forms.gle/gW3WjWjfkdNVn1yVA.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Urgent query\"','','private','closed','closed','','flowerhouse-films-urgent-query','','','2024-05-04 21:42:45','2024-05-04 21:42:45','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9875',0,'postman_sent_mail','',0),(9876,0,'2024-05-04 21:51:16','2024-05-04 21:51:16','Junior Kujawski \nquick question about flowerhousefilms.com\n\nHi, I wanted to introduce myself in a way that\'s witty, interesting, and brilliant. Alas, I\'m writing this message instead. If you\'re looking for assistant help with admin, marketing, sales, or customer service then I can help you. If interested please text me (917) 730-0808 and we can go over your business needs. Best regards!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"quick question about flowerhousefilms.com\"','','private','closed','closed','','flowerhouse-films-quick-question-about-flowerhousefilms-com','','','2024-05-04 21:51:16','2024-05-04 21:51:16','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9876',0,'postman_sent_mail','',0),(9878,0,'2024-05-05 18:43:10','2024-05-05 18:43:10','Florene Herrick \n\n\nReach Millions with Confidence: Security is paramount when it comes to your marketing efforts. Contact Form Leads\' bulk submissions prioritizes data security while maximizing your reach. \r\n\r\nOur secure contact form bulk submission process ensures your message lands safely in email inboxes, providing trust and credibility with potential customers. \r\n\r\nReach millions with confidence, knowing your data is protected. Get started with Contact Form Leads for just 9 usd! https://contactformleads.com\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these great deals: https://docs.google.com/forms/d/1WTJlKGHRfTQBtIJd8YKhGXtGs2VRtKUEOlOwVQKeR8c/viewform?usp=sf_link\r\nPazmaniteng 45, Adenbruck, BURGENLAND, USA, 4722\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"\"','','private','closed','closed','','flowerhouse-films-2','','','2024-05-05 18:43:10','2024-05-05 18:43:10','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9878',0,'postman_sent_mail','',0);
INSERT INTO `wp_posts` VALUES (9882,0,'2024-05-06 08:52:59','2024-05-06 08:52:59','Travi Corrie \nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website \r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\n\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\n\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come.\r\n\r\nFind out more now at: https://chat2leads.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Put Your Website to Work for You!\"','','private','closed','closed','','flowerhouse-films-put-your-website-to-work-for-you-2','','','2024-05-06 08:52:59','2024-05-06 08:52:59','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9882',0,'postman_sent_mail','',0),(9874,0,'2024-05-04 02:27:29','2024-05-04 02:27:29','Fermin Lowin \nWatch Demo - Incredible AI Tool  Responding to Your Business Google Reviews!!\n\nWatch a Demo of how this AI technology responds to you  business Google reviews providing well written engaging responses. \r\n\r\n*** After watching the short demo video - You can demo it for your business to see how well it works *** \r\n\r\nThis technology will enable you to respond to negative and positive reviews with minimum effort. Each response being unique and with a professional tone. \r\n\r\nThis builds trust and positive customer relationships turning them into \"word of mouth\" advocates for your business. \r\n\r\nFrom a review management strategy perspective, it does\'t get any better than this!\r\n\r\nClick on the link for the demo:  https://bit.ly/GoogleReviewResponderMay\r\n\r\n\r\nThanks\r\n\r\nEric\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Watch Demo - Incredible AI Tool  Responding to Your Business Google Reviews!!\"','','private','closed','closed','','flowerhouse-films-watch-demo-incredible-ai-tool-responding-to-your-business-google-reviews','','','2024-05-04 02:27:29','2024-05-04 02:27:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9874',0,'postman_sent_mail','',0),(9860,0,'2024-05-01 12:49:07','2024-05-01 12:49:07','inveplize \nI promised.\n\nHi, this is Jeniffer. I am sending you my intimate photos as I promised. https://tinyurl.com/ypsv8q2h\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"I promised.\"','','private','closed','closed','','flowerhouse-films-i-promised-3','','','2024-05-01 12:49:07','2024-05-01 12:49:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9860',0,'postman_sent_mail','',0),(9854,0,'2024-04-29 21:04:18','2024-04-29 21:04:18','Roxanna Fortier \nTo the flowerhousefilms.com Administrator.\n\nFinally, an all in one customer financing solution for ANY credit score between 500-850 FICO More approvals = More Profits\r\n\r\n** USA Based Businesses Only! **\r\n\r\nContact me below for details\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-6','','','2024-04-29 21:04:18','2024-04-29 21:04:18','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9854',0,'postman_sent_mail','',0),(9855,0,'2024-04-30 00:35:26','2024-04-30 00:35:26','Robertskarm \nHallo    writing about     prices\n\nHi, roeddwn i eisiau gwybod eich pris.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hallo    writing about     prices\"','','private','closed','closed','','flowerhouse-films-hallo-writing-about-prices','','','2024-04-30 00:35:26','2024-04-30 00:35:26','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9855',0,'postman_sent_mail','',0),(9858,0,'2024-05-01 03:44:57','2024-05-01 03:44:57','Ravi Robichaud \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-14','','','2024-05-01 03:44:57','2024-05-01 03:44:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9858',0,'postman_sent_mail','',0),(9856,0,'2024-04-30 02:22:54','2024-04-30 02:22:54','Lynwood Chang \nflowerhousefilms.com is listed in 9/2,500 directories\n\nHi flowerhousefilms.com\r\n\r\nWe noticed your website flowerhousefilms.com is only listed in 9/2,500 directories.\r\n\r\nWe have a service that lists your company in all the directories globally.\r\n\r\nIt supports all countries, all services, to boost your SEO and get you those high quality back links that directories offer.\r\n\r\nWe have a promo running for a one time fee of $99\r\n\r\nVisit us on https://flowerhousefilms.companyregistar.org/flowerhousefilms.com to get listed.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"flowerhousefilms.com is listed in 9/2,500 directories\"','','private','closed','closed','','flowerhouse-films-flowerhousefilms-com-is-listed-in-9-2500-directories','','','2024-04-30 02:22:54','2024-04-30 02:22:54','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9856',0,'postman_sent_mail','',0),(9857,0,'2024-04-30 11:19:12','2024-04-30 11:19:12','Ravi Berger \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Ravi, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n I recently grew my client’s organic search traffic  with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/yycmkjf6\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-4','','','2024-04-30 11:19:12','2024-04-30 11:19:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9857',0,'postman_sent_mail','',0),(9872,0,'2024-05-04 00:53:07','2024-05-04 00:53:07','John Harpster \nDear flowerhousefilms.com Webmaster!\n\n\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"\r\n\r\nYOUR ATTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BELOW.  THAT\'S IT!\r\n\r\nAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAILED BACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\" JUST SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!\r\n\r\nTO TAKE ADVANTAGE OF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PURCHASE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.\r\n\r\nTHIS IS PART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LOOK TO EXPAND OUR BUSINESS.\r\n\r\nVISIT: HTTPS://WWW.MYMOVIEQUOTETSHIRTS.COM\r\n\r\n(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-6','','','2024-05-04 00:53:07','2024-05-04 00:53:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9872',0,'postman_sent_mail','',0),(9873,0,'2024-05-04 02:25:17','2024-05-04 02:25:17','Sarah  Roberts \nPurchase profitable businesses with no money out of pocket.\n\nDear,\r\nFind out how Roland Fraiser achieved success by acquiring businesses across the U.S. without spending a dime upfront, earning millions yearly, 50 times faster than real estate. Take this course link, it\'s freely accessible to you.\r\nhttps://courses.megabizdeals.com/roland-frasier-epic-business-buying-blueprint3\r\n\r\nSincerely.\r\n-To unsubscribe, please reply \"unsubscribe\" at unsubscribe.wisebases@gmail.com (please provide the website that forwarded this message)-\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Purchase profitable businesses with no money out of pocket.\"','','private','closed','closed','','flowerhouse-films-purchase-profitable-businesses-with-no-money-out-of-pocket','','','2024-05-04 02:25:17','2024-05-04 02:25:17','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9873',0,'postman_sent_mail','',0),(9844,0,'2024-04-25 23:21:55','2024-04-25 23:21:55','Ken Wentworth \nOptimize Your Company\'s Financial Strategy with a Dedicated CFO\n\nI’m Mr. Biz®️, aka Ken Wentworth from Mr. Biz Solutions. \r\n\r\nI’m glad to see your company is surviving these challenging economic times. Yet, have you considered how a part-time CFO can unlock even greater potential? You get the advantage of many years of proven experience for only a fraction of the cost.\r\n\r\nSure, controllers and tax accountants handle the daily grind, but a CFO provides a strategic roadmap to a successful future. We become a key player in driving growth and helping you avoid pitfalls.\r\n\r\nHere are a few recent examples of companies like yours that we have helped achieve amazing results:\r\n- Net income up by a whopping 389% (28-year old business)\r\n- Revenue up 64% (16-year old business)\r\n- Free cash increased 1,007%: cash flow problems vanished (18-year old business)\r\n- Book value of company almost tripled (31-year old business)\r\n\r\nWe can show you how our financial leadership expertise can make a difference.\r\n\r\nSchedule a free 30-minute consultation here: www.MrBizThrive.com \r\n\r\nBelieve &amp; Achieve,\r\nKen Wentworth, aka Mr. Biz®️\r\nhttps://mrbizsolutions.com \r\n\r\n\r\nUnsubscribe here if you don\'t want to get these fantastic offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\n70 S. Sandusky, OH 43015, United States (US)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Optimize Your Company\'s Financial Strategy with a Dedicated CFO\"','','private','closed','closed','','flowerhouse-films-optimize-your-companys-financial-strategy-with-a-dedicated-cfo','','','2024-04-25 23:21:55','2024-04-25 23:21:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9844',0,'postman_sent_mail','',0),(9845,0,'2024-04-25 23:52:24','2024-04-25 23:52:24','Lan \nCheck this expreiment by Ahrefs: Backlinks still work - even on AI content\n\nHello,\r\n\r\nAre you noticing a decrease in website traffic after the latest Google updates? Are your AI-generated posts getting dropped from index faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this eye-opening experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you ranking on the first page of Google for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nInterested?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&amp;brand=fp&amp;landingPage=https2F%2Fwww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink-pyramid\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Check this expreiment by Ahrefs: Backlinks still work - even on AI content\"','','private','closed','closed','','flowerhouse-films-check-this-expreiment-by-ahrefs-backlinks-still-work-even-on-ai-content','','','2024-04-25 23:52:24','2024-04-25 23:52:24','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9845',0,'postman_sent_mail','',0),(9846,0,'2024-04-25 23:59:36','2024-04-25 23:59:36','Travis Rhoden \nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website\r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come. \r\n\r\nFind out more now at: https://chat2leads.com \r\n\r\nThank you,\r\nTravis\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Put Your Website to Work for You!\"','','private','closed','closed','','flowerhouse-films-put-your-website-to-work-for-you','','','2024-04-25 23:59:36','2024-04-25 23:59:36','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9846',0,'postman_sent_mail','',0),(9859,0,'2024-05-01 03:54:09','2024-05-01 03:54:09','Cecelia Doris \nHello flowerhousefilms.com Admin.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-admin-4','','','2024-05-01 03:54:09','2024-05-01 03:54:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9859',0,'postman_sent_mail','',0),(9792,0,'2024-04-16 02:07:29','2024-04-16 02:07:29','Clay Stpierre \nDear flowerhousefilms.com Webmaster.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-4','','','2024-04-16 02:07:29','2024-04-16 02:07:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9792',0,'postman_sent_mail','',0),(9793,0,'2024-04-16 12:25:26','2024-04-16 12:25:26','Mark Lascelles \nDear flowerhousefilms.com Owner!\n\nHi,\r\n\r\nIf you are reading this message, That means my marketing is working. I can make your ad message reach 5 million sites in the same manner for just $50 and Bigger package 15 Million forms for Just $125. It\'s the most affordable way to market your business or services. Contact me by email virgo.t3@gmail.com or skype me at live:.cid.dbb061d1dcb9127a\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-owner-3','','','2024-04-16 12:25:26','2024-04-16 12:25:26','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9793',0,'postman_sent_mail','',0),(9816,0,'2024-04-21 07:35:31','2024-04-21 07:35:31','Alton Blanks \nHi flowerhousefilms.com Admin.\n\nHave a business you want to get off the ground but lack the funding? I can invest, email me here: info@financeworldwidehk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-admin-5','','','2024-04-21 07:35:31','2024-04-21 07:35:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9816',0,'postman_sent_mail','',0),(9923,0,'2024-05-16 16:49:49','2024-05-16 16:49:49','Caleb Davis \nThe Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\n\nHey there, hope everything\'s going well with you~\r\n\r\nI was just going through your website, and would it be correct to assume that you are classified as self-employed?\r\n\r\nAs a self-employed American, I just wanted to let you know that you may be eligible for up to $32,220 through the IRS\'s Self-Employed Tax Credit program:\r\nirs.gov/newsroom/tax-credits-for-paid-leave-under-the-american-rescue-plan-act-of-2021-specific-provisions-related-to-self-employed-individuals\r\n\r\nIf you want, you can easily check your estimated refund amount for the SETC program: setcreliefconsultants.com\r\n\r\nBTW,if you do decide that this is for you, please know that our process is designed with your security in mind.\r\n\r\nWe get paid only if we\'ve successfully secured your funds, ensuring an entirely risk-free experience for our clients.\r\n\r\nHoping to hear from you.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nBest regards,\r\n\r\nCaleb Davis\r\n\r\nSETC Relief Consultants\r\n+1 619 798 8260\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo stop receiving marketing messages, reply “Stop” in the subject line for your website: flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"','','private','closed','closed','','flowerhouse-films-the-relief-consultants-enquiry-unlock-your-covid-19-relief-funds-2','','','2024-05-16 16:49:49','2024-05-16 16:49:49','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9923',0,'postman_sent_mail','',0),(9942,0,'2024-05-20 14:17:12','2024-05-20 14:17:12','Devin Gilchrist \nDon\'t Miss Key Messages with This Solution\n\nYou have a issue with your form! You didn\'t configure it properly to block spam like this one. I have a no-cost guide to show you resolve this in about five minutes. If you don’t think you are tech-savvy, I\'ll even update it for you at no charge.\r\n\r\nhttps://perp.us/ff\r\n\r\nI\'ve been helping people create more revenue with less effort for over two decades!\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://form.jotform.com/241362853020447\r\nVia Del Viminale 116, Lockport, NY, US, 9025\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Don\'t Miss Key Messages with This Solution\"','','private','closed','closed','','flowerhouse-films-dont-miss-key-messages-with-this-solution','','','2024-05-20 14:17:12','2024-05-20 14:17:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9942',0,'postman_sent_mail','',0),(9933,0,'2024-05-18 19:45:00','2024-05-18 19:45:00','Brent Angel \nSafe SEO Techniques for Long-Term Success|Boost Your Website’s Authority|Improve Your SEO with High DA Links|Achieve Top Rankings Now|Top-Rated Fiverr Pro SEO Services|Enhance Your SEO Rankings|Effective SEO Strategies for Higher Rankings|Boost Your Internet Presence|Exclusive Guest Post and Link Building Services}\n\nElevate Your Visibility with High-Quality Guest Posts &amp; High DA Link Building!**\r\n\r\nLeverage premium SEO assistance with our highly-rated Fiverr Pro gig!\r\n\r\n**What We Offer:**\r\n- Whitehat Content Links\r\n- High DA, High Traffic Link Building\r\n- Proven Results, Even After Google\'s Latest Updates\r\n\r\n**Perks:**\r\n- Elevate Your Search Engine Rankings\r\n- Enhance Visibility and Natural Traffic\r\n- Overwhelmingly Positive 5-Star Reviews\r\n\r\nDon’t miss out on this chance to enhance your SEO plan with a expert professional.\r\n\r\n=&gt; Visit our Fiverr Pro Service! https://go.fiverr.com/visit/?bta=570412&amp;brand=fp&amp;landingPage=https252F%252Fwww.fiverr.com252Fdo-seo-analysis-of-your-website  &lt;= **\r\n\r\nYour path to better visibility starts here!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Safe SEO Techniques for Long-Term Success|Boost Your Website’s Authority|Improve Your SEO with High DA Links|Achieve Top Rankings Now|Top-Rated Fiverr Pro SEO Services|Enhance Your SEO Rankings|Effective SEO Strategies for Higher Rankings|Boost Your Internet Presence|Exclusive Guest Post and Link Building Services}\"','','private','closed','closed','','flowerhouse-films-safe-seo-techniques-for-long-term-successboost-your-websites-authorityimprove-your-seo-with-high-da-linksachieve-top-rankings-nowtop-rated-fiverr-pro-seo-servicesenha','','','2024-05-18 19:45:00','2024-05-18 19:45:00','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9933',0,'postman_sent_mail','',0),(9708,0,'2024-03-24 16:24:20','2024-03-24 16:24:20','Julianne Boehm \nDo you have enough  customers?\n\nDo you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== &gt; https://tinyurl.com/3ckxfu2c\r\nSee you there\r\n\r\nRegards\r\nAwals\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you have enough  customers?\"','','private','closed','closed','','flowerhouse-films-do-you-have-enough-customers-5','','','2024-03-24 16:24:20','2024-03-24 16:24:20','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9708',0,'postman_sent_mail','',0),(9914,0,'2024-05-14 20:48:20','2024-05-14 20:48:20','Kira Barksdale \nHi flowerhousefilms.com Owner!\n\nDid you know that reaching out via contact forms is both legal and incredibly cost-effective? We offer an unbeatable solution for sending your business offers through contact forms.\r\n\r\nContact form messages are often prioritized, so they rarely end up in spam.\r\n\r\nImagine sending messages just like the one you’re reading now to thousands of potential customers. And the best part? You can try our service for free and send messages to up to 10,000 websites during the trial.\r\n\r\nThe cost is just $49 for every 500,000 messages. Yes, you read that right—$49 to reach half a million potential customers! It’s an offer you can’t afford to miss.\r\n\r\nPlease use the contact details below to get started.\r\n\r\nContact us:\r\nTelegram - https://t.me/outreachpro\r\nSkype- https://join.skype.com/invite/vsp1sngtk2H8\r\nWebsite - https://shinyleads.net/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-owner','','','2024-05-14 20:48:20','2024-05-14 20:48:20','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9914',0,'postman_sent_mail','',0),(9925,0,'2024-05-17 09:30:09','2024-05-17 09:30:09','Danyl Caperton \n5 stares Google Maps Reviews\n\nDear Sir /Madam\r\n\r\nAs I see that you do not have many positive reviews on Google Maps, which means that you will not be able to get new customers, But the good news today is that I can increase your google map ranking so you can have more exposure and get more customers this also\r\n\r\nGetting google maps reviews from your customers has always been a beneficial exercise for business, but today its importance is even greater. Let\'s attract new customers by making your business in the first Google search results, 72% of customers will take action only after reading a positive online review.\r\n\r\nIf you are Intrested please click this link to start: https://tinyurl.com/2x44w7y4\r\n\r\n\r\n\r\nRegards \r\nDanyl\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"5 stares Google Maps Reviews\"','','private','closed','closed','','flowerhouse-films-5-stares-google-maps-reviews','','','2024-05-17 09:30:09','2024-05-17 09:30:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9925',0,'postman_sent_mail','',0),(9929,0,'2024-05-17 22:43:22','2024-05-17 22:43:22','Brittny Lamb \n{{Unlock|Discover|Explore} the {Gut-Brain Connection|Gut-Brain Axis}|{Discover|Learn|Uncover} {Gut Health Secrets|the Secrets of Gut Health}|{Gut-Brain Axis|Gut-Brain Connection}: {Must-Watch Review|Essential Review|Important Review}|{Is Your Gut Affecting Your Mind?|Is Your Gut Impacting Your Brain?|Is Your Gut Influencing Your Mind?}|{Hack Your Health|Optimize Your Health|Improve Your Health}: {Documentary Review|Film Review|Doc Review}|{Learn|Discover|Uncover} the {Secrets of Your Gut|Gut Health Secrets|Mysteries of Your Gut}|{Gut Health|Gut Health Secrets|Gut-Brain Connection}: {Pros, Cons &amp; Hazards|Benefits, Drawbacks &amp; Hazards|Pros and Cons}|{Watch|See|Check Out} Jen’s {Gut Health Review|Review on Gut Health|Documentary Review}|{Gut-Brain Insights|Gut Health Insights|Gut-Brain Connection Insights} {You Need|You Should Know|to Know}|{Optimize|Improve|Enhance} Your Health {from Within|Inside Out|Internally}|{How Diet Impacts Your Mental Health|Diet’s Effect on Mental Health|Mental Health and Diet Connection}|{Free|Complimentary|No-Cost} 10-Day RESET Sample Pack|{Gut-Brain Axis Test|Test Your Gut-Brain Axis|Gut-Brain Health Test}: {Try It Now|Assess It Today|Evaluate Now}|{Improve|Enhance|Boost} Health with {Gut-Brain Focus|Focus on Gut-Brain Axis|Gut-Brain Axis Focus}|{Curious About Gut-Brain Connection?|Interested in Gut-Brain Axis?|Wondering About Gut-Brain Link?}|Jen {Reviews|Covers|Discusses} {Gut Health Documentary|Gut Health Doc|Gut Health Film}|{Major Hazard|Warning|Red Flag} in {Gut Health Doc|Health Documentary|Gut Health Film}|{Sign Up|Subscribe|Join} for {Health Insights|Wellness Tips|Health Tips}\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"{{Unlock|Discover|Explore} the {Gut-Brain Connection|Gut-Brain Axis}|{Discover|Learn|Uncover} {Gut Health Secrets|the Secrets of Gut Health}|{Gut-Brain Axis|Gut-Brain Connection}: {Must-Watch Review|Essential Review|Important Review}|{Is Your Gut Affecting Your Mind?|Is Your Gut Impacting Your Brain?|Is Your Gut Influencing Your Mind?}|{Hack Your Health|Optimize Your Health|Improve Your Health}: {Documentary Review|Film Review|Doc Review}|{Learn|Discover|Uncover} the {Secrets of Your Gut|Gut Health Secrets|Mysteries of Your Gut}|{Gut Health|Gut Health Secrets|Gut-Brain Connection}: {Pros, Cons &amp; Hazards|Benefits, Drawbacks &amp; Hazards|Pros and Cons}|{Watch|See|Check Out} Jen’s {Gut Health Review|Review on Gut Health|Documentary Review}|{Gut-Brain Insights|Gut Health Insights|Gut-Brain Connection Insights} {You Need|You Should Know|to Know}|{Optimize|Improve|Enhance} Your Health {from Within|Inside Out|Internally}|{How Diet Impacts Your Mental Health|Diet’s Effect on Mental Health|Mental Health and Diet Connection}|{Free|Complimentary|No-Cost} 10-Day RESET Sample Pack|{Gut-Brain Axis Test|Test Your Gut-Brain Axis|Gut-Brain Health Test}: {Try It Now|Assess It Today|Evaluate Now}|{Improve|Enhance|Boost} Health with {Gut-Brain Focus|Focus on Gut-Brain Axis|Gut-Brain Axis Focus}|{Curious About Gut-Brain Connection?|Interested in Gut-Brain Axis?|Wondering About Gut-Brain Link?}|Jen {Reviews|Covers|Discusses} {Gut Health Documentary|Gut Health Doc|Gut Health Film}|{Major Hazard|Warning|Red Flag} in {Gut Health Doc|Health Documentary|Gut Health Film}|{Sign Up|Subscribe|Join} for {Health Insights|Wellness Tips|Health Tips}\"','','private','closed','closed','','flowerhouse-films-unlockdiscoverexplore-the-gut-brain-connectiongut-brain-axisdiscoverlearnuncover-gut-health-secretsthe-secrets-of-gut-healthgut-brain-axisgut-brain-connection','','','2024-05-17 22:43:22','2024-05-17 22:43:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9929',0,'postman_sent_mail','',0),(9924,0,'2024-05-17 07:32:56','2024-05-17 07:32:56','Renel Segura \nNew Government Stimulus for Self-Employed 1099 Individuals Inside!\n\nNew Government Stimulus - Self-Employed Tax Credits (SETC)\r\n\r\nThe easiest and fastest way to apply for your entitled benefits.\r\n\r\nHere\'s what you need to know:\r\n\r\nUp to $32,220 per self-employed individual available\r\n\r\nApply for quarters Q2 (2020) through Q3 (2021)\r\n\r\nRetroactive claims allowed for a limited time\r\n\r\nDon\'t miss out on this new opportunity to receive reimbursement for COVID-related issues that kept you from working.\r\n\r\nApply today before government stimulus funds run out.\r\n\r\napply-for-setc.com\r\n\r\nBest regards,\r\n\r\nRene Segura\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nThank you for your interest in our communications. \r\nWe understand that everyone\'s preferences are different\r\nand we respect your decision to opt out of our messages.\r\nI may receive a commission if you apply and qualify.\r\nRene Segura 836 Southampton Road Step B# 146 Benicia Ca 94510\r\n\r\nYou can unsubscribe from our promotional offers with the link below.\r\nhttps://www.rewardocity.com/?info=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"New Government Stimulus for Self-Employed 1099 Individuals Inside!\"','','private','closed','closed','','flowerhouse-films-new-government-stimulus-for-self-employed-1099-individuals-inside','','','2024-05-17 07:32:56','2024-05-17 07:32:56','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9924',0,'postman_sent_mail','',0),(9926,0,'2024-05-17 10:22:13','2024-05-17 10:22:13','Hassie Odriscoll \nConsiderable Exposure Awaits: Reach 1 Million Businesses Now\n\nStart now and see the difference it makes!\r\n\r\nDo you want to expand your business reach without breaking the bank? Our bulk message submission service is the ideal solution. For just $47 USD, you can have your message delivered to one million businesses through their website contact forms. This is an fantastic way to enhance your visibility, drive more traffic to your site, and potentially gain new customers.\r\n\r\nThink about the impact of having your message get to a wide network of businesses, all for the cost of a single ad campaign. Whether you’re promoting a new product, offering a service, or simply wanting to increase brand awareness, this service can help you achieve your goals.\r\n\r\nLearn more at: https://bit.ly/bulkforms\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome emails: https://form.jotform.com/241362853020447\r\n99 Route De Lyon, Joue-Les-Tours, CENTRE, France, 37300\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Considerable Exposure Awaits: Reach 1 Million Businesses Now\"','','private','closed','closed','','flowerhouse-films-considerable-exposure-awaits-reach-1-million-businesses-now','','','2024-05-17 10:22:13','2024-05-17 10:22:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9926',0,'postman_sent_mail','',0),(9937,0,'2024-05-19 17:20:09','2024-05-19 17:20:09','gqJekfqoRO \nLzwqVJQIEt unISDDsVxg HaQQBGMJaa fxSMAKfVnj MYhHMnstTZ\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"LzwqVJQIEt unISDDsVxg HaQQBGMJaa fxSMAKfVnj MYhHMnstTZ\"','','private','closed','closed','','flowerhouse-films-lzwqvjqiet-unisddsvxg-haqqbgmjaa-fxsmakfvnj-myhhmnsttz','','','2024-05-19 17:20:09','2024-05-19 17:20:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9937',0,'postman_sent_mail','',0),(9938,0,'2024-05-19 20:11:42','2024-05-19 20:11:42','Katya Sun \nHello flowerhousefilms.com Webmaster.\n\n\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-webmaster-2','','','2024-05-19 20:11:42','2024-05-19 20:11:42','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9938',0,'postman_sent_mail','',0),(9696,0,'2024-03-21 22:59:19','2024-03-21 22:59:19','Robertskarm \nAloha, i am write about   the prices\n\nSzia, meg akartam tudni az árát.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Aloha, i am write about   the prices\"','','private','closed','closed','','flowerhouse-films-aloha-i-am-write-about-the-prices','','','2024-03-21 22:59:19','2024-03-21 22:59:19','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9696',0,'postman_sent_mail','',0),(9697,0,'2024-03-21 23:27:31','2024-03-21 23:27:31','Megan Atkinson \nInstagram Promotion: Grow your followers by 300-1000 each month\n\nHi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 300-1000+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Instagram Promotion: Grow your followers by 300-1000 each month\"','','private','closed','closed','','flowerhouse-films-instagram-promotion-grow-your-followers-by-300-1000-each-month','','','2024-03-21 23:27:31','2024-03-21 23:27:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9697',0,'postman_sent_mail','',0),(9931,0,'2024-05-18 08:03:05','2024-05-18 08:03:05','Freddy Fletcher \nHello flowerhousefilms.com owner!\n\nI\'ve saw that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility: https://t.ly/0abxy\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This service could greatly enhance your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com owner!\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-owner-2','','','2024-05-18 08:03:05','2024-05-18 08:03:05','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9931',0,'postman_sent_mail','',0),(9695,0,'2024-03-21 21:11:15','2024-03-21 21:11:15','Randall Rose \nEmpower Your Brand with Our Web Design Excellence\n\nHello,\r\n\r\nAre you ready to build your brand online? Our exceptional web design service produces captivating and motivating websites. Together, let\'s empower the online presence of your brand.\r\n\r\nWarm regards,\r\n\n\nRandall Rose\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Empower Your Brand with Our Web Design Excellence\"','','private','closed','closed','','flowerhouse-films-empower-your-brand-with-our-web-design-excellence','','','2024-03-21 21:11:15','2024-03-21 21:11:15','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9695',0,'postman_sent_mail','',0),(9706,0,'2024-03-24 07:30:36','2024-03-24 07:30:36','Ravi Reyna \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-10','','','2024-03-24 07:30:36','2024-03-24 07:30:36','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9706',0,'postman_sent_mail','',0),(9749,0,'2024-04-05 02:50:36','2024-04-05 02:50:36','Sarah Williams \nWebsite issues?\n\nHello, \r\nDid you notice the problems with your website\'s performance?\r\nI have the soultion, do you want me to provide it for you? \r\n\r\nRegards,\r\nSarah\r\nWebsite specialist\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Website issues?\"','','private','closed','closed','','flowerhouse-films-website-issues','','','2024-04-05 02:50:36','2024-04-05 02:50:36','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9749',0,'postman_sent_mail','',0),(9727,0,'2024-03-30 14:48:50','2024-03-30 14:48:50','Florence Niland \nexclusive pre-approval for you guys\n\nHey, just sending you guys over this so you know your business has already been pre~qualified for our new business funding program. \r\n\r\nI’ve provided a link below if your interested to see how much you can get approved for and we’ll have one of our loan specialist reach out to you with a free specific quote for your business \r\n\r\nCheck it out here  https://silverflowfinance.net/\r\n\r\nThis programs have a verity of financial options like a term loan, SBA, line of credit, revenue based loan and much more, again you guys are pre~qualified but this is early access and only a limited time specially for your business. Hence the reason why I’m sending this through your website\r\n\r\nHope this helps you guys \r\n\r\nHave a nice day!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"exclusive pre-approval for you guys\"','','private','closed','closed','','flowerhouse-films-exclusive-pre-approval-for-you-guys','','','2024-03-30 14:48:50','2024-03-30 14:48:50','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9727',0,'postman_sent_mail','',0),(9729,0,'2024-03-30 23:52:19','2024-03-30 23:52:19','Lavillbiolo \nanti-rpp40 купить онлайн в интернет-магазине химмед\n\n<a href=\"https://chimmed.ru/products/56-dimetoksi-2-4-piperidinilmetilenindan-1-on-id=8650333\">5,6-диметокси-2-(4-пиперидинил)метилениндан-1-он купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>anti-rpp25l купить онлайн в интернет-магазине химмед </u> \r\n<i>anti-rpp38 купить онлайн в интернет-магазине химмед </i> \r\n<b>anti-rpp40 купить онлайн в интернет-магазине химмед </b> \r\n \r\n5,6-диметокси-2-(4-пиридилметилен)-1-инданон купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/56-dimetoksi-2-4-piridilmetilen-1-indanon-id=8650338\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"anti-rpp40 купить онлайн в интернет-магазине химмед\"','','private','closed','closed','','flowerhouse-films-anti-rpp40-%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%be%d0%bd%d0%bb%d0%b0%d0%b9%d0%bd-%d0%b2-%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d0%bd%d0%b5%d1%82-%d0%bc%d0%b0%d0%b3%d0%b0%d0%b7%d0%b8','','','2024-03-30 23:52:19','2024-03-30 23:52:19','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9729',0,'postman_sent_mail','',0),(9730,0,'2024-03-31 02:27:10','2024-03-31 02:27:10','Mariosaisk \nBinance\n\nBitcoin (BTC) might just be the golden opportunity of our era, poised to skyrocket to $200,000 in the upcoming year or the one following. In the past year alone, BTC has witnessed a staggering 20-fold increase, while other cryptocurrencies have surged by an astounding 800 times! Consider this: a mere few years ago, Bitcoin was valued at just $2. Now is the time to seize this unparalleled chance in life. \r\nJoin Binance, the world\'s largest and most secure digital currency exchange, and unlock free rewards. Don\'t let this pivotal moment slip through your fingers! \r\n﻿Click the link below to enjoy a lifetime 10% discount on all your trades. \r\nhttps://swiy.co/LgSv\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Binance\"','','private','closed','closed','','flowerhouse-films-binance','','','2024-03-31 02:27:10','2024-03-31 02:27:10','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9730',0,'postman_sent_mail','',0),(9734,0,'2024-04-01 16:19:18','2024-04-01 16:19:18','Sam \nGraphic Designing\n\nHello there, Are you looking for a Creative Graphic Designer? I am Sam and I have managed over 700 clients to date globally.  I can help you with any kind of Brochure design like a Company profile, eBook, PDF Lead magnet, Tri-fold / Bi-Fold brochure, Flyer, Poster, White paper, Any kind of Infographic design, PowerPoint and Google slide, Company brand guideline, logo, business card, letterhead, etc. Book cover design, Social media post design, Packaging and label design, Website design etc. \r\n\r\nShare your requirements on Creativeteamhire@outlook.com and I will provide you pricing after that.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Graphic Designing\"','','private','closed','closed','','flowerhouse-films-graphic-designing','','','2024-04-01 16:19:18','2024-04-01 16:19:18','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9734',0,'postman_sent_mail','',0),(9737,0,'2024-04-02 08:25:57','2024-04-02 08:25:57','Edward Freedman \nRedesign Your Digital Landscape with Our Web Design Service\n\nHello,\r\n\r\nAll set to revamp your online presence? We revitalize your online presence with our web design service. We carefully and creatively redesign your website to match the development of your brand. Together, let\'s develop an online environment that motivates and captivates your viewers.\r\n\r\nBest regards,\n\nEdward Freedman\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redesign Your Digital Landscape with Our Web Design Service\"','','private','closed','closed','','flowerhouse-films-redesign-your-digital-landscape-with-our-web-design-service','','','2024-04-02 08:25:57','2024-04-02 08:25:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9737',0,'postman_sent_mail','',0),(9740,0,'2024-04-02 18:34:11','2024-04-02 18:34:11','Bruce William \nAI Success Stories Series, Interactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot Camp Launch, Product Launch Series: AI Content Creator, Educational Series: Understanding AI in Business,  AI\n\nImagine a world where traditional social media marketing is a thing of the past, and your journey at the forefront of innovation begins today. \r\nWelcome to the era of AI Marketing, where boundaries are limitless and your business\'s potential is amplified. With our cutting-edge AI Tools and comprehensive Training, wave goodbye to outdated strategies and hello to a future of success. Envision the possibilities of earning $10,000.00 or more every month, transforming your financial landscape forever. \r\nOur exclusive suite of AI resources is your golden ticket to an empire of prosperity. This isn\'t just about staying ahead; it\'s about redefining the game and setting unparalleled benchmarks. \r\nPicture a community of trailblazers, all empowered by AI, sharing a common goal of monumental achievement. Every giant leap starts with a small step, and yours begins with a simple \'YES\'. Seize this moment to embrace the revolution, redefine possibilities, and sculpt your legacy in the AI Marketing domain. \r\n\r\nComment \'YES\' for exclusive access to AI Success, and embark on a journey where your dreams aren\'t just dreams, but vivid realities waiting to unfold.\r\n\r\nThere is literally nothing holding you back from starting today. The KEYS to AI Marketing are in you grasp.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"AI Success Stories Series, Interactive AI Challenges, AI Trend Spotter, AI MythBusters, AI Mastery Boot Camp Launch, Product Launch Series: AI Content Creator, Educational Series: Understanding AI in Business,  AI\"','','private','closed','closed','','flowerhouse-films-ai-success-stories-series-interactive-ai-challenges-ai-trend-spotter-ai-mythbusters-ai-mastery-boot-camp-launch-product-launch-series-ai-content-creator-educational-series','','','2024-04-02 18:34:11','2024-04-02 18:34:11','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9740',0,'postman_sent_mail','',0),(9703,0,'2024-03-22 20:31:06','2024-03-22 20:31:06','Edward Flynn \nUnleash Your Brand\'s Potential with Our Web Design Magic\n\nHello,\r\n\r\nAre you ready to let your brand reach its full potential on the internet? Our web design services are focused on building stunning websites that leave an impression. We focus on innovation and client happiness when creating captivating online experiences from your concepts. Let\'s experiment with some ideas for your company to make it a sensation beyond all else digital!\r\n\r\nBest regards,\r\n\n\nEdward Flynn\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Unleash Your Brand\'s Potential with Our Web Design Magic\"','','private','closed','closed','','flowerhouse-films-unleash-your-brands-potential-with-our-web-design-magic','','','2024-03-22 20:31:06','2024-03-22 20:31:06','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9703',0,'postman_sent_mail','',0),(9704,0,'2024-03-23 07:45:41','2024-03-23 07:45:41','Oren \nCosmetics\n\nBeauty Be Me - Where Quality Meets Affordability. At Beauty Be Me, our mission is to provide high-quality cosmetic supplies at affordable prices. We believe that beauty should be accessible to everyone, and we’re here to make that happen. With a wide range of products and competitive prices, we’re the one-stop-shop for all your cosmetic needs.\r\n\r\nIf you are interested pleae respond to this message with a yes, or view our business website here  https://beautybeme.10web.cloud/\r\n\r\nThanks, \r\nOren\r\n\r\nAddress:\r\n444 Alaska Avenue\r\nSuite #BUK132\r\nTorrance, CA 90503\r\nUSA\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Cosmetics\"','','private','closed','closed','','flowerhouse-films-cosmetics','','','2024-03-23 07:45:41','2024-03-23 07:45:41','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9704',0,'postman_sent_mail','',0),(9717,0,'2024-03-27 23:30:45','2024-03-27 23:30:45','Sharon Restrepo \nHi flowerhousefilms.com Owner!\n\nDiscover non-recourse cash loans, BG/SBLC/PPP, and more at Wealthy Credit Limited. Visit www.fastcapitalhk.com or contact us at +852 300 16439 or info@fastcapitalhk.com to unlock your financial opportunities.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-owner-4','','','2024-03-27 23:30:45','2024-03-27 23:30:45','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9717',0,'postman_sent_mail','',0),(9743,0,'2024-04-04 07:19:32','2024-04-04 07:19:32','Pat O\'Donovan \nHi flowerhousefilms.com Administrator.\n\nI\'ve noticed that your website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly boost your site\'s visibility. https://cutt.ly/Sw8nw7nw\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 30,000 targeted visitors per month. This opportunity could greatly enhance your website\'s reach and engagement.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Administrator.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-administrator','','','2024-04-04 07:19:32','2024-04-04 07:19:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9743',0,'postman_sent_mail','',0),(9747,0,'2024-04-04 15:11:05','2024-04-04 15:11:05','Robertskarm \nHi, i am writing about     price for reseller\n\nSveiki, es gribēju zināt savu cenu.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi, i am writing about     price for reseller\"','','private','closed','closed','','flowerhouse-films-hi-i-am-writing-about-price-for-reseller','','','2024-04-04 15:11:05','2024-04-04 15:11:05','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9747',0,'postman_sent_mail','',0),(9820,0,'2024-04-22 04:26:45','2024-04-22 04:26:45','Robertskarm \nAloha, i am write about   the price\n\nHola, volia saber el seu preu.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Aloha, i am write about   the price\"','','private','closed','closed','','flowerhouse-films-aloha-i-am-write-about-the-price','','','2024-04-22 04:26:45','2024-04-22 04:26:45','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9820',0,'postman_sent_mail','',0),(9847,0,'2024-04-27 05:30:23','2024-04-27 05:30:23','Elvera Soderlund \nDear flowerhousefilms.com Admin!\n\nClaim Your $32,222 SETC Tax Credit Before It’s Too Late!\r\n\r\nAre you self-employed, a gig worker, or run a sole proprietor business? Have you filed a 1099 form between 2019 and 2023? If you answered \"yes,\" you may qualify for up to $32,222 with the SETC (Self-Employed Tax Credit) without the need to repay it.\r\n\r\nThis is not a PPP (Paycheck Protection Program) loan, and it\'s completely repayable-free. Discover if you qualify before time runs out. The deadline to claim your tax credit is April 15, 2024.\r\n\r\nClick the link below to see if you qualify\r\n https://aluzzion.com/go/setc\r\n\r\nWhat is the SETC?\r\nThe Self-Employed Tax Credit (SETC) was established by Congress to offer financial relief to sole proprietors, 1099 contractors, freelancers, single-member LLCs, gig workers, and other self-employed individuals. This groundbreaking legislation was designed to mitigate the economic impact experienced by self-employed Americans due to government-ordered shutdowns, quarantine, illness, caregiving, or other events that reduced income. Don’t miss out on this opportunity – the deadline to claim your tax credit is April 15, 2024.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-admin-7','','','2024-04-27 05:30:23','2024-04-27 05:30:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9847',0,'postman_sent_mail','',0),(9848,0,'2024-04-27 09:16:10','2024-04-27 09:16:10','Eula Briggs \nShape Your Brand\'s Digital Destiny with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital destiny? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEula Briggs\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-destiny-with-our-web-design-solutions-2','','','2024-04-27 09:16:10','2024-04-27 09:16:10','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9848',0,'postman_sent_mail','',0),(9862,0,'2024-05-02 01:11:34','2024-05-02 01:11:34','Lucienne Coombe \nWatch This Video\n\nWatch this video: https://bit.ly/the-mystery1\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Watch This Video\"','','private','closed','closed','','flowerhouse-films-watch-this-video','','','2024-05-02 01:11:34','2024-05-02 01:11:34','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9862',0,'postman_sent_mail','',0),(9767,0,'2024-04-10 03:12:27','2024-04-10 03:12:27','Jordan Kennedy \nRe: Use A.I. To Make $200/hr +\n\n100% Beginner friendly training reveals how A.I. is making people over $200/hr\r\n\r\n&gt;&gt; https://200hourly.com &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: Use A.I. To Make $200/hr +\"','','private','closed','closed','','flowerhouse-films-re-use-a-i-to-make-200-hr-2','','','2024-04-10 03:12:27','2024-04-10 03:12:27','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9767',0,'postman_sent_mail','',0),(9751,0,'2024-04-06 17:53:55','2024-04-06 17:53:55','inveplize \nI promised.\n\nHi, this is Jenny. I am sending you my intimate photos as I promised. https://tinyurl.com/28986ulm\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"I promised.\"','','private','closed','closed','','flowerhouse-films-i-promised','','','2024-04-06 17:53:55','2024-04-06 17:53:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9751',0,'postman_sent_mail','',0),(9753,0,'2024-04-06 19:56:07','2024-04-06 19:56:07','Gwendolyn \nBacklinks still relevant\n\nHello,\r\n\r\nAre you seeing a decline in traffic after the latest Google updates? Are your AI-generated posts getting dropped from index faster than you can create them?\r\n\r\nDon\'t worry, because I\'ve got some good news for you: backlinks still work. And I\'ve got the proof to back it up. Check out this informative experiment by Ahrefs: https://www.youtube.com/watch?v=dHW-izBq2-I\r\n\r\nBut that\'s not all. I\'m here to offer you a solution that will get you dominating search engine rankings for multiple keywords and boost your site\'s trust on Google\'s data.\r\n\r\nInterested?\r\n\r\nThen take a look at my Fiverr Pro gig:\r\n\r\nhttps://go.fiverr.com/visit/?bta=570412&amp;brand=fp&amp;landingPage=https2F%2Fwww.fiverr.com2Fbuild-a-top-notch-tiered-seo-backlink-pyramid\r\n\r\nDon\'t let those Google updates hold you back. Let\'s work together to get your site back on top!\r\n\r\nBest regards,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Backlinks still relevant\"','','private','closed','closed','','flowerhouse-films-backlinks-still-relevant','','','2024-04-06 19:56:07','2024-04-06 19:56:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9753',0,'postman_sent_mail','',0),(9812,0,'2024-04-20 16:32:00','2024-04-20 16:32:00','Kelly Davis \n60% of eligible businesses have not registered.   Have you?\n\nThe deadline to file for a return on the Visa Mastercard 5.5 billion dollar settlement is only 45 days away. \r\n\r\nYou are owed part of the settlement if you accepted credit cards between 2004 and 2019.\r\n\r\nGo here  It takes about 3 minuites\r\n\r\nhttps://visa-mastercard-claim.com/\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"60% of eligible businesses have not registered.   Have you?\"','','private','closed','closed','','flowerhouse-films-60-of-eligible-businesses-have-not-registered-have-you','','','2024-04-20 16:32:00','2024-04-20 16:32:00','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9812',0,'postman_sent_mail','',0),(9807,0,'2024-04-19 11:47:18','2024-04-19 11:47:18','Nicki Shockey \nQuestion about your website\n\nCan you give me with a set of your product technical details?\r\n\r\n\r\n\r\n\r\n\r\nNicki, Shockey\r\n\r\n4976 Reynolds Alley, Los Angeles, CA 90014, United States.\r\n\r\n 314596973\r\n\r\nIf you do not wish to receive further emails from us.\r\n\r\nPlease note that it may take up to 10 business days for your request to be processed.\r\n\r\nIf you have received this communication in error, please delete it and notify the sender immediately.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Question about your website\"','','private','closed','closed','','flowerhouse-films-question-about-your-website','','','2024-04-19 11:47:18','2024-04-19 11:47:18','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9807',0,'postman_sent_mail','',0),(9823,0,'2024-04-22 14:22:36','2024-04-22 14:22:36','Charles Wilson \nRedefine Your Digital Footprint with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your digital footprint? Our Web Design mastery offers innovative solutions to help your brand leave a mark online. Let\'s collaborate to create a website that sets new standards and redefines your brand\'s online presence.\r\n\r\nBest regards,\n\nCharles Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redefine Your Digital Footprint with Our Web Design Mastery\"','','private','closed','closed','','flowerhouse-films-redefine-your-digital-footprint-with-our-web-design-mastery','','','2024-04-22 14:22:36','2024-04-22 14:22:36','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9823',0,'postman_sent_mail','',0),(9828,0,'2024-04-23 09:01:17','2024-04-23 09:01:17','Cain Hartman \nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"question\"','','private','closed','closed','','flowerhouse-films-question-2','','','2024-04-23 09:01:17','2024-04-23 09:01:17','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9828',0,'postman_sent_mail','',0),(9822,0,'2024-04-22 11:30:40','2024-04-22 11:30:40','Mark Mata \nHello flowerhousefilms.com Admin.\n\nAdvantages of hiring a Developer:\r\n\r\nSpecialized Expertise\r\nTailored Customization and Control\r\nTime and Cost Efficiency\r\nCustom Plugin Development\r\nSEO Optimization\r\nOngoing Support and Maintenance\r\nSeamless Integration and Migration\r\nScalability for Business Growth\r\n\r\nHire a web developer now from us. Contact us at https://wpexpertspro.co/website/?src=a21flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-admin-3','','','2024-04-22 11:30:40','2024-04-22 11:30:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9822',0,'postman_sent_mail','',0),(9934,0,'2024-05-18 21:55:26','2024-05-18 21:55:26','Charlietaf \nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Desea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\"','','private','closed','closed','','flowerhouse-films-desea-ganar-criptomonedas-gratis-es-facil-de-hacer-simplemente-haciendo-clic-en-la-pantalla-de-su-telefono-siguiendo-el-enlace-y-uniendose-a-millones-de-usuarios-https-tinyurl-2','','','2024-05-18 21:55:26','2024-05-18 21:55:26','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9934',0,'postman_sent_mail','',0),(9935,0,'2024-05-18 23:28:34','2024-05-18 23:28:34','Scott Repin \nDirect Massive Traffic: Reach 1 Million Businesses in One Click\n\nGrowing your business outreach has never been simpler or more cost-effective. With our bulk message sending service, you can send your message to 1 million businesses for just 47 dollars. This is a great way to boost your marketing efforts without overspending.\r\n\r\nBy taking advantage of our service, you can increase your exposure, attract more leads, and ultimately grow your business. It’s a affordable method to make sure that your message gets in front of a wide audience of potential clients.\r\n\r\nReady to take your marketing to the next level?\r\n\r\nDiscover more: https://bit.ly/bulkforms\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these amazing emails: https://form.jotform.com/241362853020447\r\nBreidamork 63, Hverager?I, NA, Iceland, 810\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Direct Massive Traffic: Reach 1 Million Businesses in One Click\"','','private','closed','closed','','flowerhouse-films-direct-massive-traffic-reach-1-million-businesses-in-one-click','','','2024-05-18 23:28:34','2024-05-18 23:28:34','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9935',0,'postman_sent_mail','',0),(9785,0,'2024-04-14 18:10:06','2024-04-14 18:10:06','Robertskarm \nHello, i am wrote about   the price\n\nNdewo, achọrọ m ịmara ọnụahịa gị.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello, i am wrote about   the price\"','','private','closed','closed','','flowerhouse-films-hello-i-am-wrote-about-the-price','','','2024-04-14 18:10:06','2024-04-14 18:10:06','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9785',0,'postman_sent_mail','',0),(9787,0,'2024-04-15 00:18:04','2024-04-15 00:18:04','Phil Stewart \n??\n\nInterested in maximizing your reach? You\'re reading this message and I can get others to read your ad the exact same way! Drop me an email below to learn more about our services and start spreading your message effectively!\r\n\r\nP. Stewart\r\nEmail: wml0rq@mail-to-form.xyz\r\nSkype: form-blasting\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"??\"','','private','closed','closed','','flowerhouse-films','','','2024-04-15 00:18:04','2024-04-15 00:18:04','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9787',0,'postman_sent_mail','',0),(9788,0,'2024-04-15 04:02:57','2024-04-15 04:02:57','Marsha Solis \nHello flowerhousefilms.com Admin.\n\nDid you know that a mere 1% of users bother to browse past the first page of search results? Don\'t miss the chance to attract more traffic - get a complimentary website SEO audit today and boost your search engine ranking. Click here to fill out the form for Free SEO Website Audit: https://badgerdigitalmarketingsolutions.com/contact/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-admin-2','','','2024-04-15 04:02:57','2024-04-15 04:02:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9788',0,'postman_sent_mail','',0),(9789,0,'2024-04-15 21:37:17','2024-04-15 21:37:17','Abdul Fuerst \nTo the flowerhousefilms.com Webmaster!\n\nAre rising business expenses making you wonder how you’ll keep your businesses afloat? I can fix that, let me show you how. Send me an email below now.  *You Must be a US business to qualify*  Send me an email here to find out more: elizabeth.miller@helloratesfastfunding.com\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Webmaster!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-webmaster','','','2024-04-15 21:37:17','2024-04-15 21:37:17','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9789',0,'postman_sent_mail','',0),(9817,0,'2024-04-21 15:12:15','2024-04-21 15:12:15','Crystal Ford \nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\r\n\n\nCrystal Ford\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-future-with-our-web-design-solutions','','','2024-04-21 15:12:15','2024-04-21 15:12:15','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9817',0,'postman_sent_mail','',0),(9833,0,'2024-04-24 00:20:13','2024-04-24 00:20:13','Jordan Kennedy \nRe: Can\'t find you\n\nI\'m struggling to find out you Google Maps\r\n\r\nThis is the EXACT software helping businesses rank on Google Maps in less than 3 weeks...\r\n\r\nClick here to see where you rank for FREE &gt;&gt;  https://cutt.ly/nw6pmn5P &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: Can\'t find you\"','','private','closed','closed','','flowerhouse-films-re-cant-find-you','','','2024-04-24 00:20:13','2024-04-24 00:20:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9833',0,'postman_sent_mail','',0),(9834,0,'2024-04-24 01:54:24','2024-04-24 01:54:24','Jordan Kennedy \nRe: Can\'t find you\n\nI\'m struggling to find out you Google Maps\r\n\r\nThis is the EXACT software helping businesses rank on Google Maps in less than 3 weeks...\r\n\r\nClick here to see where you rank for FREE &gt;&gt;  https://cutt.ly/nw6pmn5P &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: Can\'t find you\"','','private','closed','closed','','flowerhouse-films-re-cant-find-you-2','','','2024-04-24 01:54:24','2024-04-24 01:54:24','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9834',0,'postman_sent_mail','',0),(9864,0,'2024-05-02 02:59:30','2024-05-02 02:59:30','Edwin French \nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\n\nEdwin French\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-future-with-our-web-design-solutions-2','','','2024-05-02 02:59:30','2024-05-02 02:59:30','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9864',0,'postman_sent_mail','',0),(9835,0,'2024-04-24 08:30:19','2024-04-24 08:30:19','Lilda \nDon\'t Let Funding Challenges Impede Your Business Growth\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses, and financial needs is completely possible.\r\nYou can now fund your projects, businesses without worries of repayment as you can have plenty of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\nAre you also a broker/consultant? Make life easy for various of your clients around the world to help provide funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\nChu Yeung\r\nCustomer Care Department\r\nmarketing@charterunionfin.com\r\nhttps://charterunionfin.com/?refid=2118\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia Capo Le Case 87, Niagara Falls, NY, USA, 39049\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Don\'t Let Funding Challenges Impede Your Business Growth\"','','private','closed','closed','','flowerhouse-films-dont-let-funding-challenges-impede-your-business-growth','','','2024-04-24 08:30:19','2024-04-24 08:30:19','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9835',0,'postman_sent_mail','',0),(9868,0,'2024-05-02 16:53:26','2024-05-02 16:53:26','Brandon Howard \nExciting News Inside! Open Now!\n\nDon\'t Miss Out on Our Exclusive CBD Gummy Promotion!\r\n\r\nExperience the Unmatched Quality of MYONATURAL CBD Gummies at an Incredible Price!\r\n\r\nFor a limited time, get our premium 25mg CBD Gummies at a staggering 50% discount — only $17.48 for a 30-count bottle!\r\n\r\nClick the links and save : Tap the link and save: Click here to save: https://bit.ly/4aZIZyn ( https://myonatural.com ) - Apply coupon code \"50off25cbd\"\r\n\r\nEach gummy is intricately infused with CBD, ensuring uniformity and potency that make us stand out from the crowd.\r\n\r\nWe integrate our CBD directly into each gummy, bypassing any external spray-on process, to ensure maximum effectiveness.\r\n\r\nBut that\'s not all — every order includes a complimentary sample of the acclaimed MYONATURAL Pain Cream, perfect for enhancing your wellness routine.\r\n\r\nOur CBD Gummies are:\r\n\r\n- Non-GMO, all-natural, and gluten-free\r\n- Pesticide-free\r\n- Lab-tested with no THC\r\n- Grown and manufactured with pride in the USA\r\n\r\n\r\nThis offer is only available while supplies last, so act fast to take advantage of this incredible deal and experience why we say these might just be the best tasting CBD gummy in the world!\r\n\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these awesome offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia Lombardi 3, Massena, NY, US, 24030\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Exciting News Inside! Open Now!\"','','private','closed','closed','','flowerhouse-films-exciting-news-inside-open-now','','','2024-05-02 16:53:26','2024-05-02 16:53:26','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9868',0,'postman_sent_mail','',0),(9836,0,'2024-04-24 08:37:09','2024-04-24 08:37:09','Q Bzrnsnuqe \nAchieve Your Business Goals with Tailored Funding Options\n\nDon\'t let lack of funding and finance force you out of business or shut down. Your projects, businesses, and financial needs are entirely achievable.\r\nYou can now fund your projects, businesses without worries of repayment as you can have plenty of time to execute your projects and businesses and grow financially, and build up, to achieve your complete set goals.\r\nAre you also a broker/consultant? Make life easy for your diverse clientele globally to facilitate funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\nChu Yeung\r\nCustomer Care Department\r\nmarketing@charterunionfin.com\r\nhttps://charterunionfin.com/?refid=2029\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVia San Pietro Ad Aram 18, Jamestown, New York, USA, 20060\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Achieve Your Business Goals with Tailored Funding Options\"','','private','closed','closed','','flowerhouse-films-achieve-your-business-goals-with-tailored-funding-options','','','2024-04-24 08:37:09','2024-04-24 08:37:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9836',0,'postman_sent_mail','',0),(9837,0,'2024-04-24 11:26:07','2024-04-24 11:26:07','Ravi Noggle \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-3','','','2024-04-24 11:26:07','2024-04-24 11:26:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9837',0,'postman_sent_mail','',0),(9838,0,'2024-04-24 12:39:25','2024-04-24 12:39:25','Hellen Hannan \nRe: May I send you this report\n\nHi, My name is Helen and I\'m an Online marketing specialist here in the UK. I\'ve done some initial research on your website/sector, and I couldn\'t help but I notice that your online visibility is fairly low on Google. With your permission I’d like to send you a free report showing you a few things you can do on your own (without needing to hire anyone) to greatly improve these search results for you. \r\n\r\nThe report is very detailed and comes with its own detailed instructions. It will show you exactly what needs to be done to unleash rankings and traffic that make a difference! I\'ll also share some ideas and tips to generate more revenue through your website. \r\n\r\nWould that be, okay? Again, this is completely free- no costs whatsoever just our way of making a super strong first impression as experts in digital marketing! Please email us at anna.fratellimarketing@gmail.com back for a free report. \r\n\r\nWarm Regards, \r\nHelen Waters, \r\nMarketing Account Manager.  \r\nanna.fratellimarketing@gmail.com\r\n\r\nTo unsubscribe please reply NO.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: May I send you this report\"','','private','closed','closed','','flowerhouse-films-re-may-i-send-you-this-report','','','2024-04-24 12:39:25','2024-04-24 12:39:25','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9838',0,'postman_sent_mail','',0),(9843,0,'2024-04-25 20:43:29','2024-04-25 20:43:29','Brian And Dee Marion \nDo you Have Tiktok account?\n\nThe TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== &gt; https://tinyurl.com/pxj2ynka\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you Have Tiktok account?\"','','private','closed','closed','','flowerhouse-films-do-you-have-tiktok-account','','','2024-04-25 20:43:29','2024-04-25 20:43:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9843',0,'postman_sent_mail','',0),(9839,0,'2024-04-24 13:06:22','2024-04-24 13:06:22','Hellen Heimbach \nRe: May I send you this report\n\nHi, My name is Helen and I\'m an Online marketing specialist here in the UK. I\'ve done some initial research on your website/sector, and I couldn\'t help but I notice that your online visibility is fairly low on Google. With your permission I’d like to send you a free report showing you a few things you can do on your own (without needing to hire anyone) to greatly improve these search results for you. \r\n\r\nThe report is very detailed and comes with its own detailed instructions. It will show you exactly what needs to be done to unleash rankings and traffic that make a difference! I\'ll also share some ideas and tips to generate more revenue through your website. \r\n\r\nWould that be, okay? Again, this is completely free- no costs whatsoever just our way of making a super strong first impression as experts in digital marketing! Please email us at anna.fratellimarketing@gmail.com back for a free report. \r\n\r\nWarm Regards, \r\nHelen Waters, \r\nMarketing Account Manager.  \r\nanna.fratellimarketing@gmail.com\r\n\r\nTo unsubscribe please reply NO.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: May I send you this report\"','','private','closed','closed','','flowerhouse-films-re-may-i-send-you-this-report-2','','','2024-04-24 13:06:22','2024-04-24 13:06:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9839',0,'postman_sent_mail','',0),(9840,0,'2024-04-24 13:28:31','2024-04-24 13:28:31','Maham Gill \nDo you Account in Instagram?\n\nThe Instagram social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your Instagram  account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out  and lets start work together  ===== &gt; https://tinyurl.com/mw6x9duz\r\n\r\nSee you there!\r\nRegards\r\nMaham\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you Account in Instagram?\"','','private','closed','closed','','flowerhouse-films-do-you-account-in-instagram','','','2024-04-24 13:28:31','2024-04-24 13:28:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9840',0,'postman_sent_mail','',0),(9871,0,'2024-05-04 00:22:37','2024-05-04 00:22:37','John Hargraves \nTo the flowerhousefilms.com Administrator!\n\n\"IT\'S...A MILLION DOLLAR...GIVEAWAY\"\r\n\r\nYOUR ATTENTION PLEASE!  ALL YOU HAVE TO DO IS SUBSCRIBE TO THE WEBSITE BELOW.  THAT\'S IT!\r\n\r\nAND A FREE $25 DOLLAR GIFT CARD WILL BE EMAILED BACK TO YOU.  \"NO SUBSCRIPTION NEEDED\" WHICH MEANS NO CREDIT CARDS\" JUST SUBSCRIBE USING YOUR EMAIL ADDRESS ONLY!\r\n\r\nTO TAKE ADVANTAGE OF THIS \"PROMOTIONAL REWARD\" FROM 3 KINGS...USE YOUR GIFT CARD TO PURCHASE ONE OF OUR \"RECTANGLE KEY RINGS\" FOR ONLY $29.99.\r\n\r\nTHIS IS PART OF OUR \"SPECIAL OFFER\" FOR SUBSCRIBING TO OUR WEBSITE, AS WE LOOK TO EXPAND OUR BUSINESS.\r\n\r\nVISIT: HTTPS://WWW.MYMOVIEQUOTETSHIRTS.COM\r\n\r\n(GIFT CARD WILL EXPIRE IN TWO WEEKS IF NOT USED)\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-7','','','2024-05-04 00:22:37','2024-05-04 00:22:37','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9871',0,'postman_sent_mail','',0),(9739,0,'2024-04-02 16:07:54','2024-04-02 16:07:54','Jordan Kennedy \nRe: One In A Lifetime Opportunity\n\nWatch this free training video if you\'re  interested in using A.i. to help make thousands of dollars every month...\r\n\r\nThis is a once in a lifetime opportunity... \r\n\r\nThe internet is going insane trying to get their hands on this exactr A.I. tool...\r\n\r\nClick Here To Watch Your 100% Free Training Video (No Credit Card Required)\r\n&gt;&gt; https://200hourly.com &lt;&lt;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nIf you would  like to opt-out of communication with us, visit:\r\nhttps://urloptout.com/optout1/?site=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Re: One In A Lifetime Opportunity\"','','private','closed','closed','','flowerhouse-films-re-one-in-a-lifetime-opportunity-2','','','2024-04-02 16:07:54','2024-04-02 16:07:54','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9739',0,'postman_sent_mail','',0),(9756,0,'2024-04-07 13:12:51','2024-04-07 13:12:51','Mark Stevens <mark>\nDisplaying Reviews on your website increase your conversion rate by 380%\n\nIntroducing Review Badges! A breakthrough strategy that will position your business as a Market Leader and get more conversions.\r\nReview Badges is a set it and forget it strategy that displays your verified 5 star reviews on every page of your website and updates them in real time.\r\n\r\nDid you know? \r\n - 94% of consumers report that they are more likely to use a business with positive reviews. \r\n - 92% of buyers are more likely to purchase after reading a trusted review. \r\n - Displaying reviews can increase your conversion rate by 380%\r\n\r\nReview Badges are your perfect low cost solution:\r\n - Seen by 100% of website visitors,\r\n - 100% Verified,\r\n - Mobile Friendly,\r\n - Perfectly scrolled timing,\r\n - Directory Authority Icons,\r\n - Click To Call actions,\r\n - And can have Retargeting Pixels Added.\r\n\r\nNeed more info? Check out - https://clientsuite.pro/review-badges\r\nBook a call to see how you can get Review Badges at no cost: https://links.clientsuite.pro/widget/bookings/review-badges\r\n\r\nTalk soon, \r\n\r\nMark Stevens\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nWe\'re here to help businesses grow, but if you\'d rather Unsubscribe click here: https://links.clientsuite.pro/widget/form/GVuMxWcxWvYKMi0eHfPg\r\n\r\nClientSuite Corporation\r\nMailing Address: 178 Ashnola Road Keremeos, BC, Canada V0X1N1\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Displaying Reviews on your website increase your conversion rate by 380%\"','','private','closed','closed','','flowerhouse-films-displaying-reviews-on-your-website-increase-your-conversion-rate-by-380','','','2024-04-07 13:12:51','2024-04-07 13:12:51','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9756',0,'postman_sent_mail','',0),(9750,0,'2024-04-05 14:10:59','2024-04-05 14:10:59','Caleb Davis \nThe Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\n\nHey, Caleb here~\r\n\r\nJudging from your website, it looks like you’re classified as self-employed.\r\n\r\nAs a self-employed American, you may be eligible for up to $32,220 through the IRS\'s Self-Employed Tax Credit program:\r\nirs.gov/newsroom/tax-credits-for-paid-leave-under-the-american-rescue-plan-act-of-2021-specific-provisions-related-to-self-employed-individuals\r\n\r\nAt The Relief Consultants, we\'re here to help you access these funds. \r\n\r\nYou can easily check your estimated refund amount for the SETC program here, and book a free consultation if you want\r\nhttps://www.sickleavecredit.com/?referral_code=SETC_Consulting&amp;utm_source=referral-partner&amp;fbclid=IwAR2RFgs_GKciOzdxUm94ZSB6BNGcba01-MgElGVfRaEQYuJsgQiydp7J70k\r\n\r\nBTW, our process is designed with your security in mind:\r\nWe get paid only after we\'ve successfully secured your funds, ensuring an entirely risk-free experience for our clients.\r\n\r\nWith The Relief Consultants, you\'re in capable hands. Hoping to hear from you.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nBest regards,\r\n\r\nCaleb Davis\r\n\r\nSETC Relief Consultants\r\n+1 619 798 8260\r\n\r\n\r\n\r\n\r\n\r\n\r\nTo stop receiving marketing messages, reply “Stop” in the subject line for your website: flowerhousefilms.com\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n2\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"The Relief Consultants Enquiry: Unlock Your COVID-19 Relief Funds\"','','private','closed','closed','','flowerhouse-films-the-relief-consultants-enquiry-unlock-your-covid-19-relief-funds','','','2024-04-05 14:10:59','2024-04-05 14:10:59','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9750',0,'postman_sent_mail','',0),(9752,0,'2024-04-06 19:25:23','2024-04-06 19:25:23','Sharron Yancey \nDear flowerhousefilms.com Owner!\n\nHey, it\'s been a proper rollercoaster journey for me,\r\n\r\nbut finally I\'ve managed to build platform connecting ppl with mobile car valeters (think Uber Eats for car cleaning!). Came upon your site &amp; thought you might like the idea.\r\n\r\nDw I\'m not about to sell you backlinks or a cheap website. lol\r\n\r\nIn 2 weeks I\'ve launched a full MVP - valeters can accept online bookings &amp; payments (I take an 18% cut). Also I\'ve automated free listings for UK valeting companies, already indexed &amp; ranking on Google.\r\n\r\nAs a fellow founder, I know you know the challenges with new companies. I\'m basically looking to raise £60k for 15% equity to fuel growth.\r\n\r\nIf keen, let\'s chat more on a call. No pressure tho. Worst case, we can swap founder war stories! Always appreciate advice.\r\n\r\nThanks for your time mate, I know it\'s precious!\r\n\r\nCheers,\r\nJack\r\njack@wearepython.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-owner-2','','','2024-04-06 19:25:23','2024-04-06 19:25:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9752',0,'postman_sent_mail','',0),(9877,0,'2024-05-05 16:00:06','2024-05-05 16:00:06','Antje Swinburne \nJoin Our Casino for a Chance to Win $9000 plus Free Spins\n\nUnleash yourself in the world of thrilling slot games with our Casino! Get ready for non-stop thrills with our incredible $9K Welcome Bonus - that\'s a awesome 900% up to $9,000 and extra 150 FREE SPINS! \r\n\r\nDon\'t let this slip away on your chance to win big! Visit us now at https://bit.ly/slot9000\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Join Our Casino for a Chance to Win $9000 plus Free Spins\"','','private','closed','closed','','flowerhouse-films-join-our-casino-for-a-chance-to-win-9000-plus-free-spins','','','2024-05-05 16:00:06','2024-05-05 16:00:06','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9877',0,'postman_sent_mail','',0),(9879,0,'2024-05-05 20:07:17','2024-05-05 20:07:17','Julieta Monahan \nHello flowerhousefilms.com Administrator!\n\nUse AI to boost your TikTok account organically for free for 7 days. Our system uses AI to target users based on trending topics and audience of competitor TikTok accounts. There are only nine slots left here. Grab your spot now:  https://cutt.ly/Sw5D5pO4\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Administrator!\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-administrator-3','','','2024-05-05 20:07:17','2024-05-05 20:07:17','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9879',0,'postman_sent_mail','',0),(9897,0,'2024-05-09 08:56:21','2024-05-09 08:56:21','Johny McAnulty \nNew Geology Records of Extraterrestrial Life\n\nDear flowerhousefilms.com webmaster,\r\n\r\nI’m very excited to share with you a new groundbreaking publication that will stir the scientific community: \"Secrets of the Winds, Discovery Chronicles of Earth\'s’ Galactic Odyssey\" This compelling new book unveils significant geological evidence that will redefine our understanding of extraterrestrial life.\r\n\r\nInside \'Secrets of the Winds’; \r\n- Revolutionary Findings:  Journey through the portal as I reveal how recent geological discoveries have unearthed signs of ancient extraterrestrial life forms.\r\n- Earth\'s Hidden Blueprints: Learn about the enigmatic geological formations, and world - changing events that have been shaped by forces beyond our world.\r\n- A Bold Perspective: Expert insights with stunning microscope fossils and correlating Google Earth images, this book offers a fresh and riveting look at our planet\'s history and its cosmic connections.\r\n\r\nWhether you\'re a geologist, scientist, engineer or simply captivated by the mysteries of the universe, \"Secrets of the Winds\" promises to take you on an enlightening adventure.\r\n\r\nI would be honored if you could share this news with your audience. For more information or to request a review copy, please reply to this email and visit my engaging website.\r\n\r\nThank you for your time and consideration. Enjoy discovering these amazing secrets for yourself!\r\n\r\nWarm regards,\r\n\r\nJohnny Tesone, explore@geovortex.net\r\nGeologist, Author, GeoVortex, www.geovortex.net\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"New Geology Records of Extraterrestrial Life\"','','private','closed','closed','','flowerhouse-films-new-geology-records-of-extraterrestrial-life','','','2024-05-09 08:56:21','2024-05-09 08:56:21','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9897',0,'postman_sent_mail','',0),(9898,0,'2024-05-09 21:19:39','2024-05-09 21:19:39','Latasha Nesbit \nHello flowerhousefilms.com Webmaster.\n\nBest financial company to fund your business project globally, i can help, email me here:                                                                                                         info@financeworldwidehk.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-webmaster','','','2024-05-09 21:19:39','2024-05-09 21:19:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9898',0,'postman_sent_mail','',0),(9725,0,'2024-03-29 03:25:23','2024-03-29 03:25:23','Phil Stewart \n??\n\nHey, looking to boost your ad game? Picture your message hitting website contact forms worldwide, grabbing attention from potential customers everywhere! Starting at just under a hundred bucks my budget-friendly packages are designed to make an impact. Drop me an email now to discuss how you can get more leads and sales now!\r\n\r\nPhil Stewart\r\nEmail: nc5stm@mail-to-form.xyz\r\nSkype: form-blasting\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"??\"','','private','closed','closed','','flowerhouse-films-7','','','2024-03-29 03:25:23','2024-03-29 03:25:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9725',0,'postman_sent_mail','',0),(9728,0,'2024-03-30 21:51:39','2024-03-30 21:51:39','Megan Atkinson \nInstagram Promotion: 300-1000 new followers each month\n\nHi there,\r\n\r\nWe run an Instagram growth service, which increases your number of followers both safely and practically. \r\n\r\n- Guaranteed: We guarantee to gain you 300-1000+ followers per month.\r\n- Real, human followers: People follow you because they are interested in your business or niche.\r\n- Safe: All actions are made manually. We do not use any bots.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you are interested, and would like to see some of our previous work, let me know and we can discuss further.\r\n\r\nKind Regards,\r\nMegan\r\n\r\nUnsubscribe here: https://removeme.click/unsubscribe.php?d=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Instagram Promotion: 300-1000 new followers each month\"','','private','closed','closed','','flowerhouse-films-instagram-promotion-300-1000-new-followers-each-month','','','2024-03-30 21:51:39','2024-03-30 21:51:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9728',0,'postman_sent_mail','',0),(9883,0,'2024-05-06 09:14:51','2024-05-06 09:14:51','Travis Trugernanner \nPut Your Website to Work for You!\n\nGet More Leads and Increase Conversions with 24/7 Chat that works on Complete Autopilot!\r\n\r\nCustomer Support Chatbots are Perfect for Any Website \r\n\r\nIncrease Engagement - Chat2Leads actively engages all your visitors making it the ultimate Conversion Optimization Tool to have installed on your website!\r\n\r\nUnlimited Chats - Unlike other Website Chat Services, Chat2Leads puts zero restrictions on how many chats you can have with your visitors every month!\r\n\r\nFresh Leads - Every new lead is emailed directly to your inbox so you can follow-up right away!\r\n\r\nEverything included for just $ 35/mo\r\n\r\nReal Customer Review:\r\n\r\n“I\'ve seen an immediate benefit to adding a chatbot... that I\'ve been telling other local business owners I\'m friends with. I\'m finally receiving leads from my website!” Nicole W. – Bankruptcy Law Firm in West Palm Beach, Florida\r\n\r\nReal Case Study:\r\n\r\nWithin minutes of installing Chat2Leads on Petflapsuk.com they had their first lead, and ever since have been converting an average of 15% of their visitors into fresh leads for their business. They have seen such a great success from the chatbot that it has already paid for itself for years to come.\r\n\r\nFind out more now at: https://chat2leads.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Put Your Website to Work for You!\"','','private','closed','closed','','flowerhouse-films-put-your-website-to-work-for-you-3','','','2024-05-06 09:14:51','2024-05-06 09:14:51','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9883',0,'postman_sent_mail','',0),(9894,0,'2024-05-08 20:59:07','2024-05-08 20:59:07','Cliff Simon \nQuick question\n\nHi,\r\n\r\nWe\'ve built an AI-powered chatbot based on your website content. Can we send it over?\r\n\r\nBest,\r\n\r\nCliff Simon\r\n(516) 518-4680\r\n\r\nP.S: We can also turn your website into a robust lead gen machine by sharing 2 more tools that you can install yourself.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Quick question\"','','private','closed','closed','','flowerhouse-films-quick-question-4','','','2024-05-08 20:59:07','2024-05-08 20:59:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9894',0,'postman_sent_mail','',0),(9722,0,'2024-03-28 15:53:39','2024-03-28 15:53:39','Jack Schiffer \nYou may no longer need to worry about Content.\n\nHi!\r\nJack here!\r\nI know how crucial it is for your business to create continuous quality content.\r\nI would like to help you with that, Let me know if you\'re interested!\r\n\r\nHere\'s my email: jackforseo@proton.me\r\n\r\nJack\r\nFL\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"You may no longer need to worry about Content.\"','','private','closed','closed','','flowerhouse-films-you-may-no-longer-need-to-worry-about-content','','','2024-03-28 15:53:39','2024-03-28 15:53:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9722',0,'postman_sent_mail','',0),(9723,0,'2024-03-28 17:42:13','2024-03-28 17:42:13','Blanca \nColaboración\n\nHola! Te escribo desde el Departamento de Prensa y hemos visto tu negocio como una excelente oportunidad para ser destacado en noticias.\r\n\r\n\r\n\r\n\r\n\r\nAl ser presentado en más de 60 periódicos digitales de alta autoridad, podemos mejorar la reputación y el posicionamiento de tu empresa.\r\n\r\n\r\n\r\n\r\n\r\nAdemás, cuando tus clientes busquen información sobre ti, verán tu relevancia y preferirán elegirte por encima de la competencia.\r\n\r\n\r\n\r\n\r\n\r\n¿Podrías proporcionarme un número de teléfono para ofrecerte dos meses gratuitos?\r\n\r\n\r\n\r\n\r\n\r\nGracias.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Colaboración\"','','private','closed','closed','','flowerhouse-films-colaboracion','','','2024-03-28 17:42:13','2024-03-28 17:42:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9723',0,'postman_sent_mail','',0),(9724,0,'2024-03-29 02:57:58','2024-03-29 02:57:58','Rene Pontius \nTo the flowerhousefilms.com Admin.\n\nIs the thought of making payroll every two weeks causing you undue stress? I can help, reply to me below and I\'ll show you how\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-admin-2','','','2024-03-29 02:57:58','2024-03-29 02:57:58','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9724',0,'postman_sent_mail','',0),(9892,0,'2024-05-08 14:59:13','2024-05-08 14:59:13','Robertskarm \nHallo, i writing about your the prices\n\nহাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hallo, i writing about your the prices\"','','private','closed','closed','','flowerhouse-films-hallo-i-writing-about-your-the-prices','','','2024-05-08 14:59:13','2024-05-08 14:59:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9892',0,'postman_sent_mail','',0),(9720,0,'2024-03-28 10:54:29','2024-03-28 10:54:29','Ashok \nWebsite Designing and Development\n\nHi, \r\n\r\nThis is Ashok, a website designer and developer with 15 years of experience. Are you looking to design a new website or make any changes in your current website? \r\n\r\nReply me on webdesignservices111@outlook.com to discuss it further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Website Designing and Development\"','','private','closed','closed','','flowerhouse-films-website-designing-and-development','','','2024-03-28 10:54:29','2024-03-28 10:54:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9720',0,'postman_sent_mail','',0),(9891,0,'2024-05-08 11:59:46','2024-05-08 11:59:46','Vin \nWebsite Development\n\nHey, This is Vin. I am a Website developer and designer specializing in WordPress, html, php, css ,js, Informative websites,E-Commerce stores. If you need any assistance in creating a new page, new design, developing new functionality, changing any existing functionality, monthly maintenance, any theme related work or uploading content, then let\'s have a video call. \r\n\r\nI will show you the websites that I have developed. The best part is that I charge just $15/hr to $40/hr depending complexity of work.  \r\n\r\nFeel free to send me an email at hireresource009@outlook.com to discuss it further.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Website Development\"','','private','closed','closed','','flowerhouse-films-website-development','','','2024-05-08 11:59:46','2024-05-08 11:59:46','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9891',0,'postman_sent_mail','',0),(9895,0,'2024-05-09 01:49:39','2024-05-09 01:49:39','Rocco Heysen \nHello flowerhousefilms.com administrator!\n\nI\'ve noticed that your flowerhousefilms.com website could be missing out on approximately 1,000 visitors daily. Our AI powered traffic system is designed to significantly increase your site\'s visibility: https://tinyurl.com/bdhyuajv\r\nWe\'re offering a free trial that includes 500 targeted visitors to demonstrate the potential benefits. After the trial, we can provide up to 250,000 targeted visitors per month. This opportunity could greatly increase your website\'s reach and traffic.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com administrator!\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-administrator-4','','','2024-05-09 01:49:39','2024-05-09 01:49:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9895',0,'postman_sent_mail','',0),(9896,0,'2024-05-09 08:17:20','2024-05-09 08:17:20','Heather  Morales \nHarness the power of the LinkedIn system to generate leads for free and achieve $25k in the inaugural month.\n\nDear,\r\nLearn the tricks of LinkedIn Mastery from The LinkedIn Legend, promising $20K/month returns. Hesitant? Get the free course here!\r\nhttps://courses.savvyzones.com/the-linkedin-legend-linkedin-mastery5\r\n\r\nSincerely.\r\n-To unsubscribe, please reply \"unsubscribe\" at unsubscribe.wisebases@gmail.com (please provide the website that forwarded this message)-\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Harness the power of the LinkedIn system to generate leads for free and achieve $25k in the inaugural month.\"','','private','closed','closed','','flowerhouse-films-harness-the-power-of-the-linkedin-system-to-generate-leads-for-free-and-achieve-25k-in-the-inaugural-month','','','2024-05-09 08:17:20','2024-05-09 08:17:20','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9896',0,'postman_sent_mail','',0),(9917,0,'2024-05-15 08:10:14','2024-05-15 08:10:14','Brady Siddins \nElevate Your flowerhousefilms.com Credibility with Proven PR Strategies\n\nHi webmaster of flowerhousefilms.com,\r\n\r\nI\'m Brady, Siddins from Arch SEO, which specializes in elevating website profiles through innovative PR solutions. \r\n\r\nOur service has achieved placements for client content on elite platforms such as Entrepreneur.com, MSN, Yahoo, AOL, and Nasdaq.\r\n\r\nWhat makes us different?\r\n\r\nExpertise: We are known of securing high-quality, editorial mentions and placements that elevate SEO but also enhance your brand\'s credibility.\r\n\r\nVisibility: Our work has been highlighted on some of the most reputable sites, attracting targeted traffic and increasing your digital footprint.\r\n\r\nCustom Solutions: We craft tailored PR solutions that align with your unique brand and SEO objectives.\r\n\r\nYou can see our full service details and pricing at our website. Also, don\'t hesitate to explore this spreadsheet showcasing some of the successful placement we’ve secured for our clients.\r\n\r\nhttps://track.thefinancedeck.com/archseo1\r\n\r\nI would be happy to discuss how our services can optimize your site. \r\n\r\nI invite you to visit our website to explore our services and schedule a demo. For further information, feel free to contact us through our site.\r\n\r\nI appreciate your consideration of Arch SEO for your website\'s growth strategy. I am eager to partner with you and help achieve your SEO goals.\r\n\r\nKind regards,\r\nBrady, Siddins\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Elevate Your flowerhousefilms.com Credibility with Proven PR Strategies\"','','private','closed','closed','','flowerhouse-films-elevate-your-flowerhousefilms-com-credibility-with-proven-pr-strategies','','','2024-05-15 08:10:14','2024-05-15 08:10:14','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9917',0,'postman_sent_mail','',0),(9918,0,'2024-05-15 21:36:07','2024-05-15 21:36:07','AndrewHor \nКрипто сборщик Канальчик!\n\nСамые последние новости по сделкам с криптобирж. К вашим услугами вся оперативная инфа для успешного трейдинга. Обучаем новичков к самостоятельному старту. \r\n<a href=\"https://bit.ly/3xMLoxu\"><b><u>Будьте с нами и будьте всегда в тренде!</a></b></u>\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Крипто сборщик Канальчик!\"','','private','closed','closed','','flowerhouse-films-%d0%ba%d1%80%d0%b8%d0%bf%d1%82%d0%be-%d1%81%d0%b1%d0%be%d1%80%d1%89%d0%b8%d0%ba-%d0%ba%d0%b0%d0%bd%d0%b0%d0%bb%d1%8c%d1%87%d0%b8%d0%ba','','','2024-05-15 21:36:07','2024-05-15 21:36:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9918',0,'postman_sent_mail','',0),(9919,0,'2024-05-16 05:10:09','2024-05-16 05:10:09','Allison Bowers \nAttention Owner!\n\nhey, I did a free marketing book for your website, is this a good place to send it?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Attention Owner!\"','','private','closed','closed','','flowerhouse-films-attention-owner','','','2024-05-16 05:10:09','2024-05-16 05:10:09','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9919',0,'postman_sent_mail','',0),(9928,0,'2024-05-17 19:29:39','2024-05-17 19:29:39','Mackenzie Newling \nExplore how chatbot can help flowerhousefilms.com\n\nStill relying on contact forms in 2024? It might be costing you leads.\r\n\r\nUpgrade to a chatbot for your website. Chatbots offer instant engagement, greet visitors warmly, and provide quick answers, which can significantly increase your conversions. Imagine having a 24/7 assistant that never sleeps, helping to turn visitors into leads.\r\n\r\nWe’re confident our chatbot can boost your website\'s enquiries, generate more leads, and potentially increase your profit. And it’s affordable, starting at less than $29 per month.\r\n\r\nFor a limited time, we\'re offering a free trial. Experience the benefits at no cost.\r\n\r\nDiscover how a chatbot can transform your visitor experience.\r\n\r\nLearn More:\r\nhttps://socialwisp.co/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Explore how chatbot can help flowerhousefilms.com\"','','private','closed','closed','','flowerhouse-films-explore-how-chatbot-can-help-flowerhousefilms-com','','','2024-05-17 19:29:39','2024-05-17 19:29:39','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9928',0,'postman_sent_mail','',0),(9893,0,'2024-05-08 19:04:56','2024-05-08 19:04:56','Jerrold Doran \nImportant Reminder: Claim Your $32,222 Tax Credit Before May 17th!\n\nMay 17th is almost here - have you filed for your USD32K SETC Tax Credit yet?, you may be eligible for up to \r\n$32K SETC Tax Credit! It is valid until May 17th.\r\n\r\nWatch a brief youtube video by clicking the link ( https://www.youtube.com/watch?v=WCe0W8a_oag )\r\n\r\nand if you qualify, fill out the form https://bit.ly/3WDGWvg\r\n\r\nSETC Pros boasts a 90% success rate in helping individuals to get the Tax Credits they rightfully deserve. You won\'t have to return anything; it\'s money from COVID-19 tax credits that\'s still available.\r\n\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these amaing offers: https://form.jotform.com/241243363091449\r\n94 Austin Road, Saratoga Springs, New York, USA, 846\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Important Reminder: Claim Your $32,222 Tax Credit Before May 17th!\"','','private','closed','closed','','flowerhouse-films-important-reminder-claim-your-32222-tax-credit-before-may-17th','','','2024-05-08 19:04:56','2024-05-08 19:04:56','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9893',0,'postman_sent_mail','',0),(9890,0,'2024-05-08 03:43:37','2024-05-08 03:43:37','Alica Flanagan \nDear flowerhousefilms.com Admin!\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Admin!\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-admin-8','','','2024-05-08 03:43:37','2024-05-08 03:43:37','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9890',0,'postman_sent_mail','',0),(9721,0,'2024-03-28 12:05:13','2024-03-28 12:05:13','Jonathan Byrd \nHow I turned a dead email list into thousands of dollars In Revenue\n\nAre you struggling with trying to make money from your email list?\r\n\r\nI’ve been there too.\r\n\r\nI got help - I decided to learn from the best.\r\nIt worked for me, and it will work for you too.\r\n\r\nWatch the short video and learn exactly what to do to take your dead list and turn it into money in the bank.\r\n\r\nhttps://jdbyrd--tiapos.thrivecart.com/the-complete-daily-email-strategy/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"How I turned a dead email list into thousands of dollars In Revenue\"','','private','closed','closed','','flowerhouse-films-how-i-turned-a-dead-email-list-into-thousands-of-dollars-in-revenue','','','2024-03-28 12:05:13','2024-03-28 12:05:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9721',0,'postman_sent_mail','',0),(9940,0,'2024-05-20 10:32:16','2024-05-20 10:32:16','AubreysuntY \nJuega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\n\nJuega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Juega a este juego en telegram, solo haz clic en la pantalla y obtén dinero real por ello, en tokens y criptomonedas    https://tinyurl.com/yjscxddz\"','','private','closed','closed','','flowerhouse-films-juega-a-este-juego-en-telegram-solo-haz-clic-en-la-pantalla-y-obten-dinero-real-por-ello-en-tokens-y-criptomonedas-https-tinyurl-com-yjscxddz','','','2024-05-20 10:32:16','2024-05-20 10:32:16','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9940',0,'postman_sent_mail','',0),(9941,0,'2024-05-20 11:32:40','2024-05-20 11:32:40','Caleb Hargrove \nHello flowerhousefilms.com Admin.\n\nDid you know that reaching out via contact forms is both legal and incredibly cost-effective? We offer an unbeatable solution for sending your business offers through contact forms.\r\n\r\nContact form messages are often prioritized, so they rarely end up in spam.\r\n\r\nImagine sending messages just like the one you’re reading now to thousands of potential customers.\r\n\r\nThe cost is just starting from $19 for every 100,000 messages. It’s an offer you can’t afford to miss.\r\n\r\nPlease use the contact details below to get started.\r\n\r\nContact us:\r\nTelegram - https://t.me/outreachpro\r\nSkype- https://join.skype.com/invite/vsp1sngtk2H8\r\nWebsite - https://shinyleads.net/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hello-flowerhousefilms-com-admin','','','2024-05-20 11:32:40','2024-05-20 11:32:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9941',0,'postman_sent_mail','',0),(9899,0,'2024-05-09 23:57:44','2024-05-09 23:57:44','Ravi Legge \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-6','','','2024-05-09 23:57:44','2024-05-09 23:57:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9899',0,'postman_sent_mail','',0),(9903,0,'2024-05-11 10:08:24','2024-05-11 10:08:24','Chad Mason \nCraft Your Digital Identity with Our Web Design Expertise\n\nHello,\r\n\r\nReady to craft your digital identity? Our Web Design expertise offers tailored solutions to help your brand shine online. Let\'s collaborate to create a website that reflects your brand\'s values and connects with your audience.\r\n\r\nBest regards,\n\nChad Mason\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Craft Your Digital Identity with Our Web Design Expertise\"','','private','closed','closed','','flowerhouse-films-craft-your-digital-identity-with-our-web-design-expertise','','','2024-05-11 10:08:24','2024-05-11 10:08:24','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9903',0,'postman_sent_mail','',0),(9908,0,'2024-05-12 16:02:40','2024-05-12 16:02:40','Georgina Haynes \nVideo Promotion\n\nHi,\r\n\r\nI just visited flowerhousefilms.com and wondered if you\'d ever thought about having an engaging video to explain what you do?\r\n\r\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\r\n\r\nRegards,\r\nGeorgina\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Video Promotion\"','','private','closed','closed','','flowerhouse-films-video-promotion','','','2024-05-12 16:02:40','2024-05-12 16:02:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9908',0,'postman_sent_mail','',0),(9916,0,'2024-05-15 05:08:44','2024-05-15 05:08:44','Amelia Brown \nYoutube Promotion: Grow your subscribers by 700 each month\n\nHi there,\r\n\r\nWe run a YouTube growth service, which increases your number of subscribers safely and practically. \r\n\r\nWe aim to gain you 700+ real human subscribers per month, with all actions safe as they are made manually (no bots).\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nLet me know if you wish to see some of our previous work.\r\n\r\nKind Regards,\r\nAmelia\r\n\r\nUnsubscribe: https://removeme.click/yt/unsubscribe.php?d=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Youtube Promotion: Grow your subscribers by 700 each month\"','','private','closed','closed','','flowerhouse-films-youtube-promotion-grow-your-subscribers-by-700-each-month','','','2024-05-15 05:08:44','2024-05-15 05:08:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9916',0,'postman_sent_mail','',0),(9920,0,'2024-05-16 10:48:31','2024-05-16 10:48:31','Candra Farrell \nTo the flowerhousefilms.com Webmaster.\n\nFinally, an easy way to offer affordable payments to ALL customers and credit grades Stop losing clients just because they have poor credit scores\r\n\r\n** USA Based Businesses Only! **\r\n\r\nSend me a message at my contact info below for info\r\n\r\nJessica Snyder\r\njessica.snyder@helloratespros.com\r\nhttps://helloratespros.com/5-6/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-webmaster-3','','','2024-05-16 10:48:31','2024-05-16 10:48:31','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9920',0,'postman_sent_mail','',0),(9906,0,'2024-05-12 13:03:33','2024-05-12 13:03:33','Ravi Branson \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-15','','','2024-05-12 13:03:33','2024-05-12 13:03:33','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9906',0,'postman_sent_mail','',0),(9907,0,'2024-05-12 13:04:32','2024-05-12 13:04:32','IjlNYuDvXB \nXVbSJoemKB qfZGhNlnFL sFsWjXoXxr giMBbRJgXu goudWEQrij\n\nTheme site super 000*** flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"XVbSJoemKB qfZGhNlnFL sFsWjXoXxr giMBbRJgXu goudWEQrij\"','','private','closed','closed','','flowerhouse-films-xvbsjoemkb-qfzghnlnfl-sfswjxoxxr-gimbbrjgxu-goudweqrij','','','2024-05-12 13:04:32','2024-05-12 13:04:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9907',0,'postman_sent_mail','',0),(9825,0,'2024-04-22 20:38:35','2024-04-22 20:38:35','Tandy Seamon \nDo you have enough  customers?\n\nDo you need targeted Customers emails and phone numbers , so I am here to help you check out  my Fiverr 5 stares profile serving over 880 happy customers\r\n contact me here and tell me what you need  ===== &gt; https://tinyurl.com/3ckxfu2c\r\nSee you there\r\n\r\nRegards\r\nAwals\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you have enough  customers?\"','','private','closed','closed','','flowerhouse-films-do-you-have-enough-customers','','','2024-04-22 20:38:35','2024-04-22 20:38:35','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9825',0,'postman_sent_mail','',0),(9827,0,'2024-04-23 08:59:54','2024-04-23 08:59:54','Cain Hartman \nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"question\"','','private','closed','closed','','flowerhouse-films-question','','','2024-04-23 08:59:54','2024-04-23 08:59:54','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9827',0,'postman_sent_mail','',0),(9830,0,'2024-04-23 12:55:24','2024-04-23 12:55:24','Ravi Hannah \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-2','','','2024-04-23 12:55:24','2024-04-23 12:55:24','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9830',0,'postman_sent_mail','',0),(9829,0,'2024-04-23 09:02:37','2024-04-23 09:02:37','Cain Hartman \nquestion\n\nHave you ever considered hiring a Full time VA 160 hours for only $197 per month?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"question\"','','private','closed','closed','','flowerhouse-films-question-3','','','2024-04-23 09:02:37','2024-04-23 09:02:37','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9829',0,'postman_sent_mail','',0),(9888,0,'2024-05-07 18:04:15','2024-05-07 18:04:15','RobertVulge \nTe invitamos a un intercambio criptográfico privado\n\n¡Buenas tardes! Te damos un código promocional - ZBXM777 \r\nActívelo en su cuenta personal después de registrarse en www.cexasia.pro \r\nY recibirá hasta 1000 USDT en su depósito. ¡Feliz trading!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Te invitamos a un intercambio criptográfico privado\"','','private','closed','closed','','flowerhouse-films-te-invitamos-a-un-intercambio-criptografico-privado','','','2024-05-07 18:04:15','2024-05-07 18:04:15','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9888',0,'postman_sent_mail','',0),(9889,0,'2024-05-07 22:52:38','2024-05-07 22:52:38','Maham Osorio \nDo you Account in Instagram?\n\nThe Instagram social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your Instagram  account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out  and lets start work together  ===== &gt; https://tinyurl.com/mw6x9duz\r\n\r\nSee you there!\r\nRegards\r\nMaham\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you Account in Instagram?\"','','private','closed','closed','','flowerhouse-films-do-you-account-in-instagram-3','','','2024-05-07 22:52:38','2024-05-07 22:52:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9889',0,'postman_sent_mail','',0),(9824,0,'2024-04-22 16:07:03','2024-04-22 16:07:03','Cory Day \nTransform Your Online Presence with Our Web Design Excellence\n\nHello,\r\n\r\nReady to transform your online presence? Our Web Design excellence creates websites that inspire and engage. Let\'s partner together to create a digital experience that propels your brand towards success.\r\n\r\nWarm regards,\n\nCory Day\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Transform Your Online Presence with Our Web Design Excellence\"','','private','closed','closed','','flowerhouse-films-transform-your-online-presence-with-our-web-design-excellence','','','2024-04-22 16:07:03','2024-04-22 16:07:03','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9824',0,'postman_sent_mail','',0),(9904,0,'2024-05-11 14:49:29','2024-05-11 14:49:29','Charlietaf \nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\nDesea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Desea ganar criptomonedas gratis ; es fácil de hacer simplemente haciendo clic en la pantalla de su teléfono, siguiendo el enlace y uniéndose a millones de usuarios https://tinyurl.com/3u45x2kw\"','','private','closed','closed','','flowerhouse-films-desea-ganar-criptomonedas-gratis-es-facil-de-hacer-simplemente-haciendo-clic-en-la-pantalla-de-su-telefono-siguiendo-el-enlace-y-uniendose-a-millones-de-usuarios-https-tinyurl','','','2024-05-11 14:49:29','2024-05-11 14:49:29','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9904',0,'postman_sent_mail','',0),(9865,0,'2024-05-02 03:40:12','2024-05-02 03:40:12','Mark Samples \nCould This Be the Solution to Your Workflow Challenges?\n\nEvery business faces its unique set of challenges, and we believe we\'ve found something that can make a difference for yours. \r\nWonesuit integrates and streamlines complex processes seamlessly. \r\n\r\nCould we schedule a brief call to discuss how it could address your specific needs?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Could This Be the Solution to Your Workflow Challenges?\"','','private','closed','closed','','flowerhouse-films-could-this-be-the-solution-to-your-workflow-challenges','','','2024-05-02 03:40:12','2024-05-02 03:40:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9865',0,'postman_sent_mail','',0),(9849,0,'2024-04-28 02:49:05','2024-04-28 02:49:05','M ehsvzct H \nExpand Your Business Horizons with Dependable Financial Support\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses, and financial needs are entirely achievable.\r\n\r\nYou can now fund your projects, businesses without concern for repayment as you can have plenty of time to execute your projects and businesses and grow financially, and build up, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients around the world to facilitate funding for their various Businesses and Projects, helping them progress towards their business and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\nPlease reply to: customersupport@charterunionfin.com\r\nOr call me at: +852 8199 9324\r\n\r\nOr visit: https://charterunionfin.com/?refid=2068\r\n+852 8199 9324\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these offers: https://docs.google.com/forms/d/e/1FAIpQLSdx-LI-ETiB-g37_ijIRHfBNhu__c-Go1dyOyZ_zU_pgeYTEg/viewform?usp=sf_link\r\nVigebo 115, Corning, NY, US, 4516\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Expand Your Business Horizons with Dependable Financial Support\"','','private','closed','closed','','flowerhouse-films-expand-your-business-horizons-with-dependable-financial-support','','','2024-04-28 02:49:05','2024-04-28 02:49:05','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9849',0,'postman_sent_mail','',0),(9850,0,'2024-04-28 08:21:07','2024-04-28 08:21:07','Audrey Taylor \nRedefine Your Digital Landscape with Our Web Design Mastery\n\nHello,\r\n\r\nReady to redefine your digital landscape? Our Web Design mastery offers innovative solutions to help your brand stand out online. Let\'s collaborate to create a website that sets new standards and redefines your brand\'s online presence.\r\n\r\nBest regards,\n\nAudrey Taylor - Web Designer / Programmer\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Redefine Your Digital Landscape with Our Web Design Mastery\"','','private','closed','closed','','flowerhouse-films-redefine-your-digital-landscape-with-our-web-design-mastery','','','2024-04-28 08:21:07','2024-04-28 08:21:07','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9850',0,'postman_sent_mail','',0),(9900,0,'2024-05-11 04:16:43','2024-05-11 04:16:43','Randall Rose \nShape Your Brand\'s Digital Future with Our Web Design Solutions\n\nHello,\r\n\r\nLooking to shape your brand\'s digital future? Our Web Design solutions offer strategic guidance and creative brilliance to help your brand thrive online. Let\'s collaborate to create a website that drives growth and success for your brand.\r\n\r\nBest regards,\r\n\n\nRandall Rose\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Future with Our Web Design Solutions\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-future-with-our-web-design-solutions-4','','','2024-05-11 04:16:43','2024-05-11 04:16:43','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9900',0,'postman_sent_mail','',0),(9909,0,'2024-05-12 17:15:12','2024-05-12 17:15:12','Debbie Maki \nDear flowerhousefilms.com Webmaster.\n\nHey there, we noticed you may find this automation tool useful for your business or website.\r\n\r\nCheck out Go High Level when you get a chance.  Click the link below and try for FREE for 14 days:\r\n\r\nhttps://shorturl.at/dioKX\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-7','','','2024-05-12 17:15:12','2024-05-12 17:15:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9909',0,'postman_sent_mail','',0),(9901,0,'2024-05-11 07:35:01','2024-05-11 07:35:01','Chiquita Decosta \nUnleash your inner author with AI: Create eBooks in seconds!\n\nHi there,\r\n\r\nI\'ve just been on flowerhousefilms.com and wondered if you\'d ever considered writing an eBook?\r\n\r\nOur software allows you to turn flowerhousefilms.com into a fully designed eBook. Just provide the content source, and the AI will do the rest.\r\n   \r\n1. Generate unique and human-like content, ensuring your eBook is engaging and informative.\r\n2. Create stunning 3D eCovers to grab attention and make your book stand out.\r\n3. Publish your eBook instantly on a built-in marketplace with potential buyers.\r\n4. Distribute your book to over 50 publications to increase your reach and drive traffic.\r\n\r\nThe price is just $16.95 but the price rises shortly.\r\n\r\nLearn more: https://furtherinfo.org/2bt0\r\n\r\nRegards,\r\nChiquita\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Unleash your inner author with AI: Create eBooks in seconds!\"','','private','closed','closed','','flowerhouse-films-unleash-your-inner-author-with-ai-create-ebooks-in-seconds','','','2024-05-11 07:35:01','2024-05-11 07:35:01','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9901',0,'postman_sent_mail','',0),(9922,0,'2024-05-16 12:07:22','2024-05-16 12:07:22','Samuel Young \n40 Hours FREE. Kickstart Your Project with Instant Development Help\n\n{Are you facing a {Resource Crunch|Developer Shortage|Talent Gap} in your company?|Looking for an affordable {IT|Web Developer} {service|staff|team} We provide {on-demand developers|instant development teams} with expertise in {ANY technology|various technologies|a wide range of skills}, including JAVA, Dot Net, Node JS, React JS, and Python. \r\n\r\nWe can deliver them to you in {just 1 hour|under 60 minutes}. Our services are {40% more affordable|significantly less expensive} than traditional staffing agencies, and you\'re guaranteed {no developer drop-off|100% project continuity}. {Kickstart your project today with a 40-Hour Risk-Free Trial|Get started now with a risk-free 40-hour trial}: https://bit.ly/3UWNFzw\r\n\r\n\r\nUnsubscribe here if you don\'t want to get these {awesome|great|amaing|fantastic|great} {offers|messages|deals|newsletters}: https://form.jotform.com/241333524965458\r\n32 Boulevard Albin Durand, {Albany|Buffalo|Rochester|Syracuse|Yonkers|New York City|White Plains|Troy|Schenectady|Niagara Falls|Ithaca|Utica|Long Beach|Mount Vernon|Binghamton|Saratoga Springs|Poughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port Chester|Huntington|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|Amsterdam|Corning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Canandaigua|Jamestown|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Glen Cove|Peekskill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|Ogdensburg|Watertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell|Mount Vernon|Peekskill|Yonkers|White Plains|Lockport|Plattsburgh|Ithaca|Harrison|Utica|Rye|Saratoga Springs|Poughkeepsie|Kingston|Hempstead|Freeport|New Rochelle|Port Chester|Huntington|Hempstead|Garden City|Middletown|Oswego|Plattsburgh|Amsterdam|Corning|Olean|Oneonta|Cortland|Geneva|Lockport|Batavia|Canandaigua|Jamestown|Watertown|Gloversville|Johnstown|Massena|Oneida|Auburn|Glen Cove|Peekskill|Rome|Newburgh|Niagara Falls|North Tonawanda|Jamestown|Ogdensburg|Watertown|Batavia|Beacon|Tonawanda|Salamanca|Hornell}, {New York|NY}, {USA|US}, 51000\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"40 Hours FREE. Kickstart Your Project with Instant Development Help\"','','private','closed','closed','','flowerhouse-films-40-hours-free-kickstart-your-project-with-instant-development-help','','','2024-05-16 12:07:22','2024-05-16 12:07:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9922',0,'postman_sent_mail','',0),(9921,0,'2024-05-16 10:52:11','2024-05-16 10:52:11','Robertskarm \nHello  i wrote about     prices\n\nHi, მინდოდა ვიცოდე თქვენი ფასი.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello  i wrote about     prices\"','','private','closed','closed','','flowerhouse-films-hello-i-wrote-about-prices','','','2024-05-16 10:52:11','2024-05-16 10:52:11','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9921',0,'postman_sent_mail','',0),(9698,0,'2024-03-22 01:47:22','2024-03-22 01:47:22','Allen Vaysberg \nMaps issue?\n\nHey, I saw an issue with your Google Maps, can I  send a screenshot here?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Maps issue?\"','','private','closed','closed','','flowerhouse-films-maps-issue','','','2024-03-22 01:47:22','2024-03-22 01:47:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9698',0,'postman_sent_mail','',0),(9726,0,'2024-03-30 00:39:50','2024-03-30 00:39:50','Jude Midgett \nDear flowerhousefilms.com Owner.\n\nAre rising business expenses making you wonder how you’ll keep your businesses afloat? I can fix that, let me show you how. Send me an email below now.\r\n\r\nElizabeth Miller\r\nWorking Capital Loan Specialist\r\n295 Seven Farms Drive\r\nSuite C- 201\r\nCharleston, SC 29492\r\nwww.HelloRatesFastFunding.com\r\nelizabeth.miller@helloratesfastfunding.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Owner.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-owner','','','2024-03-30 00:39:50','2024-03-30 00:39:50','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9726',0,'postman_sent_mail','',0),(9709,0,'2024-03-24 20:03:34','2024-03-24 20:03:34','Brian And Dee Curtiss \nDo you Have Tiktok account?\n\nThe TikTok social media platform has seen explosive growth over the last two years. It now has 500\r\nmillion users that are desperate for fun and exciting content and this is a massive opportunity for you\r\nto promote your business.\r\n\r\nI can help you to grow and promote your tiktok account organically\r\nvisit my 5 star profile and join over 3000 happy customer\r\n\r\nClick here to check out   ===== &gt; https://tinyurl.com/pxj2ynka\r\n\r\nSee you there!\r\nRegards\r\nBrian And Dee\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you Have Tiktok account?\"','','private','closed','closed','','flowerhouse-films-do-you-have-tiktok-account-5','','','2024-03-24 20:03:34','2024-03-24 20:03:34','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9709',0,'postman_sent_mail','',0),(9710,0,'2024-03-25 06:23:15','2024-03-25 06:23:15','James \nHard Working Employees?\n\nAre you concerned that your employees are not getting enough work done?\r\n\r\nNow you can finally put your mind at rest with a new breakthrough technology that might surprise you to find out \r\nwhat everybody is spending their time on.\r\n\r\nIt might also allow you to instantly save a lot of money in lost productivity.\r\n\r\nhttps://bit.ly/4asFyiK\r\n\r\nClick the link above and sign up for the free trial.  I guarantee you will learn a ton about what is really going on.\r\n\r\nTo your success,\r\nJames\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n102 W 91st St\r\nNew York, NY \r\n10024, United States\r\n\r\nNOTE: We are not Spammers and are against spamming of any kind. We are only \r\nlooking to help businesses in these difficult times. \r\n\r\nIf forwarding this email has made an offence to you or to your business, then we apologize \r\nfor the same. \r\n\r\nIn order to stop receiving such emails from us, simply reply with “NO” in the subject line.\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hard Working Employees?\"','','private','closed','closed','','flowerhouse-films-hard-working-employees','','','2024-03-25 06:23:15','2024-03-25 06:23:15','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9710',0,'postman_sent_mail','',0),(9713,0,'2024-03-27 15:12:55','2024-03-27 15:12:55','Sebastian Scott \nWeb Design: Elevate Your Content Presentation\n\nHello,\r\n\r\nContent is king, and presentation is key. Our Web Design service ensures your content shines with visually appealing layouts. Ready for content elevation? Reply to discuss enhancing your content presentation.\r\n\r\nBest,\n\nSebastian Scott\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Web Design: Elevate Your Content Presentation\"','','private','closed','closed','','flowerhouse-films-web-design-elevate-your-content-presentation','','','2024-03-27 15:12:55','2024-03-27 15:12:55','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9713',0,'postman_sent_mail','',0),(9762,0,'2024-04-09 19:34:56','2024-04-09 19:34:56','Ravi Abarca \nWhy You are not in Googles search first Page?\n\nHi,\r\nMy name is Alastair D. i, owner of Webomaze Australia. You have finally found an SEO Company that GETS RESULTS. The proof is my 24,800+ reviews out of which 98.6% are 5-STAR REVIEWS.\r\n\r\n I recently grew my client’s organic search traffi with high google search ranking  by 166% in 4 months. We’re an SEO Company with a difference.Our focus is Customer Delight.\r\n\r\nAnd we do everything to make it a great experience of working with us. We are in touch with you at every stage of the project. Even after we deliver the project, I will support you with any query you have. \r\n\r\n\r\nContact me today and get a FREE SEO AUDIT for your website\r\n\r\nClick here to start ====&gt; http://tinyurl.com/7ejfvwut\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Why You are not in Googles search first Page?\"','','private','closed','closed','','flowerhouse-films-why-you-are-not-in-googles-search-first-page-13','','','2024-04-09 19:34:56','2024-04-09 19:34:56','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9762',0,'postman_sent_mail','',0),(9852,0,'2024-04-29 01:34:57','2024-04-29 01:34:57','Lily Vannoy \nAutoblogging Pro is Now Available to Automate Blog Content Creation\n\nAutoblogging Pro has Arrived and now makes creating Blog Content for your site flowerhousefilms.com is easier than ever and affordable.\r\n\r\nAutoblogging Pro combined with ChatGPT API can create a range of content based on your specifications and using their WordPress plugin,\r\nautomatically uploads the article, complete with image, ready to edit and go live quickly,\r\n(WordPress Not Required!  Articles can be retrieved and loaded on any platform!)\r\n\r\nAutoblogging Pro offers a variety of packages to fit your needs.\r\n\r\n\r\nhttps://bit.ly/botblogging\r\n\r\n\r\nBuild Your Ad Revenues and SEO Market Share with Autoblogging Pro!\r\n\r\nSetup is Fast and Easy with Great Technical Support!\r\n\r\nWhat are YOU wating for?  Try it FREE Today!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Autoblogging Pro is Now Available to Automate Blog Content Creation\"','','private','closed','closed','','flowerhouse-films-autoblogging-pro-is-now-available-to-automate-blog-content-creation','','','2024-04-29 01:34:57','2024-04-29 01:34:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9852',0,'postman_sent_mail','',0),(9853,0,'2024-04-29 20:45:46','2024-04-29 20:45:46','David Sebastian \nUtility Audit\n\nPlease have whoever is in charge of the business call me at their earliest convenience regarding a pending Utility Audit.\r\nI need to validate specific details that may uncover hidden errors in the utility bill that could warrant substantial refunds.\r\n\r\nThank you!\r\n\r\nDavid Sebastian\r\nUtility Audit Advisor\r\nDirect: (833) 302-1808 ext. 740\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Utility Audit\"','','private','closed','closed','','flowerhouse-films-utility-audit','','','2024-04-29 20:45:46','2024-04-29 20:45:46','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9853',0,'postman_sent_mail','',0),(9818,0,'2024-04-21 18:45:22','2024-04-21 18:45:22','Valorie Hook \nDear flowerhousefilms.com Admin.\n\nHi there, my name is Cody Griner. I apologize for using your contact form, \r\nbut I wasn\'t sure who the right person was to speak with in your company. \r\nWe have a patented application that creates Local Area pages that rank on \r\ntop of Google within weeks, we call it Local Magic.  Here is a link to the \r\nproduct page https://www.mrmarketingres.com/local-magic/ . The product \r\nleverages technology where these pages are managed dynamically by AI and \r\nit is ideal for promoting contractors on Google.  Can I share a testimonial \r\nfrom one of our clients with you?  I can also do a short zoom to \r\nillustrate their full case study if you have time for it? \r\ncody@mrmarketingres.com 843-720-7301\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-admin-6','','','2024-04-21 18:45:22','2024-04-21 18:45:22','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9818',0,'postman_sent_mail','',0),(9803,0,'2024-04-18 00:51:24','2024-04-18 00:51:24','Kelly Davis \nQuick Question\n\nHave you registered your business for its claim of the Visa Mastercard 5.5 billion dollar settlement?\r\n\r\nIf you accepted credit cards between 2004 and 2019 you are likely owed part of the settlement.\r\n\r\nHere is how to file your claim.\r\n\r\nVisa-Mastercard-Claim.com  \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe \r\nClick here  \r\nhttps://docs.google.com/forms/d/e/1FAIpQLSf7BvmgDG1Zkr69elZv9hLH5npaNhirwBpFI1hwLizrqADS9A/viewform?usp=sf_link\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Quick Question\"','','private','closed','closed','','flowerhouse-films-quick-question-3','','','2024-04-18 00:51:24','2024-04-18 00:51:24','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9803',0,'postman_sent_mail','',0),(9791,0,'2024-04-16 01:03:42','2024-04-16 01:03:42','Harley Stephenson \nWe\'ll Create a Free Video of One of Your 5 Star Reviews\n\nDo you wish more prospective customers could see your great reviews?\r\n\r\nYou probably already know that people are greatly influenced by online reviews for businesses.\r\n\r\nFor an extremely limited time, we\'re offering you the chance to have us create a professional video\r\nhighlighting one of your great reviews at no cost - no strings attached.  It\'s valued at $499.\r\n\r\nIt\'s simple to request your free video:  just visit https://tinyurl.com/freereviewvideo and fill in\r\nthe form.\r\n\r\nThen you\'ll be on your way to a professionally produced video featuring one of your great reviews\r\nthat exists currently online that you can post to your social media, YouTube channel and website.\r\n\r\nVisit https://tinyurl.com/freereviewvideo now to request your video.  This offer may is limited and may \r\nbe removed once our capacity is filled.  So don\'t wait!\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"We\'ll Create a Free Video of One of Your 5 Star Reviews\"','','private','closed','closed','','flowerhouse-films-well-create-a-free-video-of-one-of-your-5-star-reviews','','','2024-04-16 01:03:42','2024-04-16 01:03:42','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9791',0,'postman_sent_mail','',0),(9768,0,'2024-04-10 07:38:23','2024-04-10 07:38:23','Susanna Walker \nI got Leads\n\nHello, I\'vegot some leads that are interested in your company, who/where can I send them?\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"I got Leads\"','','private','closed','closed','','flowerhouse-films-i-got-leads','','','2024-04-10 07:38:23','2024-04-10 07:38:23','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9768',0,'postman_sent_mail','',0),(9769,0,'2024-04-10 13:46:00','2024-04-10 13:46:00','Steven Clark \nSell your Facebook page?\n\nCan I buy your Facebook page and your Instagram account?\r\nLet me know here\r\nhttps://sellyourfbpage.com/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Sell your Facebook page?\"','','private','closed','closed','','flowerhouse-films-sell-your-facebook-page','','','2024-04-10 13:46:00','2024-04-10 13:46:00','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9769',0,'postman_sent_mail','',0),(9775,0,'2024-04-11 19:28:37','2024-04-11 19:28:37','Jaime Wootton \nTurn flowerhousefilms.com into an eBook: Easy &amp; Engaging!\n\nHi there,\r\n\r\nI\'ve just been on flowerhousefilms.com and wondered if you\'d ever considered writing an eBook?\r\n\r\nOur software allows you to turn flowerhousefilms.com into a fully designed eBook. Just provide the content source, and the AI will do the rest.\r\n   \r\n1. Generate unique and human-like content, ensuring your eBook is engaging and informative.\r\n2. Create stunning 3D eCovers to grab attention and make your book stand out.\r\n3. Publish your eBook instantly on a built-in marketplace with potential buyers.\r\n4. Distribute your book to over 50 publications to increase your reach and drive traffic.\r\n\r\nThe price is just $16.95 but the price rises shortly.\r\n\r\nLearn more: https://furtherinfo.org/hdwe\r\n\r\nRegards,\r\nJaime\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Turn flowerhousefilms.com into an eBook: Easy &amp; Engaging!\"','','private','closed','closed','','flowerhouse-films-turn-flowerhousefilms-com-into-an-ebook-easy-engaging','','','2024-04-11 19:28:37','2024-04-11 19:28:37','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9775',0,'postman_sent_mail','',0),(9776,0,'2024-04-11 21:48:44','2024-04-11 21:48:44','Hilario \nSecure a $100 USD Perk Easily by Signing Up with KuCoin!\n\nHi there,\r\n\r\nQuick heads-up: Kucoin\'s got a fantastic $100 USD reward just for signing up! Interested? Click on this link to claim yours: https://www.kucoin.com/land/earn-crypto-rewards-by-referring?rcode=QBA38A3S&amp;utm_source=cashgiftpackage](https://www.kucoin.com/land/earn-crypto-rewards-by-referring?rcode=QBA38A3S&amp;utm_source=cashgiftpackage)\r\n\r\nBest,\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Secure a $100 USD Perk Easily by Signing Up with KuCoin!\"','','private','closed','closed','','flowerhouse-films-secure-a-100-usd-perk-easily-by-signing-up-with-kucoin','','','2024-04-11 21:48:44','2024-04-11 21:48:44','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9776',0,'postman_sent_mail','',0),(9826,0,'2024-04-22 21:37:16','2024-04-22 21:37:16','Cruz Thring \nHi flowerhousefilms.com Admin.\n\nUse AI to grow your TikTok account organically for free for 7 days. Our system uses AI to target users based on hashtags and followers of competitor TikTok accounts. There are only 9 slots left here: https://cutt.ly/Sw5D5pO4\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hi flowerhousefilms.com Admin.\"','','private','closed','closed','','flowerhouse-films-hi-flowerhousefilms-com-admin-6','','','2024-04-22 21:37:16','2024-04-22 21:37:16','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9826',0,'postman_sent_mail','',0),(9797,0,'2024-04-16 21:09:57','2024-04-16 21:09:57','Edwin Freeman \nShape Your Brand\'s Digital Destiny with Our Web Design Solutions.\n\nHello,\r\n\r\nLooking to influence your brand\'s digital future? Our Web Design solutions provide strategic assistance and creative brilliance to help your brand succeed online. Let\'s work together to design a website that propels your brand towards its digital objectives.\r\n\r\nBest regards,\n\nEdwin Freeman\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Shape Your Brand\'s Digital Destiny with Our Web Design Solutions.\"','','private','closed','closed','','flowerhouse-films-shape-your-brands-digital-destiny-with-our-web-design-solutions','','','2024-04-16 21:09:57','2024-04-16 21:09:57','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9797',0,'postman_sent_mail','',0),(9799,0,'2024-04-17 02:15:51','2024-04-17 02:15:51','Murray Swift Kingsford \nDo you have Instagram Page ?\n\nHi,\r\n\r\nI am Murray Swift a Marketing Expert Featured on Forbes , I and  My Team and I Specialize in Growing Instagram Reach Organically without wasting your money in useless paid ads .\r\n\r\nJOIN OUR HAPPY clients and let us grow your Instagram Page now\r\n\r\nLets chat click here to Know what you are looking exactly for =====&gt; https://tinyurl.com/wrbkauz7\r\n\r\nSee Inside\r\n\r\nRegards\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Do you have Instagram Page ?\"','','private','closed','closed','','flowerhouse-films-do-you-have-instagram-page','','','2024-04-17 02:15:51','2024-04-17 02:15:51','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9799',0,'postman_sent_mail','',0),(9800,0,'2024-04-17 04:26:12','2024-04-17 04:26:12','Bella Brandon \n(1) Commission Pending\n\nYou have 1 commission pending approval==&gt;  https://leads.onlineadagent.net\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"(1) Commission Pending\"','','private','closed','closed','','flowerhouse-films-1-commission-pending','','','2024-04-17 04:26:12','2024-04-17 04:26:12','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9800',0,'postman_sent_mail','',0),(9794,0,'2024-04-16 12:55:36','2024-04-16 12:55:36','Mark Mclain \nTo the flowerhousefilms.com Administrator!\n\nHi,\r\n\r\nIf you are reading this message, That means my marketing is working. I can make your ad message reach 5 million sites in the same manner for just $50 and Bigger package 15 Million forms for Just $125. It\'s the most affordable way to market your business or services. Contact me by email virgo.t3@gmail.com or skype me at live:.cid.dbb061d1dcb9127a\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Administrator!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-administrator-4','','','2024-04-16 12:55:36','2024-04-16 12:55:36','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9794',0,'postman_sent_mail','',0),(9819,0,'2024-04-21 21:36:32','2024-04-21 21:36:32','Mark Rancourt \nTo the flowerhousefilms.com Owner!\n\nAdvantages of hiring a Developer:\r\n\r\nSpecialized Expertise\r\nTailored Customization and Control\r\nTime and Cost Efficiency\r\nCustom Plugin Development\r\nSEO Optimization\r\nOngoing Support and Maintenance\r\nSeamless Integration and Migration\r\nScalability for Business Growth\r\n\r\nHire a web developer now from us. Contact us at https://wpexpertspro.co/website/?src=a21flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"To the flowerhousefilms.com Owner!\"','','private','closed','closed','','flowerhouse-films-to-the-flowerhousefilms-com-owner','','','2024-04-21 21:36:32','2024-04-21 21:36:32','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9819',0,'postman_sent_mail','',0),(9811,0,'2024-04-20 05:34:40','2024-04-20 05:34:40','Emily Ryan \nHello, Quick question.\n\nHi, Are you looking to get more clients from your website?\r\n\r\nI was checking out your site flowerhousefilms.com and noticed a cool opportunity\r\nto increase the number of new leads your website receives for free.\r\n\r\nDidn’t want to overload you with a long email so I put together a short\r\nvideo to show you exactly what I found that can double your new contacts.\r\n\r\nRespond \"yes\" if you want me to send it to you. Let me know :)\r\n\r\nThanks, \r\nEmily\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nOpt out of future messages by replying to the message and saying opt out.\r\nflowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Hello, Quick question.\"','','private','closed','closed','','flowerhouse-films-hello-quick-question','','','2024-04-20 05:34:40','2024-04-20 05:34:40','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9811',0,'postman_sent_mail','',0),(9702,0,'2024-03-22 18:11:38','2024-03-22 18:11:38','Bernie McGeorge \nCasinos are controlled? what\'s the way out?\n\nThe casinos are totally controlled to maintain the RTP parameter. Since Casino industry is part of Entertainment category, the controlling the game in such a way that it maintains the RTP not to exceed for a particular table.\r\n\r\nThere can be casinos that are not bound with RTP requirements, these casino are called as true and fair casinos(Not sure if they exit in this world or not). But most of the casinos including land based and Online are controlled.\r\n\r\nThe software that control the ball and everything for example in roulette table are designed very smartly to take care of each and everything.\r\n\r\nSo question is can we make regular money with casinos? Answer is NO because they are RTP bound and can\'t let you go beyond certain RTP % of tha game or table.\r\n\r\nWhere we can find the best Possibility to make regular and long term profits? Well, no one can guarantee it but if you able to find out a truely random betting event that is beyond human(Player\'s) contol then it has probability of 50-50.This is very good probability because no one can control the game againts you as it is beyond human control. But these events are just few if you include all the games.\r\n\r\nTo generate profit out of 50-50 probability you need to make sure the odds are around 2.0 and you need to use soft progression(explained in our strategy &amp; Tutorial).  \r\n\r\nOnce you have control over these 2 things, there is a very high chance that with no one going aginst you and you are making profits.\r\n\r\nThe Complete Strategy, identified events &amp; Soft progression is explained in our Sports Analytics software (24 Hrs Money Back Guarantee) - https://ocwsoftware.com/sports-analytics/\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Casinos are controlled? what\'s the way out?\"','','private','closed','closed','','flowerhouse-films-casinos-are-controlled-whats-the-way-out','','','2024-03-22 18:11:38','2024-03-22 18:11:38','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9702',0,'postman_sent_mail','',0),(9705,0,'2024-03-23 17:51:56','2024-03-23 17:51:56','Sam Oddo \n\n\nHi, I\'m Sam. I got in your inbox from a precision-trained team of tech-savvy Labrador Retrievers. \r\nOK…I got in from your website contact form at flowerhousefilms.com.\r\n\r\nLet\'s cut to the chase, shall we?\r\n\r\nIf you’re even the slightest bit curious how this whole message is crafted by chatgpt, would you be open to a quick 7-minute chat that is shorter than a microwave minute?\r\n\r\nI promise to leave you with actionable ChatGPT prompt ideas you can straight-up copy paste to create hyper personalized emails. \r\nI might even tell you the lamest joke I know that is guaranteed to make you chuckle… or at least force an awkward smile!\r\n\r\nHere\'s the kicker: I\'ll roll up my sleeves and do a USD990 value, zero-cost audit on your site and the sites of your competitors. \r\nEverything from the winning and losing keywords to the ad spends, Facebook ads and Tiktok ads – the whole enchilada with action report you can use.\r\nI’ll show you how my AI companion and I dug up insider info to craft this very message (yep, this nugget of joy is written by GPT4 and submitted automatically to your website\'s contact form). \r\nI\'ll even set up a custom system like this for your business and send you targeted 100 leads to test-drive – at absolutely no cost to you. \r\n\r\nNo beastly contracts or blood oaths, promise.\r\n\r\nYou can also click here to watch a video on this special system I have and you can create an account for free to try it out.\r\nhttps://start.rapidleadspro.com\r\n\r\nYour delightfully colorful, possibly profanity-filled response is eagerly awaited. \r\n\r\nMake today ridiculously amazing,\r\n\r\nSam\r\nSEO Wizard / AI Enthusiast / Connoisseur of Bad Jokes\r\n\r\n\r\nP.S.: If you click \'unsubscribe\', you\'ll be shipped a lifetime supply of Spam mails…. Of course, I’m joking! If you ever need to hit the \'unsubscribe\' link, feel free to do so.\r\nP.P.S: The email is not real please do not reply to this email included.\r\n\r\n\r\nunsubscribe: https://nobsranking.link/index.php/website-optout-rapidleads/?domain=flowerhousefilms.com\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"\"','','private','closed','closed','','flowerhouse-films-5','','','2024-03-23 17:51:56','2024-03-23 17:51:56','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9705',0,'postman_sent_mail','',0),(9831,0,'2024-04-23 13:26:53','2024-04-23 13:26:53','Sophia Wilson \nQuick question..\n\nHi, I was wondering who made your website.\r\n\r\nI ask because after checking out your website flowerhousefilms.com I noticed a cool opportunity\r\nto increase the number of new leads your website receives without adding the number of visits.\r\n\r\nDidn’t want to overload you with a long email so I put together a short\r\nvideo to show you exactly what I found that can double your contacts.\r\n\r\nRespond \"yes\" if you want me to send it to you. Let me know :)\r\n\r\nThanks,\r\n\r\nSophia Wilson\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Quick question..\"','','private','closed','closed','','flowerhouse-films-quick-question','','','2024-04-23 13:26:53','2024-04-23 13:26:53','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9831',0,'postman_sent_mail','',0),(9832,0,'2024-04-23 19:21:13','2024-04-23 19:21:13','Audra Madewell \nDear flowerhousefilms.com Webmaster.\n\nDo not stay out of business, or close down due to lack of Funding and finance. Your projects, businesses and financial needs is completely possible.\r\n\r\nYou can now fund your projects, businesses without worries of repayment as you can have ample amount of time to execute your projects and businesses and build up, grow financially, to achieve your complete set goals.\r\n\r\nAre you also a broker/consultant? Make life easy for various of your clients globlly to help provide funding for their various Businesses and Projects, edging them towards a better buiness and financial goals.\r\n\r\nChu Yeung\r\nCustomer Care Department\r\ninfo@charterunionfin.com\r\n+852 8199 9324\n\n--\nThis e-mail was sent from a contact form on Inocente Confusión (https://www.flowerhousefilms.com)','Flowerhouse Films \"Dear flowerhousefilms.com Webmaster.\"','','private','closed','closed','','flowerhouse-films-dear-flowerhousefilms-com-webmaster-5','','','2024-04-23 19:21:13','2024-04-23 19:21:13','',0,'https://www.flowerhousefilms.com/?post_type=postman_sent_mail&p=9832',0,'postman_sent_mail','',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=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 (57,4,0),(1559,4,0),(55,4,0),(1571,4,0),(53,4,0),(105,5,0),(102,5,0),(103,5,0),(154,5,0),(1555,4,0),(1499,4,0),(1558,4,0),(1557,4,0),(1604,4,0),(1682,4,0),(1787,4,0),(1793,4,0),(1792,4,0),(1791,4,0),(2678,4,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) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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),(4,4,'nav_menu','',0,16),(5,5,'nav_menu','',0,4);
/*!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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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),(4,'Main','main',0),(5,'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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 (54,2,'metaboxhidden_','a:0:{}'),(51,2,'spacer2295_nag_ignore','true'),(52,2,'tgmpa_dismissed_notice_tgmpa','1'),(53,2,'closedpostboxes_','a:0:{}'),(50,2,'metaboxhidden_nav-menus','a:3:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";i:2;s:11:\"add-ngg_tag\";}'),(49,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(48,2,'nav_menu_recently_edited','4'),(47,2,'wp_user-settings-time','1591887864'),(43,2,'session_tokens','a:1:{s:64:\"58eff1439cc6bb7238b809e5913dacb8d28a7fa9b43f9a236aafb23da2f15e3c\";a:4:{s:10:\"expiration\";i:1691367519;s:2:\"ip\";s:14:\"155.186.182.62\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1690157919;}}'),(29,2,'nickname','Flowerhouse'),(30,2,'first_name','Sofia'),(46,2,'wp_user-settings','editor=tinymce&libraryContent=browse'),(31,2,'last_name','Ruiz'),(32,2,'description',''),(33,2,'rich_editing','true'),(34,2,'syntax_highlighting','true'),(35,2,'comment_shortcuts','false'),(36,2,'admin_color','fresh'),(37,2,'use_ssl','0'),(38,2,'show_admin_bar_front','true'),(39,2,'locale',''),(40,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(41,2,'wp_user_level','10'),(42,2,'dismissed_wp_pointers','theme_editor_notice'),(44,2,'wp_dashboard_quick_press_last_post_id','2751'),(45,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"189.159.49.0\";}');
/*!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) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_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 (2,'Flowerhouse','$P$B5DuPKZox08rOueBVuo6myzLz2bkCp/','flowerhouse','sofia.ruiz86@gmail.com','','2020-01-28 19:43:31','1580240611:$P$BFiKOXEQ20azIoYAlls0XgeR6p5Q.00',0,'Sofia Ruiz');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_commentmeta`
--

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

--
-- Dumping data for table `wpfz_commentmeta`
--

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

--
-- Table structure for table `wpfz_comments`
--

DROP TABLE IF EXISTS `wpfz_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_comments`
--

LOCK TABLES `wpfz_comments` WRITE;
/*!40000 ALTER TABLE `wpfz_comments` DISABLE KEYS */;
INSERT INTO `wpfz_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-01-28 18:11:07','2020-01-28 18:11:07','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0);
/*!40000 ALTER TABLE `wpfz_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_links`
--

DROP TABLE IF EXISTS `wpfz_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_links`
--

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

--
-- Table structure for table `wpfz_loginizer_logs`
--

DROP TABLE IF EXISTS `wpfz_loginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_loginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_loginizer_logs`
--

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

--
-- Table structure for table `wpfz_options`
--

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

--
-- Dumping data for table `wpfz_options`
--

LOCK TABLES `wpfz_options` WRITE;
/*!40000 ALTER TABLE `wpfz_options` DISABLE KEYS */;
INSERT INTO `wpfz_options` VALUES (1,'siteurl','https://www.flowerhousefilms.com','yes'),(2,'home','https://www.flowerhousefilms.com','yes'),(3,'blogname','Flowerhouse Films','yes'),(4,'blogdescription','Production Company','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@flowerhousefilms.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:90:{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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s: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: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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s: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]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:1;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:23:\"loginizer/loginizer.php\";i:5;s:34:\"wp-clone-by-wp-academy/wpclone.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','twentytwenty','yes'),(41,'stylesheet','twentytwenty','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','45805','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:0:{}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:3:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:21:\"wpa_wpclone_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1595787067','yes'),(94,'initial_db_version','45805','yes'),(95,'wpfz_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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'),(96,'fresh_site','1','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:7:{i:1580238670;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:1580238693;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1580278267;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1580321467;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1580321495;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1580321496;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;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(115,'loginizer_version','1.4.3','yes'),(116,'loginizer_options','a:0:{}','yes'),(117,'loginizer_last_reset','1580235069','yes'),(118,'loginizer_whitelist','a:0:{}','yes'),(119,'loginizer_blacklist','a:0:{}','yes'),(120,'loginizer_ins_time','1580235069','yes'),(121,'loginizer_promo_time','1580235069','yes'),(123,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1580235607;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(172,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:13:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.12.1\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:13:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.3.0\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(173,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1580235620;s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"jetpack/jetpack.php\";s:3:\"8.0\";s:23:\"loginizer/loginizer.php\";s:5:\"1.4.3\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:6:\"1.12.1\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.3.0\";s:19:\"weforms/weforms.php\";s:5:\"1.4.2\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:5:\"2.2.9\";}s:8:\"response\";a:3:{s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"8.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.8.1.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.12.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.12.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/weforms.1.4.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=1709491\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=1709491\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/loginizer.1.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=1517954\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=1517954\";}s:11:\"banners_rtl\";a:0:{}}s:34:\"wp-clone-by-wp-academy/wpclone.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/wp-clone-by-wp-academy\";s:4:\"slug\";s:22:\"wp-clone-by-wp-academy\";s:6:\"plugin\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:11:\"new_version\";s:5:\"2.2.9\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/wp-clone-by-wp-academy/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wp-clone-by-wp-academy.2.2.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/wp-clone-by-wp-academy/assets/icon-128x128.png?rev=2181280\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/wp-clone-by-wp-academy/assets/banner-772x250.jpg?rev=706555\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(126,'_site_transient_timeout_theme_roots','1580236870','no'),(127,'_site_transient_theme_roots','a:4:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(134,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1580235607;s:7:\"checked\";a:4:{s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(169,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1580246021','no'),(129,'_transient_timeout_jetpack_idc_allowed','1580238693','no'),(130,'_transient_jetpack_idc_allowed','1','no'),(131,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.10.6.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.12.1\";i:1580235093;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.3.0\";i:1580235093;}}}','yes'),(135,'boldgrid_backup_id','5f9d140d','no'),(136,'boldgrid_backup_settings','a:13:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:4;s:5:\"tod_m\";s:2:\"03\";s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:26:\"admin@flowerhousefilms.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:16:\"backup_directory\";s:29:\"/home/sofiar5/boldgrid_backup\";}','no'),(137,'jetpack_sync_settings_disable','0','yes'),(140,'do_activate','0','yes'),(141,'jetpack_activated','2','yes'),(142,'jetpack_options','a:2:{s:7:\"version\";s:14:\"8.0:1580235095\";s:11:\"old_version\";s:14:\"8.0:1580235095\";}','yes'),(143,'_transient_timeout_jetpack_https_test','1580321495','no'),(144,'_transient_jetpack_https_test','1','no'),(145,'_transient_timeout_jetpack_https_test_message','1580321495','no'),(146,'_transient_jetpack_https_test_message','','no'),(147,'_site_transient_timeout_browser_66be58e79b67c21d1f271f3121ef1ccd','1580839896','no'),(148,'_site_transient_browser_66be58e79b67c21d1f271f3121ef1ccd','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";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'),(149,'_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd','1580839896','no'),(150,'_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(151,'jetpack_ab_connect_banner_green_bar','a','yes'),(155,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1580278304','no'),(153,'_site_transient_timeout_community-events-316b865fb746eb88b66b3536e4b34eee','1580278303','no'),(154,'_site_transient_community-events-316b865fb746eb88b66b3536e4b34eee','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"189.216.107.0\";}s:6:\"events\";a:2:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:76:\"31 Meetup WP Puebla | Herramientas para crear tu ecommerce y Woocommerce 101\";s:3:\"url\";s:49:\"https://www.meetup.com/wppuebla/events/268135587/\";s:6:\"meetup\";s:16:\"WordPress Puebla\";s:10:\"meetup_url\";s:32:\"https://www.meetup.com/wppuebla/\";s:4:\"date\";s:19:\"2020-02-01 11:00:00\";s:8:\"end_date\";s:19:\"2020-02-01 13:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Puebla, Pue., Mexico\";s:7:\"country\";s:2:\"MX\";s:8:\"latitude\";d:19.04999923706100162235088646411895751953125;s:9:\"longitude\";d:-98.2200012207029971023075631819665431976318359375;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:62:\"Diseña una arquitectura para alta disponibilidad en WordPress\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Mexico/events/268160401/\";s:6:\"meetup\";s:16:\"WordPress Mexico\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Mexico/\";s:4:\"date\";s:19:\"2020-02-06 19:00:00\";s:8:\"end_date\";s:19:\"2020-02-06 21:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Ciudad de México, Mexico\";s:7:\"country\";s:2:\"mx\";s:8:\"latitude\";d:19.426721572876001431495751603506505489349365234375;s:9:\"longitude\";d:-99.1696853637700002082056016661226749420166015625;}}}}','no'),(156,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jan 2020 15:26: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:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.4-alpha-47108\";s: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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"People of WordPress: Robert Cheleuka\";s: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://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\";s: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, 25 Jan 2020 15:26: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:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";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:385:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Robert Cheleuka Robert is a self-taught graphic and motion designer turned web [&#8230;]\";s: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:\"Yvette Sonneveld\";s: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:8428:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&#038;ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" data-recalc-dims=\"1\" /><figcaption>Robert Cheleuka</figcaption></figure>\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you&#8217;re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&amp;ssl=1\" alt=\"\" class=\"wp-image-8304\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?w=1080&amp;ssl=1 1080w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?resize=768%2C768&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution.&nbsp;</p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling &#8212; the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress &amp; inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\'https://profiles.wordpress.org/siobhanseija/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>siobhanseija</a>), Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&#038;ssl=1\" alt=\"\" class=\"wp-image-7025\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8300\";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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress Leaders Nominated for CMX Awards\";s: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/2020/01/wordpress-leaders-nominated-for-cmx-awards/\";s: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, 15 Jan 2020 21:42:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"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:34:\"https://wordpress.org/news/?p=8288\";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:\"Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. Andrea Middleton is nominated for Executive Leader of a Community Team and Josepha Haden Chomphosy is nominated for Community Professional of the Year. CMX is one of the largest professional organizations dedicated to [&#8230;]\";s: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:\"Francesca Marano\";s: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:4014:\"\n<p>Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> is nominated for <a href=\"https://cmxhub.com/awards-executive\">Executive Leader of a Community Team</a> and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> is nominated for <a href=\"https://cmxhub.com/awards-professional\">Community Professional of the Year</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?fit=632%2C281&amp;ssl=1\" alt=\"\" class=\"wp-image-8292\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=2412&amp;ssl=1 2412w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=300%2C133&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=1024%2C455&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=768%2C341&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=1536%2C683&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?resize=2048%2C910&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p><a href=\"https://cmxhub.com/\">CMX</a> is one of the largest professional organizations dedicated to community builders. The awards were open to public nomination, and finalists were chosen by panels of their peers in the CMX community.</p>\n\n\n\n<p>Andrea has been a vital community strategist for the WordPress project since 2011. Her work to build and support a vibrant community has played a part in the success around the popular open source CMS. Her work is sponsored by Automattic, where she leads a team that focuses on educational efforts, funding, and in-person community-driven events that serve a global base.</p>\n\n\n\n<p>Josepha has been the Executive Director of the WordPress project since 2019. Her work to coordinate and guide volunteer efforts spans 20 teams and involves thousands of volunteers. Her work is also sponsored by Automattic, where she leads the open source division that focuses on all aspects of open source contribution including design, development, volunteer engagement, and the health of the overall WordPress ecosystem.</p>\n\n\n\n<h2>Votes are Open</h2>\n\n\n\n<p>Final recipients are chosen with open voting — if you feel like either Andrea or Josepha have had an impact on your careers, your trajectory in the WordPress project, or the health of WordPress as a whole, there are three ways you can show your support:</p>\n\n\n\n<ul><li>Stop by and vote for them (Andrea&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-executive\">here</a>, Josepha&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-professional\">here</a>)!</li><li>Share this post with your own communities!</li><li>Tweet some inspirational thoughts about your time/experience/learnings with WordPress (using&nbsp;#WordPress, naturally)!</li></ul>\n\n\n\n<h2>Thank You Notes</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A lot of care and passion goes into making the WordPress Project as fantastic as it is. I think these awards are a reflection of how wonderful the community and ecosystem are, and I appreciate everyone&#8217;s continued trust in my stewardship!</p><cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress community organizers are some of the most generous and creative people in the world — working with them is exciting and interesting every day. I’m humbled by this nomination; thank you!</p><cite>Andrea Middleton</cite></blockquote>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8288\";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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: December 2019\";s: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://wordpress.org/news/2020/01/the-month-in-wordpress-december-2019/\";s: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, 03 Jan 2020 17:05:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8282\";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:353:\"As 2019 draws to a close and we look ahead to another exciting year let’s take a moment to review what the WordPress community achieved in December. WordPress 5.3.1 and 5.3.2 Releases The WordPress 5.3.1 security and maintenance release was announced on December 13. It features 46 fixes and enhancements. This version corrects four security [&#8230;]\";s: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:\"Angela Jin\";s: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:8186:\"\n<p>As 2019 draws to a close and we look ahead to another exciting year let’s take a moment to review what the WordPress community achieved in December.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.3.1 and 5.3.2 Releases</h2>\n\n\n\n<p>The WordPress 5.3.1 security and maintenance release was announced on December 13. It features 46 fixes and enhancements. This version corrects four security issues in WordPress versions 5.3 and earlier. Shortly afterwards, WordPress 5.3.2 was released, addressing a couple high severity Trac tickets, and includes 5 fixes and enhancements, so you’ll want to upgrade. You can read more about these releases in the announcements for <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">5.3.1</a> and <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\">5.3.2</a>.</p>\n\n\n\n<h2>Update on the Nine Core Projects for 2019</h2>\n\n\n\n<p>At the end of 2018, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">announced</a> the nine projects that would be the main focus areas for Core development in the next year. Have we made progress? Yes! <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">posted a full update</a> on the team’s work. In brief, two of the projects have been completed and shipped in major releases, four are targeted for release in versions 5.4 and 5.5 of WordPress, and the remaining three have seen significant progress but are not yet slated for completion. These will continue to see progress throughout 2020.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Major Release Calendar</h2>\n\n\n\n<p>The Core team has published <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release calendar</a> for 2020 and 2021. This is intended to provide the community with more information about what lies ahead.</p>\n\n\n\n<p>The schedule is considered tentative because there are always variables that could affect these plans — not least that the Core team may need more time to finish the work planned for a release.</p>\n\n\n\n<h2>Initial Documentation for Block-Based WordPress Themes</h2>\n\n\n\n<p>The Gutenberg team has started working on <a href=\"https://github.com/WordPress/gutenberg/pull/18890/files\">the initial documentation</a> for what block-based themes might look like, marking a significant change in the way themes are conceptualized. With full-site editing now a realistic goal for WordPress, themes will certainly look different in the future.</p>\n\n\n\n<p>Want to help shape the future of block-based themes in WordPress Core? Following <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> is a good start! You can also join in on the discussion <a href=\"https://make.wordpress.org/themes/2019/12/04/questions-about-the-future-of-themes/\">on this blog post</a>, or help out with the work to <a href=\"https://github.com/WordPress/gutenberg/blob/master/lib/demo-block-templates/index.html\">create a demo space for experimentation with the future of themes</a>. As always, contribution to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a> is open to everyone! Join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> to see what other people are saying, and contribute your own thoughts.</p>\n\n\n\n<h2>Gutenberg Updates Abound</h2>\n\n\n\n<p>It’s been a busy month for Gutenberg! Version 7.0, including a new navigation block, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">was announced</a> on November 27. This was followed by <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">version 7.1</a>, announced on December 11; it includes 161 merged pull requests that offer a fresh UI to new users, an option to switch between edit and navigation modes, captions for the table block, and many other enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Arrival of the BuddyPress Beta Tester Plugin</h2>\n\n\n\n<p>On December 2, <a href=\"https://buddypress.org/2019/12/bp-beta-tester-1-0-0/\">the BuddyPress Beta Tester plugin</a> was added to the WordPress.org plugins directory. This feature is a great way for the WordPress community to provide early feedback on releases.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">download the plugin</a> now. If you find that something is not working as expected during your beta tests, let the BuddyPress team know by submitting a ticket on the <a href=\"https://buddypress.trac.wordpress.org/newticket\">Development Tracker</a> or posting a new topic in the BuddyPress <a href=\"https://buddypress.org/support/\">support forums</a>.​​</p>\n\n\n\n<h2>An Update on the Block Directory in the WordPress Editor&nbsp;</h2>\n\n\n\n<p>The Design team received lots of excellent feedback on the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">early concepts for the Block Directory</a>. This feedback was incorporated into a Version 1 update to the <a href=\"https://make.wordpress.org/design/tag/block-directory/\">#block-directory</a> project. The Block Directory is to be included in WordPress 5.5, which is slated for August 2020. To learn more about the Block Directory, check out <a href=\"https://make.wordpress.org/design/2019/12/19/block-directory-in-wp-admin-v1/\">this announcement post</a> and help out by sharing your feedback. </p>\n\n\n\n<p>Want to get involved in building the Block Directory? Follow <a href=\"https://make.wordpress.org/design/\">the Design team blog</a>. If you have a block you’d like to include in the directory you can <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">submit it following the information here</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">Guidelines for the Block Directory</a> have been drafted; the team is actively working on them now.</li><li>The<a href=\"https://make.wordpress.org/community/2020-wordpress-global-community-sponsorship-program/\"> Global Community Sponsorship Program for 2020</a> has been announced.&nbsp;</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/12/09/do-not-contact-reviewers-outside-of-the-wordpress-org-system-about-your-review/\">has published a reminder</a> for developers about the proper way to communicate with reviewers.</li><li>The Community Team is in the process of <a href=\"https://make.wordpress.org/community/2019/12/05/community-team-reps-for-2020/\">selecting new team reps</a>.</li><li><a href=\"https://meetup.com/pro/wordpress\">The WordPress meetup program</a> crossed the 800-group mark this month and includes groups from more than 100 countries.</li><li>The team that helped to create the 2019 State of the Word slide deck <a href=\"https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\">shared how the slides were created using Gutenberg</a>, powered by the Slides plugin.&nbsp;</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8282\";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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.3.2 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2019/12/wordpress-5-3-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Dec 2019 22:42: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8275\";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:391:\"WordPress 5.3.2 is now available! This maintenance release features 5 fixes and enhancements. WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&#160;version 5.4. You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your&#160;Dashboard → Updates&#160;and click&#160;Update Now. If you have sites that support [&#8230;]\";s: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:9:\"Jb Audras\";s: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:2874:\"\n<p>WordPress 5.3.2 is now available!</p>\n\n\n\n<p>This maintenance release features 5 fixes and enhancements.</p>\n\n\n\n<p>WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&nbsp;version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Shortly after&nbsp;<a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released</a>, a couple of high severity Trac tickets were opened. The Core team scheduled this quick maintenance release to resolve these issues.</p>\n\n\n\n<p>Main issues addressed in 5.3.2:</p>\n\n\n\n<ul><li>Date/Time: Ensure that&nbsp;<code>get_feed_build_date()</code>&nbsp;correctly handles a modified post object with invalid date.</li><li>Uploads: Fix file name collision in&nbsp;<code>wp_unique_filename()</code>&nbsp;when uploading a file with upper case extension on non case-sensitive file systems.</li><li>Media: Fix PHP warnings in&nbsp;<code>wp_unique_filename()</code>&nbsp;when the destination directory is unreadable.</li><li>Administration: Fix the colors in all color schemes for buttons with the&nbsp;<code>.active</code>&nbsp;class.</li><li>Posts, Post Types: In&nbsp;<code>wp_insert_post()</code>, when checking the post date to set&nbsp;<code>future</code>&nbsp;or&nbsp;<code>publish</code>&nbsp;status, use a proper delta comparison.</li></ul>\n\n\n\n<p>For more information,&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;type=!task+(blessed)&amp;resolution=fixed&amp;milestone=5.3.2&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">browse the full list of changes on Trac</a>&nbsp;or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">version 5.3.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.3.2:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8275\";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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"State of the Word: the story of the slides\";s: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://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\";s: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, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8233\";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:142:\"Curious about the Gutenberg powered slides used during State of the Word? This post uncovers some technical and design aspects of the project!\";s: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:\"Ella van Durpe\";s: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:11767:\"\n<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<figure class=\"wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&amp;ssl=1\" alt=\"\" class=\"wp-image-8271\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?w=1256&amp;ssl=1 1256w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=300%2C172&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=1024%2C588&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?resize=768%2C441&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&amp;ssl=1\" alt=\"\" class=\"wp-image-8262\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?w=1114&amp;ssl=1 1114w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=300%2C245&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=1024%2C835&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?resize=768%2C626&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&amp;ssl=1\" alt=\"\" class=\"wp-image-8267\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=3586&amp;ssl=1 3586w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=300%2C257&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1024%2C877&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=768%2C658&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=1536%2C1316&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?resize=2048%2C1754&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&amp;ssl=1\" alt=\"\" class=\"wp-image-8259\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?w=1311&amp;ssl=1 1311w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=1024%2C660&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?resize=768%2C495&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8260\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=874&amp;ssl=1 874w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?resize=768%2C431&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8264\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=865&amp;ssl=1 865w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=300%2C171&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?resize=768%2C438&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&amp;ssl=1\" alt=\"\" class=\"wp-image-8269\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?w=1096&amp;ssl=1 1096w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=300%2C192&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=1024%2C657&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?resize=768%2C493&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8233\";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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.3.1 Security and 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Dec 2019 00:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8203\";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:360:\"WordPress 5.3.1 is now available! This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below. WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4. You can download WordPress 5.3.1 by clicking the button at the top of this page, [&#8230;]\";s: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:9:\"Jb Audras\";s: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:12709:\"\n<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=5.3.1&amp;order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</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/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</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/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8203\";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:54:\"\n		\n		\n				\n		\n				\n		\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Jill Binder\";s: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/2019/12/people-of-wordpress-jill-binder/\";s: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, 06 Dec 2019 23:27:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8192\";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:377:\"You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Jill Binder Jill Binder never meant to become an activist. She insists [&#8230;]\";s: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:\"Josepha\";s: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:12123:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Jill Binder</strong></h2>\n\n\n\n<p>Jill Binder never meant to become an activist. She insists it was an accident.</p>\n\n\n\n<p>Despite that, Jill has led the Diversity Outreach Speaker Training working group in the WordPress Community team since 2017. This group is dedicated to increasing the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events.&nbsp;</p>\n\n\n\n<h2><strong>Jill’s back story</strong></h2>\n\n\n\n<h3><strong>Internship</strong></h3>\n\n\n\n<p>Jill’s WordPress story begins in 2011, in Vancouver, Canada.&nbsp;Jill secured an internship for her college program, working on a higher education website that was built in WordPress.&nbsp;As a thank you, her practicum advisor bought Jill a ticket to WordCamp Vancouver 2011: Developer’s Edition. After that Jill began freelancing&nbsp; with WordPress as a Solopreneur.&nbsp;</p>\n\n\n\n<h3><strong>First steps in the WordPress community</strong></h3>\n\n\n\n<p>The following year her internship advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked Jill to be on his organizing team. At that event she also moderated a panel that had Matt Mullenweg on it. Then, Jill was invited to be on the core organizing team for WordCamp Vancouver.</p>\n\n\n\n<p>Part of this role meant reviewing and selecting speakers. From 40 speaker applications that could be a fit the team had to pick only 14 to speak.</p>\n\n\n\n<h2><strong>The diversity challenge when selecting speakers</strong></h2>\n\n\n\n<p>For anyone who has organized a conference, you know that speaker selection is hard. Of the 40 applications, 7 were from women, and the lead organizer selected 6 of those to be included in the speaker line up.</p>\n\n\n\n<p>At this point Jill wasn’t aware that very few women apply to speak at tech conferences and suggested selection should be made on the best fit for the conference. The team shared that not only did they feel the pitches were good and fit the conference, but they also needed to be accepted or the Organizers would be criticized for a lack of diversity.</p>\n\n\n\n<p>Selecting women for fear of criticism is embarrassing to admit, but that’s how people felt in 2013.</p>\n\n\n\n<p>By the time the event happened, though, the number of women speakers dropped to 4. And with an additional track being added, the number of speakers overall was up to 28. Only 1 speaker in 7 was a woman (or 14%) and attendees did ask questions and even blogged about the lack of representation.</p>\n\n\n\n<h2><strong>What keeps women from applying?</strong></h2>\n\n\n\n<p>Later that year at&nbsp; WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—Jill took the opportunity to chat with other organizers about her experience. She found out that many organizers had trouble getting enough women to present.</p>\n\n\n\n<p>Surprisingly Vancouver had a high number of women applicants in comparison to others, and the consensus was more would be accepted&nbsp; if only more would apply.</p>\n\n\n\n<p>Jill decided that she&nbsp; needed to know why this was happening? Why weren’t there more women applying? She started researching, reading, and talking to people.</p>\n\n\n\n<p>Though this issue is complex, two things came up over and over:</p>\n\n\n\n<ul><li>“What would I talk about?”</li><li>“I’m not an expert on anything. I don’t know enough about anything to give a talk on it.”</li></ul>\n\n\n\n<h2><strong>A first workshop with encouraging results</strong></h2>\n\n\n\n<p>Then Jill had an idea. She brought up the issue at an event and someone suggested that they should get women together in a room and brainstorm speaker topics.</p>\n\n\n\n<p>So Jill became the lead of a small group creating a workshop in Vancouver: the talented Vanessa Chu, Kate Moore Hermes, and Mandi Wise. In one of the exercises that they created, participants were invited to brainstorm ideas—this proved that they had literally a hundred topic ideas and the biggest problem then became picking just one!</p>\n\n\n\n<p>In the first workshop, they focussed on:</p>\n\n\n\n<ul><li>Why it matters that women (<em>added later: diverse groups</em>) are in the front of the room</li><li>The myths of what it takes to be the speaker at the front of the room (aka beating impostor syndrome)</li><li>Different presentation formats, especially story-telling</li><li>Finding and refining a topic</li><li>Tips to become a better speaker</li><li>Leveling up by speaking in front of the group throughout the afternoon</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=632&#038;ssl=1\" alt=\"women gathering to discussion presentation topics\" class=\"wp-image-8195\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2019/12/image-2.png?resize=300%2C200&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Vancouver Workshop 2014</figcaption></figure>\n\n\n\n<h2><strong>Leading to workshops across North America and then the world</strong></h2>\n\n\n\n<p>Other cities across North America heard about the workshop and started hosting them, adding their own material.</p>\n\n\n\n<p>Many women who initially joined her workshop wanted help getting even better at public speaking. So Jill&#8217;s Vancouver team added in some material created from the other cities and a bit more of their own. Such as:</p>\n\n\n\n<ul><li>Coming up with a great title</li><li>Writing a pitch that is more likely to get accepted</li><li>Writing a bio</li><li>Creating an outline</li></ul>\n\n\n\n<p>At WordCamp Vancouver 2014—only one year since Jill started—there were 50% women speakers and 3 times the number of women applicants! Not only that, but this WordCamp was a Developer’s Edition, where it’s more challenging to find women developers in general, let alone those who will step up to speak.</p>\n\n\n\n<h3><strong>More work is needed!</strong></h3>\n\n\n\n<p>Impressive as those results were, the reason Jill is so passionate about this work is because of what happened next:</p>\n\n\n\n<ul><li>Some of the women who attended the workshop stepped up to be leaders in the community and created new content for other women.</li><li>A handful of others became WordCamp organizers. One year Vancouver had an almost all-female organizing team – 5 out of 6!</li><li>It also influenced local businesses. One local business owner loved what one of the women speakers said so much that he hired her immediately. She was the first woman developer on the team, and soon after she became the Senior Developer.</li></ul>\n\n\n\n<h2><strong>Diversity touches on many levels</strong></h2>\n\n\n\n<p>Jill has seen time and again what happens when different people speak at the front of the room. More people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive. And together we generate new ideas that benefit everyone.</p>\n\n\n\n<p>This workshop was so successful, with typical results of going from 10% to 40-60% women speakers at WordCamps, that the WordPress Global Community Team asked Jill to promote it and train it for women and all diverse groups around the world. In late 2017, Jill started leading the Diverse Speaker Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#wpdiversity</a>).</p>\n\n\n\n<p>Dozens of community members across the world have now been trained to lead the workshop. With now dozens of workshops worldwide, for WordPress and other open source software projects as well, there is an increase in speaker diversity.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?fit=632%2C474&amp;ssl=1\" alt=\"Diverse Speaker Training group \" class=\"wp-image-8196\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/12/image-3.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>WordCamp US 2019</figcaption></figure>\n\n\n\n<p>As a result of the success, Jill is now sponsored to continue the program. The first sponsor is Automattic. She’s proud of how the diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. She’s inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”</em></p><cite><em> Andrea Middleton, Community organizer on the WordPress open source project</em></cite></blockquote>\n\n\n\n<h3><strong>Resources:</strong></h3>\n\n\n\n<ul><li>The Workshop: <a href=\"http://diversespeakers.info/\">http://diversespeakers.info/</a></li><li>More information: <a href=\"https://tiny.cc/wpdiversity\">https://tiny.cc/wpdiversity</a></li><li><a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/speakers/building-a-diverse-speaker-roster/\">How to build a diverse speaker roster</a></li><li><a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">Diversity Outreach Speaker Training Team</a></li></ul>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://lh6.googleusercontent.com/fq6qus5qmviDZaznrQnW-4wcbSs6NSrqeqEEGnPjgi2WJrVevNm4Em4KsP-VVH_0kMgWuNtW7mm_V9-hKtrrJFohRi6KrUXAoLHjrymChCltMr9fuh4dBIu_0SqNPts0MZgcvh_W\" alt=\"\" width=\"153\" height=\"115\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\n\n\n<p><em><strong>Correction: December 7, 2019</strong><br>The original article mentioned the team Jill lead, but did not mention the team members who joined her. Those have been added. Apologies to Vanessa, Kate, and Mandi. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> </em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8192\";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:48:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2019\";s: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://wordpress.org/news/2019/12/the-month-in-wordpress-november-2019/\";s: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, 02 Dec 2019 08:38: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:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8156\";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:330:\"November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more! The release of WordPress 5.3 “Kirk” WordPress 5.3 was released on November 12, and is available for download or [&#8230;]\";s: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:\"Hugh Lashbrooke\";s: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:8119:\"\n<p>November has been a big month in the WordPress community. New releases, big events, and a push for more contributors have characterized the work being done across the project — read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The release of WordPress 5.3 “Kirk”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/11/kirk/\">WordPress 5.3 was released</a> on November 12, and is <a href=\"https://wordpress.org/download/\">available for download</a> or update in your dashboard! Named “Kirk,” after jazz multi-instrumentalist Rahsaan Roland Kirk, 5.3 enhances the block editor with <a href=\"https://make.wordpress.org/core/2019/09/24/new-block-apis-in-wordpress-5-3/\">new APIs</a> and <a href=\"https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/\">theme-related features</a>, adds more intuitive interactions, and improves accessibility in a number of areas — including <a href=\"https://make.wordpress.org/core/2019/10/18/noteworthy-admin-css-changes-in-wordpress-5-3/\">CSS in the dashboard</a>, the <a href=\"https://make.wordpress.org/core/2019/10/14/improvements-in-media-component-accessibility-in-wordpress-5-3/\">media manager</a>, <a href=\"https://make.wordpress.org/core/2019/09/23/core-widgets-new-aria-current-attribute-in-wordpress-5-3/\">core widgets</a>, and <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&amp;milestone=5.3&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=id\">dozens of other areas</a>.</p>\n\n\n\n<p>You can read the full details of all the included enhancements in the <a href=\"https://make.wordpress.org/core/2019/10/17/wordpress-5-3-field-guide/\">5.3 Field Guide</a>.</p>\n\n\n\n<p>Along with 5.3 came <a href=\"https://wordpress.org/themes/twentytwenty/\">the new Twenty Twenty theme</a>, which gives users more design flexibility and integrates with the block editor. For more information about the improvements to the block editor, expanded design flexibility, the Twenty Twenty theme, and to see the huge list of amazing contributors who made this release possible, read <a href=\"https://wordpress.org/news/2019/11/kirk/\">the full announcement</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>. You can also <a href=\"https://make.wordpress.org/core/2019/11/15/5-3-retrospective-call-for-feedback/\">provide feedback</a> on the 5.3 release process.</p>\n\n\n\n<h2>At Last! bbPress 2.6!</h2>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6/\">bbPress 2.6 was released</a> on November 12 after a little over six years in development. This new release includes per-forum moderation, new platforms to import from, and an extensible engagements API. You can read more about all of this in <a href=\"https://codex.bbpress.org/\">the bbPress codex</a>.</p>\n\n\n\n<p><a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-1-is-out/\">Version 2.6.1</a> and <a href=\"https://bbpress.org/blog/2019/11/bbpress-2-6-2-is-out/\">2.6.2</a> quickly followed, both of which fixed a number of bugs that required immediate attention.</p>\n\n\n\n<p>Want to get involved in building bbPress? Follow <a href=\"https://bbpress.org/blog/\">the bbPress blog</a> and join the #bbpress channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>State of the Word</h2>\n\n\n\n<p><a href=\"https://2019.us.wordcamp.org/\">WordCamp US 2019</a> was held in St. Louis, MO this year on November 1-3. At the event, <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> gave his annual State of the Word address, during which he shared what had been accomplished in the past year, announced what is coming next, and shared several ways to get involved.</p>\n\n\n\n<p>You can watch <a href=\"https://www.youtube.com/watch?v=LezbkeV059Q&amp;t=21s\">the State of the Word</a> as well as <a href=\"https://www.youtube.com/watch?v=fFsVbAo8HwI\">the Q&amp;A session at the end</a>, and <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">read Matt’s recap</a> of the address. If you didn’t make it to St. Louis, you can still <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETHl165LvLVXfB3yBZEzV-q\">watch all the sessions</a> at your leisure.</p>\n\n\n\n<h2>Five for the Future</h2>\n\n\n\n<p>During the State of the Word, Matt announced that there is now <a href=\"https://wordpress.org/five-for-the-future/\">a dedicated landing page for Five for the Future</a>, which features the people and organizations that commit at least it 5% of their resources to the WordPress open source project. There are many ways to contribute to WordPress, such as core development, marketing, translation, training, and community organizing, among many other important paths to contribution.</p>\n\n\n\n<p>Five for the Future welcomes individuals and organizations, and highlights all the incredible ways we build WordPress together. For more information, visit <a href=\"https://wordpress.org/five-for-the-future/\">the Five for the Future page</a>.<br></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>After releasing WordPress 5.3, the Core team announced <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release schedule</a> for 2020 and 2021.</li><li>The Core team has announced <a href=\"https://make.wordpress.org/core/2019/11/28/new-css-focus-in-core/\">a new CSS focus</a> to complement the existing ones for PHP and JavaScript — this focus comes with dedicated tags, targeted work, and a new #core-css Slack channel.</li><li>Version 2.2 of the WordPress Coding Standards <a href=\"https://github.com/WordPress/WordPress-Coding-Standards/releases/tag/2.2.0\">has been released</a> — this new release is ready for WordPress 5.3, includes five brand new sniffs, and plenty of new command-line documentation.</li><li>The latest update to the Theme Review Coding Standards, <a href=\"https://github.com/WPTRT/WPThemeReview/releases/tag/0.2.1\">v0.2.1</a>, is compatible with v2.2 of the WordPress Coding Standards, and helps authors to build more standards-compatible themes.</li><li><a href=\"https://2019.us.wordcamp.org/2019/11/11/wordcamp-us-2020/\">The WordCamp US team has announced</a> the dates for next year’s event in St. Louis, MO — WordCamp US 2020 will be held on October 27-29. This will be the first time that the event will be held during the week and not on a weekend. The team has also announced a Call for Organizers. If you are interested in joining the team, <a href=\"https://2020.us.wordcamp.org/2019/11/21/join-the-wcus-2020-organizing-team/\">learn more</a>.&nbsp;</li><li>The WP Notify project, which is building a unified notification system for WordPress Core, <a href=\"https://make.wordpress.org/core/2019/11/29/wp-notify-hiatus-till-january-2020/\">is on hiatus</a> until January 2020.</li><li>A working group on the Community Team <a href=\"https://make.wordpress.org/community/2019/11/25/handbook-update-how-to-improve-the-diversity-of-your-wordpress-events/\">has updated their Handbook</a> to help organizers create more diverse events.</li><li>The WP-CLI team <a href=\"https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/\">released v2.4.0</a> of the WordPress command-line tool. This release includes support for WordPress 5.3 and PHP 7.4.</li><li>Gutenberg development continues rapidly with <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">the latest 7.0 release</a> including an early version of the navigation menus block, among other enhancements and fixes.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8156\";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:51:\"\n		\n		\n				\n		\n				\n		\n\n		\n				\n								\n										\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress 5.2.4 Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2019/11/wordpress-5-2-4-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Nov 2019 04:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7787\";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:346:\"Late-breaking news on the 5.2.4 short-cycle security release that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of RIPS Technologies for finding and disclosing an issue where path traversal can lead to remote code execution. Simon has done a great deal of work on the WordPress [&#8230;]\";s: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:\"Jake Spurlock\";s: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:1102:\"\n<p>Late-breaking news on the<a href=\"https://wordpress.org/news/2019/10/wordpress-5-2-4-security-release/\"> 5.2.4 short-cycle security release </a>that landed October 14. When we released the news post, I inadvertently missed giving props to Simon Scannell of <a href=\"https://blog.ripstech.com/\">RIPS Technologies</a> for finding and disclosing an issue where path traversal can lead to remote code execution. </p>\n\n\n\n<p>Simon has done a <a href=\"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/\">great</a> <a href=\"https://wordpress.org/news/2019/03/wordpress-5-1-1-security-and-maintenance-release/\">deal</a> of <a href=\"https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/\">work</a> on the WordPress project, and failing to mention his contributions is a huge oversight on our end.</p>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing</a> vulnerabilities, which gave us time to fix them before WordPress sites could be attacked.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7787\";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:50:\"\n		\n		\n				\n		\n				\n\n		\n				\n								\n							\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 5.3 “Kirk”\";s: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:40:\"https://wordpress.org/news/2019/11/kirk/\";s: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, 12 Nov 2019 21:38: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=7684\";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:390:\"Version 5.3 of WordPress is available for download or update in your WordPress dashboard. The new editor continues to become more refined with intuitive interactions, a focus on accessibility, and a more consistent look &#38; feel. A fresh new default theme is shipping with this release too, that puts blocks to good use and lets all users have more control over how their content appears.\";s: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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:46:\"https://s.w.org/images/core/5.3/navigation.mp4\";s:6:\"length\";s:7:\"3382373\";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:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.3/10-groups.mp4\";s:6:\"length\";s:7:\"5011319\";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: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:\"\";}}}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:66078:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"Album cover for WordPress 5.3 Kirk, showcasing a duotone red/cream Rahsaan Roland Kirk playing the saxophone on a red background.\" class=\"wp-image-7710\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1440&amp;ssl=1 1440w, https://i1.wp.com/wordpress.org/news/files/2019/11/5.3-album-cover.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p style=\"background-color:#bd3854;color:#fefcf7\" class=\"has-text-color has-background\">Introducing our most refined user experience with the improved block editor in WordPress 5.3! Named “Kirk” in honour of jazz multi-instrumentalist Rahsaan Roland Kirk, the latest and greatest version of WordPress is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>5.3 expands and refines the block editor</strong> with more intuitive <strong>interactions</strong> and improved <strong>accessibility</strong>. New features in the editor increase design freedoms, provide additional layout options and style variations to allow designers more control over the look of a site.</p>\n\n\n\n<p>This release also introduces the <strong>Twenty Twenty theme</strong> giving the user more design flexibility and integration with the block editor. Creating beautiful web pages and advanced layouts has never been easier.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Block Editor Improvements</h2>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/navigation.mp4\"></video></figure>\n\n\n\n<p>This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.</p>\n\n\n\n<p>Accessibility improvements include the integration of block editor styles in the admin interface. These improved styles fix many accessibility issues: color contrast on form fields and buttons, consistency between editor and admin interfaces, new snackbar notices, standardizing to the default WordPress color scheme, and the introduction of Motion to make interacting with your blocks feel swift and natural. </p>\n\n\n\n<p>For people who use a keyboard to navigate the dashboard, the block editor now has a Navigation mode. This lets you jump from block to block without tabbing through every part of the block controls.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Expanded Design Flexibility</h2>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop muted src=\"https://s.w.org/images/core/5.3/10-groups.mp4\"></video></figure>\n\n\n\n<p>WordPress 5.3 adds even more robust tools for creating amazing designs.</p>\n\n\n\n<ul><li>The new Group block lets you easily divide your page into colorful sections.</li><li>The Columns block now supports fixed column widths.</li><li>The new predefined layouts make it a cinch to arrange content into advanced designs.</li><li>Heading blocks now offer controls for text and background color.</li><li>Additional style options allow you to set your preferred style for any block that supports this feature.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Introducing Twenty Twenty</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=632%2C626&#038;ssl=1\" alt=\"A desktop preview of the Twenty Twenty theme, showing both the front-end and the editor view.\" class=\"wp-image-7686\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1024%2C1014&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=300%2C297&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=768%2C760&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?resize=1536%2C1521&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/twentytwenty-desktop.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=632&#038;ssl=1\" alt=\"A mobile image of the Twenty Twenty  theme, over a decorative backgorund of brown-grey bars.\" class=\"wp-image-7714\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?w=800&amp;ssl=1 800w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=267%2C300&amp;ssl=1 267w, https://i1.wp.com/wordpress.org/news/files/2019/11/twentytwenty-mobile.png?resize=768%2C864&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p>As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!</p>\n\n\n\n<p class=\"has-normal-font-size\">As befits a theme called Twenty Twenty, clarity and readability is also a big focus. The theme includes the typeface&nbsp;<a href=\"https://rsms.me/inter/\">Inter</a>, designed by Rasmus Andersson. Inter comes in a Variable Font version, a first for default themes, which keeps load times short by containing all weights and styles of Inter in just two font files.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Improvements for Everyone</h2>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=632&#038;ssl=1\" alt=\"An icon showing an arrow rotating a square.\" class=\"wp-image-7731\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Rotate.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Automatic Image Rotation</h3>\n\n\n\n<p>Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perseverance of many dedicated contributors.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=632&#038;ssl=1\" alt=\"A plus in a square, indicating health.\" class=\"wp-image-7732\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?w=300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/11/Health.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Improved Site Health Checks</h3>\n\n\n\n<p>The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.</p>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 18%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=632&#038;ssl=1\" alt=\"A email icon.\" class=\"wp-image-7733\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?w=300&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/11/Email.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<h3>Admin Email Verification</h3>\n\n\n\n<p>You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out of your site if you change your email address.</p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>For Developers</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Date/Time Component Fixes</h3>\n\n\n\n<p>Developers can now work with&nbsp;<a href=\"https://make.wordpress.org/core/2019/09/23/date-time-improvements-wp-5-3/\">dates and timezones</a>&nbsp;in a more reliable way. Date and time functionality has received a number of new API functions for unified timezone retrieval and PHP interoperability, as well as many bug fixes.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>PHP 7.4 Compatibility</h3>\n\n\n\n<p>WordPress 5.3 aims to fully support PHP 7.4. This release contains&nbsp;<a href=\"https://make.wordpress.org/core/2019/10/11/wordpress-and-php-7-4/\">multiple changes</a>&nbsp;to remove deprecated functionality and ensure compatibility. WordPress continues to encourage all users to run the latest and greatest versions of PHP.</p>\n</div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large bar-divider\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=632%2C159&#038;ssl=1\" alt=\"\" class=\"wp-image-7721\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1024%2C258&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=300%2C76&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=768%2C194&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=1536%2C387&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?resize=2048%2C516&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2019/11/divider.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a large release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Riad Benguella (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/youknowriad/\"><strong>@youknowriad</strong></a>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Andrew Ozz (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/azaozz/\"><strong>@azaozz</strong></a>)</li><li><strong>Docs Coordinator</strong>:&nbsp;Justin Ahinon (<a href=\"https://profiles.wordpress.org/justinahinon/\"><strong>@justinahinon</strong></a>)</li><li><strong>Marketing/Release Comms</strong>:&nbsp;Mike Reid (<a href=\"https://profiles.wordpress.org/mikerbg/\"><strong>@mikerbg</strong></a>)</li><li><strong>Media/Uploader</strong>:&nbsp;Mike Schroder (<a href=\"https://profiles.wordpress.org/mikeschroder/\"><strong>@mikeschroder</strong></a>)</li><li><strong>Accessibility</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Default Theme</strong> <strong>Wrangler</strong>: Ian Belanger (<a href=\"https://profiles.wordpress.org/ianbelanger/\"><strong>@ianbelanger</strong></a>)</li><li><strong>Default Theme Designer</strong>: Anders Norén (<a href=\"https://profiles.wordpress.org/anlino/\"><strong>@anlino</strong></a>)</li></ul>\n\n\n\n<p>The squad was joined throughout the twelve week release cycle by 645 generous volunteer contributors (our largest group of contributors to date) who collectively fixed 658 bugs.</p>\n\n\n\n<p>Put on a Rahsaan Roland Kirk playlist, click that update button (or <a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1994rstefan/\">1994rstefan</a>, <a href=\"https://profiles.wordpress.org/5hel2l2y/\">5hel2l2y</a>, <a href=\"https://profiles.wordpress.org/dd32/\">@dd32</a>, <a href=\"https://profiles.wordpress.org/irsdl/\">@irsdl</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/aksdvp/\">Aashish S</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acalfieri/\">acalfieri</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/adhitya03/\">Adhitya Rachman</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexsanford1/\">Alex Sanford</a>, <a href=\"https://profiles.wordpress.org/xyfi/\">Alexander Botteram</a>, <a href=\"https://profiles.wordpress.org/xel1045/\">Alexandre D\'Eschambeault</a>, <a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>, <a href=\"https://profiles.wordpress.org/alexeyskr/\">alexeyskr</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/ayubi/\">Ali Ayubi</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">Alvaro Gois dos Santos</a>, <a href=\"https://profiles.wordpress.org/arush/\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg/\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/agengineering/\">Andrea Grillo</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/abrain/\">Andreas Brain</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewtaylor-1/\">Andrew Taylor</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/angelagibson/\">Angela Gibson</a>, <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/ahdeubzer/\">Anja Deubzer</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/arafat/\">Arafat Rahman</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun Sathiya</a>, <a href=\"https://profiles.wordpress.org/artisticasad/\">Asad Shahbaz</a>, <a href=\"https://profiles.wordpress.org/asadkn/\">asadkn</a>, <a href=\"https://profiles.wordpress.org/mrasharirfan/\">Ashar Irfan</a>, <a href=\"https://profiles.wordpress.org/ashwinpc/\">ashwinpc</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/atlasmahesh/\">atlasmahesh</a>, <a href=\"https://profiles.wordpress.org/au87/\">au87</a>, <a href=\"https://profiles.wordpress.org/aubreypwd/\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/augustuswm/\">augustuswm</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/avinapatel/\">Avina Patel</a>, <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backermann1978/\">backermann1978</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/toszcze/\">Bartosz Romanowski</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a>, <a href=\"https://profiles.wordpress.org/bennemann/\">bennemann</a>, <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a>, <a href=\"https://profiles.wordpress.org/bhaktirajdev/\">Bhaktii Rajdev</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/biranit/\">Biranit</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bitcomplex/\">bitcomplex</a>, <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/crazyjaco/\">Bradley Jacobs</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/bsetiawan88/\">bsetiawan88</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/caercam/\">Charlie Merland</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/blogginglife/\">Chico</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea/\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/needle/\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/lovememore/\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr/\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cleancoded/\">cleancoded</a>, <a href=\"https://profiles.wordpress.org/cmagrin/\">cmagrin</a>, <a href=\"https://profiles.wordpress.org/compilenix/\">CompileNix</a>, <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a>, <a href=\"https://profiles.wordpress.org/courtney0burton/\">courtney0burton</a>, <a href=\"https://profiles.wordpress.org/cristianozanca/\">Cristiano Zanca</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/cdog/\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/daleharrison/\">daleharrison</a>, <a href=\"https://profiles.wordpress.org/danmicamediacom/\">Dan Foley</a>, <a href=\"https://profiles.wordpress.org/goodevilgenius/\">Dan Jones</a>, <a href=\"https://profiles.wordpress.org/danbuk/\">DanBUK</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater/\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">danieliser</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/darthhexx/\">darthhexx</a>, <a href=\"https://profiles.wordpress.org/deapness/\">Dave Parker</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/daveshine/\">David Decker</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/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dennis_f/\">Deni</a>, <a href=\"https://profiles.wordpress.org/dehisok/\">Denis Cherniavsky</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis</a>, <a href=\"https://profiles.wordpress.org/dionysous/\">Dennis Hipp</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">Derek Sifford</a>, <a href=\"https://profiles.wordpress.org/derweili/\">derweili</a>, <a href=\"https://profiles.wordpress.org/dfangstrom/\">dfangstrom</a>, <a href=\"https://profiles.wordpress.org/dharmin16/\">Dharmin Shah</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhuyvetter/\">dhuyvetter</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>, <a href=\"https://profiles.wordpress.org/diego-la-monica/\">Diego La Monica</a>, <a href=\"https://profiles.wordpress.org/digitalapps/\">digitalapps</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dukex/\">Dukex</a>, <a href=\"https://profiles.wordpress.org/dushanthi/\">dushanthi</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elliotcondon/\">Elliot Condon</a>, <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/emiluzelac/\">Emil Uzelac</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">estelaris</a>, <a href=\"https://profiles.wordpress.org/evalarumbe/\">evalarumbe</a>, <a href=\"https://profiles.wordpress.org/faazshift/\">faazshift</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fblaser/\">fblaser</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/fencer04/\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/flipkeijzer/\">flipkeijzer</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foysalremon/\">Foysal Remon</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</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/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/gchtr/\">gchtr</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/loyaltymanufaktur/\">Gesundheit Bewegt GmbH</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girlieworks/\">girlieworks</a>, <a href=\"https://profiles.wordpress.org/glauberglauber/\">glauberglauber</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gravityview/\">GravityView</a>, <a href=\"https://profiles.wordpress.org/gregsullivan/\">gregsullivan</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/hareesh pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harryfear/\">harryfear</a>, <a href=\"https://profiles.wordpress.org/harshbarach/\">harshbarach</a>, <a href=\"https://profiles.wordpress.org/haszari/\">haszari</a>, <a href=\"https://profiles.wordpress.org/hesyifei/\">He Yifei</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>, <a href=\"https://profiles.wordpress.org/hkandulla/\">HKandulla</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hoythan/\">hoythan</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</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/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/gsayed786/\">Imran Sayed</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/iqbalbary/\">iqbalbary</a>, <a href=\"https://profiles.wordpress.org/ireneyoast/\">Irene Strikkers</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jagirbaheshwp/\">jagirbaheshwp</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jalpa1984/\">Jalpa Panchal</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/zaantar/\">Jan</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jared_smith/\">jared_smith</a>, <a href=\"https://profiles.wordpress.org/jarocks/\">jarocks</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/javeweb/\">jave.web</a>, <a href=\"https://profiles.wordpress.org/javorszky/\">javorszky</a>, <a href=\"https://profiles.wordpress.org/jayswadas/\">Jay Swadas</a>, <a href=\"https://profiles.wordpress.org/iamjaydip/\">Jaydip</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</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/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenblogs4u/\">Jen Miller</a>, <a href=\"https://profiles.wordpress.org/jenkoian/\">jenkoian</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/jkitchen/\">jkitchen</a>, <a href=\"https://profiles.wordpress.org/jmmathc/\">jmmathc</a>, <a href=\"https://profiles.wordpress.org/joakimsilfverberg/\">joakimsilfverberg</a>, <a href=\"https://profiles.wordpress.org/jobthomas/\">Job</a>, <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</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/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/jojotjebaby/\">jojotjebaby</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/jond/\">Jonathan Davis</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</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/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/shelob9/\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshuanoyce/\">Joshua Noyce</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</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/junktrunk/\">junktrunk</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</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/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kakshak/\">Kakshak Kalaria</a>, <a href=\"https://profiles.wordpress.org/kamrankhorsandi/\">Kamran Khorsandi</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a>, <a href=\"https://profiles.wordpress.org/katielgc/\">katielgc</a>, <a href=\"https://profiles.wordpress.org/kbrownkd/\">kbrownkd</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a>, <a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>, <a href=\"https://profiles.wordpress.org/ketanumretiya030/\">Ketan Umretiya</a>, <a href=\"https://profiles.wordpress.org/kevinkovadia/\">kevIN kovaDIA</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokers/\">kokers</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kuus/\">kuus</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/leonblade/\">leonblade</a>, <a href=\"https://profiles.wordpress.org/lessbloat/\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lllor/\">lllor</a>, <a href=\"https://profiles.wordpress.org/lordlod/\">lordlod</a>, <a href=\"https://profiles.wordpress.org/loreleiaurora/\">LoreleiAurora</a>, <a href=\"https://profiles.wordpress.org/luan-ramos/\">Luan Ramos</a>, <a href=\"https://profiles.wordpress.org/luciano-croce/\">luciano-croce</a>, <a href=\"https://profiles.wordpress.org/luigipulcini/\">luigipulcini</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/wpfed/\">Luke</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/m1tk00/\">m1tk00</a>, <a href=\"https://profiles.wordpress.org/maartenleenders/\">maartenleenders</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/majemedia/\">Maje Media LLC</a>, <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">manooweb</a>, <a href=\"https://profiles.wordpress.org/manuelaugustin/\">Manuel Augustin</a>, <a href=\"https://profiles.wordpress.org/trasweb/\">Manuel Canga</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcguay/\">MarcGuay</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcomartins/\">Marco Martins</a>, <a href=\"https://profiles.wordpress.org/marcosalexandre/\">MarcosAlexandre</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/maguiar/\">Mario Aguiar</a>, <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mspatovaliyski/\">Martin Spatovaliyski</a>, <a href=\"https://profiles.wordpress.org/splitti/\">Martin Splitt</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/masummdar/\">masummdar</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/iceable/\">Mathieu Sarrasin</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu/\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/matthiasthiel/\">matthias.thiel</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, <a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/maximejobin/\">Maxime Jobin</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mchavezi/\">mchavezi</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/melinedo/\">Melin Edomwonyi</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/michelweimerskirch/\">michel.weimerskirch</a>, <a href=\"https://profiles.wordpress.org/michielatyoast/\">Michiel Heijmans</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miguelvieira/\">miguelvieira</a>, <a href=\"https://profiles.wordpress.org/mihaiiceyro/\">mihaiiceyro</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</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</a>, <a href=\"https://profiles.wordpress.org/mikerbg/\">Mike Reid</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mobeen-abdullah/\">Mobeen Abdullah</a>, <a href=\"https://profiles.wordpress.org/mohsinrasool/\">Mohsin Rasool</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/boemedia/\">Monique Dubbelman</a>, <a href=\"https://profiles.wordpress.org/gwendydd/\">Morgan Kay</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/msaggiorato/\">msaggiorato</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/phpdocs/\">Muhammad Afzal</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nadir/\">nadir</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/naveenkharwar/\">Naveen Kharwar</a>, <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neelpatel7295/\">Neel Patel</a>, <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/niallkennedy/\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/nicolad/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikolastoqnow/\">nikolastoqnow</a>, <a href=\"https://profiles.wordpress.org/niq1982/\">Niku Hietanen</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/nishitlangaliya/\">Nishit Langaliya</a>, <a href=\"https://profiles.wordpress.org/kailanitish90/\">Nitish Kaila</a>, <a href=\"https://profiles.wordpress.org/nmenescardi/\">nmenescardi</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/hideokamoto/\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/lindstromer/\">Olaf Lindstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/moonomo/\">Omaar Osmaan</a>, <a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/ozmatflc/\">ozmatflc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/paresh07/\">Paresh Shinde</a>, <a href=\"https://profiles.wordpress.org/hardipparmar/\">Parmar Hardip</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/patilvikasj/\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/patrelentlesstechnologycom/\">Patrick Baldwin</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/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/bassgang/\">Paul Vincent Beigang</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillipjohn/\">PhillipJohn</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/decrecementofeliz/\">Pilar Mera</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar Olguc</a>, <a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankkpatel/\">Priyank Patel</a>, <a href=\"https://profiles.wordpress.org/quantumstate/\">Quantumstate</a>, <a href=\"https://profiles.wordpress.org/raajtram/\">Raaj Trambadia</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/raboodesign/\">raboodesign</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/rahulvaza/\">Rahul Vaza</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramon-fincken/\">ramon fincken</a>, <a href=\"https://profiles.wordpress.org/rclations/\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/rebasaurus/\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/reikodd/\">ReikoDD</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a>, <a href=\"https://profiles.wordpress.org/riddhiehta02/\">Riddhi Mehta</a>, <a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</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/robi-bobi/\">Robert Ivanov</a>, <a href=\"https://profiles.wordpress.org/rogueresearch/\">rogueresearch</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>, <a href=\"https://profiles.wordpress.org/raubvogel/\">Ronny Harbich</a>, <a href=\"https://profiles.wordpress.org/karthost/\">Roy Randolph</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra/\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/samgordondev/\">samgordondev</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/progremzion/\">Sanket Mehta</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a>, <a href=\"https://profiles.wordpress.org/saskak/\">saskak</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/sbardian/\">sbardian</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Seghir Nadir</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/vjik/\">Sergey Predvoditelev</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/seuser/\">seuser</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/shadyvb/\">Shady Sharaf</a>, <a href=\"https://profiles.wordpress.org/shamim51/\">Shamim Hasan</a>, <a href=\"https://profiles.wordpress.org/sharaz/\">Sharaz Shahid</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/simono/\">simono</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/sixes/\">Sixes</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/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spectacula/\">Spectacula</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/spuds10/\">spuds10</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</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/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/studyboi/\">studyboi</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tha_sun/\">sun</a>, <a href=\"https://profiles.wordpress.org/codesue/\">Suzen Fylke</a>, <a href=\"https://profiles.wordpress.org/svanhal/\">svanhal</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv/\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/nevma/\">Takis Bouyouris</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tazotodua/\">tazotodua</a>, <a href=\"https://profiles.wordpress.org/technote0space/\">technote</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/tessak22/\">Tessa Kriesel</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/themezly/\">Themezly</a>, <a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tdh/\">Thord D. Hedengren</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/n7studios/\">Tim Carr</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</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/toddhalfpenny/\">toddhalfpenny</a>, <a href=\"https://profiles.wordpress.org/tosho/\">Todor Gaidarov</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tferry/\">Tommy Ferry</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/travisseitler/\">travisseitler</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/truchot/\">truchot</a>, <a href=\"https://profiles.wordpress.org/truongwp/\">truongwp</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">Tugdual de Kerviler</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vbaimas/\">vbaimas</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/venutius/\">Venutius</a>, <a href=\"https://profiles.wordpress.org/fesovik/\">Viktor Veljanovski</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya/\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>, <a href=\"https://profiles.wordpress.org/vladlu/\">vladlu</a>, <a href=\"https://profiles.wordpress.org/vladwtz/\">Vladut Ilie</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/svovaf/\">Vova Feldman</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/w3rkjana/\">w3rkjana</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webdados/\">Webdados (Marco Almeida)</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/wpdavis/\">William P. Davis</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/withinboredom/\">withinboredom</a>, <a href=\"https://profiles.wordpress.org/worldweb/\">worldweb</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/yanngarcia/\">yanngarcia</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yarnboy/\">yarnboy</a>, <a href=\"https://profiles.wordpress.org/yashar_hv/\">yashar_hv</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yodiyo/\">yodiyo</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zalak151291/\">zalak151291</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a>, <a href=\"https://profiles.wordpress.org/airathalitov/\">АЙРАТ ХАЛИТОВ<img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f525.png\" alt=\"🔥\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, and <a href=\"https://profiles.wordpress.org/ounziw/\">水野史土</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.3. Their efforts bring WordPress fully translated to 47 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Thanks for choosing WordPress!</p>\n\n\n\n<figure class=\"wp-block-image size-large record\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?fit=632%2C414&amp;ssl=1\" alt=\"\" class=\"wp-image-7755\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1441&amp;ssl=1 1441w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=300%2C197&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=1024%2C671&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?resize=768%2C503&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2019/11/image.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7684\";s: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:32:\"https://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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s: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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 28 Jan 2020 18:11:43 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 25 Jan 2020 15:26:54 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911163210\";}','no'),(157,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1580278304','no'),(158,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1580235104','no'),(159,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1580278304','no'),(160,'_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:75:\"WPTavern: Swift Control Replaces WordPress Toolbar With Custom Access Panel\";s: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:29:\"https://wptavern.com/?p=96787\";s: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:86:\"https://wptavern.com/swift-control-replaces-wordpress-toolbar-with-custom-access-panel\";s: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:5397:\"<img />Swift Control expanded panel on the site front end.\n\n\n\n<p>David Vongries, creator of the <a href=\"https://wordpress.org/themes/page-builder-framework\">Page Builder Framework</a> theme, launched the <a href=\"https://wordpress.org/plugins/swift-control/\">Swift Control plugin</a> last week.  The plugin is billed as a replacement for the core WordPress toolbar (admin bar).  It allows site owners to customize the front-end control panel&rsquo;s appearance and what links are displayed.</p>\n\n\n\n<p>Swift Control adds a new button on the front end of any site the plugin is active on.  When clicked, the button expands to open the full array of button-like links to various admin screens.  By default, the links point to the dashboard, edit screen for the current post, and the customizer.</p>\n\n\n\n<p>On the whole, the default functionality is not much different from the normal toolbar.  The selling point for this plugin is its customizability.  For users who want more control over admin access links from the front end, the plugin is a nice option.</p>\n\n\n\n<p>Vongries said the plugin made it easier for his customers to work with than the WordPress toolbar.  He had wanted to release it as a standalone plugin for others to use over the years.  However, he lacked the time and resources to put the release together.</p>\n\n\n\n<p>&ldquo;We built this for our multisite network around 3 years ago to make it easier for our customers to navigate and access the key areas of their website,&rdquo; said Vongries.  &ldquo;We actually ended up using this &mdash; what was back then just a couple pieces of custom code &mdash; on all of our client websites. I got so used to it, I&rsquo;m using it on my own sites as well.&rdquo;</p>\n\n\n\n<p>The plugin is simple to use and does its job well.  For the moment, the largest downside is that the front-end controls are always positioned in the middle of the left side of the screen.  This means it is not a one-size-fits-all solution.  &ldquo;We&rsquo;ve actually planned to provide some position options so you can align the panel to the left, right, top-left, top-right and so on,&rdquo; said Vongries.  &ldquo;That&rsquo;s on the roadmap as well as some different styling options for the panel.&rdquo;  Both the positioning and styling options are planned for the free version of the plugin.</p>\n\n\n\n<p>It would also be nice to see some mobile-specific options for the control panel.  An option to move it to a different location on smaller screens would be helpful so that the buttons do not inadvertently cover content.  Adding an option to disable it completely on mobile may also be worth considering.</p>\n\n\n\n<p>The positioning is the only <em>potential</em> downside of an otherwise well-made plugin.  Because it is being actively worked on, it may be a non-issue in future versions (<em>I&rsquo;m currently running version 1.2.1</em>).</p>\n\n\n\n<h2>Customize the Swift Control Panel</h2>\n\n\n\n<img />Swift Control plugin settings screen.\n\n\n\n<p>The beauty of Swift Control is in its options for customizing what buttons appear in the front-end panel.  By default, the free version of the plugin contains seven &ldquo;widgets&rdquo; (what the plugin calls its buttons/links):</p>\n\n\n\n<ul><li>Dashboard</li><li>Edit {Post Type}</li><li>Customize</li><li>New Post</li><li>New Page</li><li>Themes</li><li>Plugins</li></ul>\n\n\n\n<p>Users can drag and drop these widgets wherever they prefer in the control panel.  Each widget has its own options. By clicking the edit button, users can change both the icon and title for the widget.  Users can also decide whether links should open in a new browser tab.</p>\n\n\n\n<p><a href=\"https://wpswiftcontrol.com/\">Swift Control Pro</a>, the commercial version of the plugin, kicks customization up a notch.  Besides the widgets available in the free version, it adds widgets for custom post types, launches the editor for page builders (Elementor, Brizy, Divi or Beaver Builder), supports WooCommerce, and adds a logout widget.  Users can also create custom buttons.</p>\n\n\n\n<p>Both the free and pro versions offer additional settings.  Users can customize each of the colors used in the control panel so that it matches their site.  Other settings are switches to enable or disable features, such as turning off the WordPress toolbar.</p>\n\n\n\n<p>The following video shows how Swift Control Pro works (the free version is essentially the same but does not have the pro widgets):</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Future Plugin Plans</h2>\n\n\n\n<p>Besides new positioning options, Vongries said they are working on an import and export feature.  Ideally, this would allow users to keep their settings from test environments or when copying to new sites.  It could also be interesting in use on multisite.</p>\n\n\n\n<p>&ldquo;One of the other features we&rsquo;re going to work on next is the ability to show controls based on user roles,&rdquo; said Vongries.  &ldquo;This will require us to change the UI of the widgets though, and we haven&rsquo;t yet decided on what they should look like.&rdquo;  Currently, the team is exploring various ideas with the UI for such a feature, such as creating an expanding section for access to advanced widget settings.</p>\n\n\n\n<p>The first order of business is bringing in more users and getting feedback, which should help steer the future direction of the plugin.</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, 27 Jan 2020 19:46: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: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: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:56:\"WordPress.org blog: People of WordPress: Robert Cheleuka\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8300\";s: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://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\";s: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:7036:\"<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Robert Cheleuka</strong></h2>\n\n\n\n<p>Robert is a self-taught graphic and motion designer turned web designer (and aspiring web developer) from Malawi, Africa. Over the years, he has grown fond of WordPress and has become a loyal user. Still, the journey is rough.</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2020/01/DSC08818.jpg?resize=632%2C790&ssl=1\" alt=\"Robert Cheleuka\" class=\"wp-image-8303\" />Robert Cheleuka\n\n\n\n<h3><strong>Malawi</strong></h3>\n\n\n\n<p>Malawi is one of the poorest countries in the world. A tiny landlocked country with a population of 17 million, it’s largely rural and still considered a developing country. The average entry-level monthly pay for most skilled jobs is about $110. If you&#8217;re employed full-time in the creative industry and if you’re very lucky, you might be able to earn more than that. Employees earning more than $300 a month are rare to non-existent.</p>\n\n\n\n<p>Robert has been a freelance graphic designer since about 2011. He started by doing gigs from his dorm in college and from home. Earnings from his freelance jobs increased his interest in entrepreneurship and he started to consider starting his own creative agency.</p>\n\n\n\n<h3><strong>How Robert was introduced to WordPress</strong></h3>\n\n\n\n<p>Robert first came into contact with WordPress in 2014 when he and a friend started a local tech blog. Before that, all he knew was basic, outdated HTML from high school and some knowledge of Adobe Dreamweaver. They decided to use WordPress, and their new blog looked like it came from the future. They used a theme from the repo and got such positive feedback from the blog they decided to open a content and media publishing agency.</p>\n\n\n\n<p>While they got a few web redesign jobs thanks to the exposure the blog brought, they lacked the administrative and business skills needed and ended up going their separate ways. Then in his first real job after college Robert finally took it upon himself to learn the ins and outs of WordPress. He learned how to install WordPress on a server and did some research on customizing themes. </p>\n\n\n\n<p>With that knowledge alone he got his first web design clients and started earning nearly as much as he did at his job. Robert soon realized that free WordPress themes would only take him so far, especially with his limited code skills.</p>\n\n\n\n<p>Because in Malawi only people who travel abroad have access to credit cards, paying for premium themes was impossible. Like many WordPress designers in developing countries, Robert turned to using pirated themes instead. He knew that was both unsafe and unethical, and decided to learn how to code. Knowing how to build themes from scratch would surely help him rise above the competition. </p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2020/01/20180905_1971270886435744_8835917058488139776_n.jpg?fit=632%2C632&ssl=1\" alt=\"\" class=\"wp-image-8304\" />\n\n\n\n<h3><strong>The WordPress community from Robert’s perspective</strong></h3>\n\n\n\n<p>Robert doesn’t have a lot of interaction with the WordPress community. Although he would search for solutions from blogs about WordPress he had never actually talked to or asked anyone from the community for a solution.&nbsp;</p>\n\n\n\n<p>Robert believes that this isolation is the result of a glass ceiling &#8212; the WordPress community is partially online and partially in-person, but there isn’t a local group in Malawi. And because Malawi, like many other developing nations, lacks a way to pay online many can’t access premium support, online learning, or most other types of professional development. No matter how welcoming the people of WordPress might be, it can still feel like it mostly belongs to those with enough privilege to conduct business on the internet.</p>\n\n\n\n<h3><strong>WordPress &amp; inclusion</strong></h3>\n\n\n\n<p>As most freelancers know, it’s really hard to learn while you also still need to earn. Add pitching to clients and shipping graphic design projects… there are only so many hours in a day.</p>\n\n\n\n<p>Robert didn’t have a programming background and had always been more of a creative person. In order to grow as a web designer/developer, he needed to learn PHP. Again, without access to a credit card, that was complicated. Also, free coding training wasn’t as widely available as it is now.</p>\n\n\n\n<p>Robert wishes that more developers would consider alternative ways for users who cannot pay for courses, themes, or plugins (whether that’s because of available infrastructure or otherwise). He wishes that WordPress tutors and developers would open up ways to accommodate aspiring learners in developing countries who cannot access plugins, courses, and themes, to be able to give back and to participate at another level.</p>\n\n\n\n<p>WordPress has allowed him to build an income he would have no other way of earning and it makes a huge difference. He believes sharing stories like his will hopefully make WordPress products and services become more universally available. In addition, he hopes that more aspiring, self-taught developers will find courage in reaching out to connect with others out there.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>), Siobhan Cunningham (<a href=\"https://profiles.wordpress.org/siobhanseija/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>siobhanseija</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>)</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo.jpg?resize=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7025\" />\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p> <em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em> </p>\n</div>\n</div>\n\n\n\n<p> <em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em> </p>\n\n\n\n<p><br /></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, 25 Jan 2020 15:26: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";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:\"WPTavern: 10up Releases Autoshare for Twitter WordPress 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:29:\"https://wptavern.com/?p=96737\";s: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:73:\"https://wptavern.com/10up-releases-autoshare-for-twitter-wordpress-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:3951:\"<p>On Tuesday, 10up <a href=\"https://10up.com/blog/2020/autoshare-for-twitter-wordpress-plugin/\">released its Autoshare for Twitter plugin</a>.  The plugin is designed to automatically tweet blog posts as they are published.  By default, it will send the post title, featured image, and link to Twitter.  Users can also add a custom message. The <a href=\"https://wordpress.org/plugins/autoshare-for-twitter/\">plugin is available</a> in the WordPress plugin directory.</p>\n\n\n\n<p>If you threw a rock into a crowd of WordPress plugins, you would likely smack a social-networking extension.  The WordPress plugin market is crowded with similar plugins, so it would make sense if this one flew under the radar.  Plus, powerhouse plugins like Jetpack provide similar functionality, such as the <a href=\"https://jetpack.com/support/publicize/\">Jetpack Publicize feature</a>.  Yet, with the prevalence of similar plugins, Autoshare for Twitter is worth checking out.</p>\n\n\n\n<p>Many similar plugins work with multiple social networks, but 10up&rsquo;s plugin is designed specifically for sharing via Twitter.  For users who only need a solution for that specific social network, it is a solid solution for version 1.0.</p>\n\n\n\n<p>10up originally built the plugin to provide the company&rsquo;s clients more control and customization than they found in existing solutions.  &ldquo;Recognizing its widespread potential, we decided to follow our own best practices for managing open-source software by releasing it as a free plugin on the official WordPress plugin repository,&rdquo; wrote Jeff Paul, Associate Director of Open Source Initiatives at 10up.</p>\n\n\n\n<p>The plugin works with both the block and classic editors.  When in use with the block editor, it is added as part of the pre-publish check system as shown in the following screenshot:</p>\n\n\n\n<img />Pre-publish check for tweeting a post.\n\n\n\n<p>The custom message box tracks the number of characters so that users do not go over Twitter&rsquo;s character count.   The plugin also displays a message in the Status &amp; Visibility panel to let users know if a post was shared on Twitter.   </p>\n\n\n\n<p>Overall, the plugin does its job well (<em>sorry to folks who were bombarded with some test tweets earlier</em>).  It would be nice to see similar one-off solutions that are specific to other social networks.  I often find myself in need of such plugins without dealing with a full array of social networking options.</p>\n\n\n\n<p>The plugin is also <a href=\"https://github.com/10up/autoshare-for-twitter\">available on GitHub</a> for others to contribute.  Currently, there are several open issues that would improve how the plugin works.</p>\n\n\n\n<h2>Setup Is Not User-Friendly</h2>\n\n\n\n<img />Settings page for Twitter credentials.\n\n\n\n<p>The biggest downside to the plugin is there are no links, no admin help tab, and no instructions on how to set up the Twitter Credentials on the plugin&rsquo;s setting screen.  The page simply has some text fields for things like an API Key, API Secret, and so on.  These are not user-friendly terms, and will likely be confusing for many.  Not to mention, similar plugins can connect users at the click of a button.  For a plugin that does nearly everything else right, this is a missing piece of what would be a near-perfect release.</p>\n\n\n\n<p>The plugin is ideal for power users or developers who want to set up Twitter sharing for a client. In the current version of the plugin, users need to set up a <a href=\"https://developer.twitter.com/\">Twitter Developer account</a> and create a Twitter App.  This generates the API keys and necessary tokens for using the plugin.</p>\n\n\n\n<p>The plugin does have an <a href=\"https://github.com/10up/autoshare-for-twitter/issues/57\">open ticket on GitHub</a> for a better onboarding process, which could solve this issue.  Therefore, the team is aware of and actively working on making this smoother in a future 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:\"Fri, 24 Jan 2020 21:00:15 +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: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:102:\"WPTavern: Gutenberg 7.3 Brings Navigation Block Colors, Block Collections API, and Dynamic Post Blocks\";s: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:29:\"https://wptavern.com/?p=96706\";s: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:111:\"https://wptavern.com/gutenberg-7-3-brings-navigation-block-colors-block-collections-api-and-dynamic-post-blocks\";s: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:5495:\"<p>The Gutenberg team <a href=\"https://make.wordpress.org/core/2020/01/22/whats-new-in-gutenberg-22-january/\">announced version 7.3</a> of the plugin yesterday.  This was the second release of the year, which included 159 contributions from 56 people.  The major changes to the plugin include settings for changing the navigation block&rsquo;s text and background colors, a new Block Collections API for developers, and placeholder blocks for post elements.</p>\n\n\n\n<p>One of the most significant changes with this release is the speed improvement for page load times and input events.  Speed tests are done against posts with ~36,000 words and ~1,000 blocks.  The team reduced total load time from 6.431 seconds in version 7.2 to 4.55 seconds in version 7.3.  Input events saw larger improvements.  Events in 7.3 take 33.8 milliseconds in comparison to 64.7 milliseconds in 7.2.</p>\n\n\n\n<p>Changes in Gutenberg 7.3 covered a wide range of areas in the plugin.  The team added an <a href=\"https://github.com/WordPress/gutenberg/pull/18132\">experimental label function</a> for improving block accessibility.  They corrected over a dozen bugs with editor navigation.  They also introduced some new developer APIs such as a <a href=\"https://github.com/WordPress/gutenberg/pull/19317\">warning utility</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18495\">text component</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17148\">image size control component</a>.</p>\n\n\n\n<p>Work toward full-site editing continued in this release.  It is now possible to <a href=\"https://github.com/WordPress/gutenberg/pull/19203\">edit existing template part files</a>.  The site editor can also <a href=\"https://github.com/WordPress/gutenberg/pull/19081\">load the front page block template</a>.</p>\n\n\n\n<h2>Navigation Block Colors</h2>\n\n\n\n<img />Selecting custom colors for the navigation block.\n\n\n\n<p>The existing Navigation block continues to improve with each release.  Version 7.3 <a href=\"https://github.com/WordPress/gutenberg/pull/19108\">added new options</a> for setting the text color for all navigation items and background color for the entire navigation block.</p>\n\n\n\n<p>It is nice to see some work done toward providing users control over navigation colors.  However, it is a far cry from what a good theme designer can do with the flexibility of plain ol&rsquo; CSS.  Handling navigation colors is tricky because there is so much that is missing.  Link colors also need hover and focus state changes.  Some designs may need borders for links and border color changes for the various link states or even background color changes.</p>\n\n\n\n<p>Suffice it to say, I am still skeptical about how good the navigation block will be when it is time to move onto full-site editing, especially in comparison to the fine-tuned control that a theme author would normally have.</p>\n\n\n\n<h2>Dynamic Post Element Blocks</h2>\n\n\n\n<img />Post element placeholder blocks.\n\n\n\n<p>In previous releases, the Gutenberg team dropped post title and post content blocks.  These are placeholder blocks that will dynamically output the title and content for posts.  The long-term goal is for these blocks to be used along with full-site editing, which will allow users to manipulate how everything on their sites is output, including posts.</p>\n\n\n\n<p>Gutenberg 7.3 introduced three new placeholder blocks for post elements:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/19576\">Post author block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19578\">Post date block</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/19579\">Post excerpt block</a></li></ul>\n\n\n\n<p>This still represents early work toward full-site editing.  Eventually, Gutenberg will need to turn nearly every important template tag into a block to get full coverage of what is currently possible with PHP.</p>\n\n\n\n<p>To test these features, you must enable &ldquo;Full Site Editing&rdquo; via the Gutenberg &gt; Experiments screen in the WordPress admin.</p>\n\n\n\n<h2>Block Collections API for Developers</h2>\n\n\n\n<pre class=\"wp-block-code alignwide\"><code>registerBlockCollection( \'super-duper\', {\n    title: \'Super Duper\',\n    icon: ( &lt;SVG xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"&gt;&lt;Path d=\"M11 5v7H9.5C7.6 12 6 10.4 6 8.5S7.6 5 9.5 5H11m8-2H9.5C6.5 3 4 5.5 4 8.5S6.5 14 9.5 14H11v7h2V5h2v16h2V5h2V3z\" /&gt;&lt;/SVG&gt; ),\n} );</code></pre>\n\n\n\n<p>A new Block Collections API was added to version 7.3 for plugin developers.  Instead of registering a block category and adding blocks to specific categories, plugin developers can register a collection based on the namespace for their blocks.</p>\n\n\n\n<p>For instance, suppose you develop a plugin with a collection of blocks.  Each block is under the namespace <code>super-duper</code>.  When you register a block collection with the <code>super-duper</code> namespace, all of the blocks would be automatically registered to your custom block collection.  This seems to be a smarter way to handle groups of blocks than the existing category system. </p>\n\n\n\n<p>Right now, collections work the same way as categories within the UI.  However, it does open collections to other possibilities in the future.</p>\n\n\n\n<p>Blocks can still be registered to a specific category that makes the most sense for the individual block.  However, by registering collections, an avenue exists for finding all blocks coming from a single source.</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, 23 Jan 2020 21:17: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: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: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:45:\"HeroPress: Thinking Outside the WordPress Box\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=3054\";s: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:142:\"https://heropress.com/essays/thinking-outside-the-wordpress-box/#utm_source=rss&utm_medium=rss&utm_campaign=thinking-outside-the-wordpress-box\";s: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:7186:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/01/012320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I feel that we’ve only scratched the surface of what WordPress can be.\" /><p>Most people, when they discover WordPress, start on the challenging and rewarding path of developing themes, plugins and similar products. I decided to think outside the box.</p>\n<p>My name is Alexander, and my WordPress journey began in 2009. I’m from Chisinau, Republic of Moldova. I originally discovered WordPress while looking for a content management system for one of my projects. Intrigued by how it worked, I started like many others do &#8212; learning how WordPress works through developing WordPress websites.</p>\n<p>I started using what I knew to provide development services on freelance platforms. For the next decade, I mostly concentrated on the lesser known, yet still critically important parts of WordPress: particularly security and search engine optimization.</p>\n<p>For many people building up a freelance business in the WordPress world, these are the parts that are important to do, but are often thought of as secondary to deeper development. Theme and plugin authors in particular, get the lion’s share of the spotlight when it comes to WordPress development.</p>\n<h3>Speed and Sophistication</h3>\n<p>I soon learned that after a decade of polishing my skills, that what the world needed wasn’t more WordPress theme developers or plugin authors. What it needed were people who could take care of the kinds of tasks that seemed simple on the surface (like protecting a WordPress site from hackers or optimizing it for search engines), yet were very involved and continued to get more complex over time.</p>\n<p>Contrary to popular belief, you can’t just install a plugin or two and think your site is secure or well-optimized for Google and other sites. Sure, there are plugins which can help the process, but when disaster strikes and your site gets hacked, or you find that your site is loading sluggishly compared to your competition, or worse, your site disappears from the search rankings &#8212; you know you need help, and FAST.</p>\n<h3>A Dandy Idea!</h3>\n<p>In 2019 I decided to turn my love for WordPress into full-time work through <a href=\"https://wpdandy.com\">WPDandy</a>. Rather than marketing myself strictly as a WordPress developer or theme designer (although I also do development and design work from time to time), I decided to think outside the box and offer the kinds of services I knew that people needed, but didn’t know how much they needed them, until it was too late!</p>\n<p>Through WPDandy, I focused on WordPress maintenance, management and support services. These include but are not limited to: <b>WordPress speed improvements</b>, <b>security</b>,<b> search engine optimization</b>, <b>backups, etc.</b></p>\n<h3>How WPDandy Has Changed My Life</h3>\n<p>WPDandy has changed my life in many ways. It has enabled me to enjoy the freedom and flexibility of working for myself, doing something that I love. Today, I lead a team of highly professional and passionate WordPress developers from around the world.</p>\n<p>Through my online work, I’m able to help clients reach their business and personal goals, and grow their WordPress sites without worrying about keeping everything up to date (which can be a full-time job in itself, especially if there are multiple sites to run!). My company allows me to help others, and that brings me immense satisfaction!</p>\n<h3>Contributing to the Future of WordPress</h3>\n<p>Although I’m immensely proud of what I’ve built with WPDandy as well as thankful to all of the clients who helped me to discover and master the art and science of WordPress, I felt like I also owed something to the WordPress community itself.</p>\n<p>That’s why I’ve also signed on to be a WordPress contributor. I routinely offer suggestions, advice and share code that can help make managing and maintaining WordPress easier, as well as keep it more secure and less vulnerable to hacking and suspicious attacks.</p>\n<p>Beyond that, I’m overjoyed to be a WordCamp speaker as well. I love sharing knowledge with others and collaborating with like minds on powerful new ideas that can help shape WordPress and make it even better than before.</p>\n<h3>Shaping the Future of Content Management</h3>\n<p>It continues to amaze me how what once started as a small, ordinary blogging platform has blossomed into an absolute content management powerhouse. WordPress can become so many things: an e-commerce storefront, a message board, a membership site, and of course a blog. But I feel that, by and large, we’ve only scratched the surface of what WordPress can be.</p>\n<p>I look forward to continuing to be able to provide outstanding WordPress development, maintenance and management services for all of the many iterations of WordPress that exist and will be created in the future. It’s going to be an exciting ride, and I can’t wait to see what’s next.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Thinking Outside the WordPress Box\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Thinking%20Outside%20the%20WordPress%20Box&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Thinking Outside the WordPress Box\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthinking-outside-the-wordpress-box%2F&title=Thinking+Outside+the+WordPress+Box\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Thinking Outside the WordPress Box\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/thinking-outside-the-wordpress-box/&media=https://heropress.com/wp-content/uploads/2021/01/012320-min-150x150.jpg&description=Thinking Outside the WordPress Box\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Thinking Outside the WordPress Box\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\" title=\"Thinking Outside the WordPress Box\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/thinking-outside-the-wordpress-box/\">Thinking Outside the WordPress Box</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</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, 23 Jan 2020 18: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:16:\"Alexander Covtun\";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:75:\"WPTavern: GiveWP Plugin Users Raised Over $100 Million in Donations in 2019\";s: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:29:\"https://wptavern.com/?p=96639\";s: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/givewp-plugin-users-raised-over-100-million-in-donations-in-2019\";s: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:5667:\"<img />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/give/\">GiveWP plugin</a> users raised $106 million in donations in 2019.  This is the first time donation amounts have crossed the $100 million threshold in a year.  Matt Cromwell, GiveWP&rsquo;s COO, made the <a href=\"https://www.facebook.com/photo.php?fbid=10219125809314580\">announcement on Facebook</a> last week.  This is a jump from the $88 million and $41 million raised in 2018 and 2017, respectively.</p>\n\n\n\n<p>&ldquo;I&rsquo;m constantly amazed at what we&rsquo;ve been able to accomplish at GiveWP,&rdquo; said Cromwell.  &ldquo;The team continues to excel as experts in their fields, the platform itself continues to improve and become even more top-notch. But this number we observed recently really puts the rubber to the road.&rdquo;</p>\n\n\n\n<p>The $106 million is not an exact total in donations users have gained in their fundraising campaigns.  It only represents the numbers by users who are using PayPal or Stripe.  &ldquo;Both PayPal and Stripe provide partner programs where platforms like GiveWP get a small percentage of each processing fee,&rdquo; said Cromwell.  &ldquo;This isn&rsquo;t an additional amount, it&rsquo;s money the processor will take either way, but shares with us because we help them generate more business.&rdquo;  The partners programs rely on transparency in reporting, which is how GiveWP can see the total donations made through those payment processors.  &ldquo;In order for us to know that they are paying us appropriately, they need to provide us with numbers to see how much revenue was processed through our platform.&rdquo;</p>\n\n\n\n<p>Both PayPal Standard and Stripe are supported in the free version of the GiveWP plugin, which makes them the go-to choices of payment gateways for end-users.  &ldquo;Authorize.net is the next largest,&rdquo; said Cromwell. &ldquo;But Authorize is maybe a tenth of the number of users as either PayPal or Stripe (rough estimate).&rdquo;  Without data from the other processors, it&rsquo;s impossible to know the total donation numbers, which would be higher than the amount the team is aware of.</p>\n\n\n\n<p>GiveWP currently has over 70,000 active installations, many of which power the donation system on small sites.  The plugin is also used for large non-profit organizations such as <a href=\"https://lifewater.org/\">Lifewater</a>, a Christian-based organization that brings clean water to families living in poverty around the world; <a href=\"https://liberomagazine.com/\">Libero Magazine</a>, a Vancouver-based mental health magazine and community; and <a href=\"https://www.lovebutton.org/\">Love Button</a>, an organization that promotes a culture of love and aims to inspire humans to act with kindness.</p>\n\n\n\n<h2>From the Past to the Future</h2>\n\n\n\n<p>Impress, the company behind the plugin, <a href=\"https://wptavern.com/give-a-new-free-donations-plugin-for-wordpress\">launched GiveWP</a> in 2015 to &ldquo;Democratize Generosity.&rdquo;  The goal was to provide non-profits and other causes the ability to launch campaigns without going through the middle-man of crowd-funding sites, which can sometimes carry a hefty fee.  Handling all of this within WordPress provided a more robust and customizable solution that put site owners in control of how they ran their fundraising efforts.</p>\n\n\n\n<p>It was a bold move to build to launch in a crowded market of existing donation plugins and add-ons for major eCommerce plugins.  Thus far, the venture has turned out well.  However, the GiveWP team is not looking to slow down.</p>\n\n\n\n<p>&ldquo;Honestly, from a plugin/development perspective it feels like we&rsquo;ve learned everything new all over again,&rdquo; said Cromwell of the journey thus far.  &ldquo;The things that we felt were the biggest strengths of the platform still are strong, but also now are technical debt that we&rsquo;re working to revamp to continue to carry GiveWP strong into the future. Our form builder leveled up a lot when we built our own settings API (for example), but now in a post-Gutenberg era, it feels like it needs a more visual refresh. Doing that well with backward compatibility is a serious challenge.&rdquo;</p>\n\n\n\n<p>The team feels like much of their early success was by targeting the WordPress community.  &ldquo;That&rsquo;s playing &lsquo;inside baseball,\'&rdquo; he said.  &ldquo;Getting into the broader WP community and then additionally into the NPO community is where our challenge is now. So we&rsquo;re flexing new muscles in marketing.&rdquo;</p>\n\n\n\n<p>The original partners had to pick up new skills over the past four years.  They had to learn how to switch gears from simply being owners and workers to managing individual teams.  &ldquo;We&rsquo;re so proud of our team that it&rsquo;s become one of our biggest strengths as a company,&rdquo; said Cromwell.  &ldquo;Now getting from 20 employees (where we&rsquo;re at now) to 50 will be an even bigger challenge.&rdquo;</p>\n\n\n\n<p>The GiveWP team does not plan to focus solely on the WordPress ecosystem.  They want to branch out and see where new avenues for growth will take them.</p>\n\n\n\n<p>&ldquo;While WordPress having 35% internet market share is a big deal, there&rsquo;s still more market outside WordPress than inside,&rdquo; said Cromwell.  &ldquo;So for the growth and strength of our company we are now building out a new fundraising SaaS which we&rsquo;re excited to launch this calendar year.&rdquo;</p>\n\n\n\n<p>If the team manages to launch a successful SaaS product on the GiveWP platform, this year&rsquo;s $106 million in fundraising could pale in comparison to 2020&rsquo;s numbers and beyond.</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, 22 Jan 2020 21:19:06 +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: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:101:\"WPTavern: GoDaddy’s ‘Go’ WordPress Theme Offers a Page-Building Experience via the Block 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:29:\"https://wptavern.com/?p=96641\";s: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:103:\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-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:8640:\"<img />\n\n\n\n<p>GoDaddy launched its <a href=\"https://wordpress.org/themes/go/\">Go WordPress theme</a> last week.  It has been publicly available through its <a href=\"https://github.com/godaddy-wordpress/go\">GitHub repository</a> for several months, but the theme review team finally approved and set it live in the theme directory.  Thus far, the theme has garnered 7,000 active installs and is likely to hit the popular list, given GoDaddy&rsquo;s history of releasing popular themes.  It also provides translations in 27 languages out of the box.</p>\n\n\n\n<p>Go is simple.  After working with the theme through GoDaddy&rsquo;s <a href=\"https://wptavern.com/inside-look-at-godaddys-onboarding-process-for-managed-wordpress-hosting\">managed hosting onboarding process</a> in October last year, I was admittedly a little disappointed this time around.  The onboarding process made things almost too easy.  I had a predesigned site without thinking about it.  After installing and activating Go in my test environment, I couldn&rsquo;t help but feel like it would take 100 times more work to recreate the magic I once basked in.  I knew the power of the theme because I had been presented an ideal set of options that were preconfigured for me in the past.  Without the configuration, the theme seemed a little less impressive.</p>\n\n\n\n<p>That&rsquo;s the beauty of great marketing and onboarding.  GoDaddy had already reeled me in.</p>\n\n\n\n<p>While the Go theme is simple, it is also powerful.  A lot of that power is in its block styles.  Instead of focusing on theme-specific features, the team behind the project poured their work into creating an experience that allows theme users to piece their sites together with the block editor.  The theme is ideal for users who want to utilize the block editor as a page builder.</p>\n\n\n\n<p>The theme has a handful of customizer options that provide additional flexibility, but the main selling point is that it gets out of the way and lets the user do the designing.  I suspect we will see many similar themes in the next year as theme authors come to grips with building themes in a block world.  A large part of the market will want themes that are essentially open canvases for site owners to manipulate the output of their site via blocks.</p>\n\n\n\n<p>Go is also designed to work with WooCommerce, which is a large part of the company&rsquo;s <a href=\"https://wptavern.com/godaddy-launches-ecommerce-hosting-plan-in-partnership-with-woocommerce\">eCommerce hosting service</a>.  This integration should make it a nice option for small business owners.</p>\n\n\n\n<h2>CoBlocks Companion Recommended</h2>\n\n\n\n<img />Features block from the CoBlocks plugin.\n\n\n\n<p>The magic of Go is not in the theme itself.  It&rsquo;s in GoDaddy&rsquo;s companion plugin <a href=\"https://wordpress.org/plugins/coblocks/\">CoBlocks</a>, which the company <a href=\"https://wptavern.com/godaddy-acquires-themebeans-coblocks-block-gallery-and-block-unit-tests\">acquired last year</a> in a deal with ThemeBeans.  The plugin has soared from a mere 3,000 active installs to over 100,000 since.</p>\n\n\n\n<p>CoBlocks offers everything from accordions to maps, from logos to pricing tables, and a lot more in between.  It covers a lot of ground that the core WordPress editor blocks do not cover.</p>\n\n\n\n<p>The Go theme is designed to go hand-in-hand with CoBlocks (<em>can we get GoDaddy to just go ahead and rename the plugin to <strong>Go</strong>Blocks?</em>).  The theme is meant to offer a page-building experience.  Because GoDaddy owns both products, it makes sense they would offer one of the nicer integrations between the plugin and a theme.</p>\n\n\n\n<h2>Not Ideal for Blogging</h2>\n\n\n\n<img />A lot of whitespace between text and other blocks in posts.\n\n\n\n<p>The theme makes generous use of whitespace, but its overuse can often break the reading flow for blog posts.  The flow from paragraph to paragraph is fine.  However, the moment you drop an image, gallery, pull-quote, or one of many other blocks into the content, the theme adds an extra 140 pixels of whitespace above and below the block.  It completely throws off the vertical rhythm of the post.</p>\n\n\n\n<p>Go also displays the full posts on the blog posts page instead of excerpts.  There are few things I dislike more when it comes to blogs.  Providing an option for users to choose between a full and summary view would be ideal.</p>\n\n\n\n<p>The theme does not claim to be well-suited to blogging.  None of the demos for the theme show off a blog.  If you&rsquo;re looking for a theme to handle blogging with media mixed in the content, you will find better offerings elsewhere, such as the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme</a></p>\n\n\n\n<h2>Limited Yet Useful Theme Options</h2>\n\n\n\n<img />Design style and color scheme options in the customizer.\n\n\n\n<p>The theme adds five sections to the customizer:</p>\n\n\n\n<ul><li>Site Design</li><li>Header</li><li>Footer</li><li>Social</li><li>Site Settings</li></ul>\n\n\n\n<p>Within each section, Go provides a few basic options, most of which are related to colors and layout.  The most useful options reside under the &ldquo;Site Design&rdquo; section.  The theme presents a design style option that changes the theme&rsquo;s fonts and colors.  Currently, there are five design styles:  traditional, modern, trendy, welcoming, and playful.  Once a design style is selected, users can choose from four color schemes for that style.  The design of this system is brilliant.  It gives users choices without forcing them to become designers and handpick the perfect hex code for each color.</p>\n\n\n\n<p>Users who prefer to manage individual colors are not left out.  The theme also provides options for overriding any of the colors from the chosen color scheme.</p>\n\n\n\n<p>I was disappointed that Go opted for creating individual options for various social networks instead of using a navigation menu.  Using WordPress&rsquo; built-in nav menu system for social links has become the <em>de facto</em> standard in the last several years, which allows users to carry their social links from one theme to the next.  Unfortunately, users are required to retype all of their links with this theme.</p>\n\n\n\n<p>The theme keeps does not go overboard with options but provides enough customizability to make the theme unique to the user.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>The theme offers a solid and well-documented codebase.  There is not much PHP or JavaScript code, so there are few areas where it can go wrong.  The theme&rsquo;s strength is in its CSS.</p>\n\n\n\n<p>The theme templates were primarily HTML with PHP sprinkled in.  For DIY users who like to hack away at theme templates, you should not find any surprises.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Users who want to customize every page of their site will likely enjoy this theme.  It is well-suited for small business owners and others with small sites.  It could work well for artists and others with portfolios as well.</p>\n\n\n\n<p>It does not fit with my personal taste because it does not cater to my blogging style, which is my primary interest in themes.  However, I would not hesitate to recommend it to anyone who wants a ton of control over their site&rsquo;s inner page design.</p>\n\n\n\n<p>The following is a list of the available demos.  There is a lot that can be done in combination with the CoBlocks plugin, which you will want to use in combination with Go.</p>\n\n\n\n<p><strong>Demos with the CoBlocks plugin:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=alder\">Alder</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=ashby\">Ashby</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=barista\">Barista</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=bento\">Bento</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=everett\">Everett</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=figure\">Figure</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=keynote\">Keynote</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=salt\">Salt</a></li></ul>\n\n\n\n<p><strong>Demos with the CoBlocks and WooCommerce plugins:</strong></p>\n\n\n\n<ul><li><a href=\"https://wpnux.godaddy.com/v2/?template=avenue\">Avenue</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=chai\">Chai</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=jane\">Jane</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=philo\">Philo</a></li><li><a href=\"https://wpnux.godaddy.com/v2/?template=wares\">Wares</a></li></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:\"Tue, 21 Jan 2020 21:52:12 +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: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:73:\"WPTavern: Gutenberg Can Tackle the Problems the Fields API Tried to Solve\";s: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:29:\"https://wptavern.com/?p=96617\";s: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:84:\"https://wptavern.com/gutenberg-can-tackle-the-problems-the-fields-api-tried-to-solve\";s: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:6098:\"<p><strong>The Fields API.</strong></p>\n\n\n\n<p><em>Never heard of it?</em>  That&rsquo;s OK.  Outside of the inner development community, it is not widely known.  The average WordPress user does not need to know about it.  Before understanding how the Fields API fits into Gutenberg&rsquo;s future, you must first understand what it is and the problems it was meant to fix.</p>\n\n\n\n<p>The Fields API was a proposed solution to one of WordPress&rsquo; biggest problems:  to build form fields in the admin and save data from those fields, developers need to know multiple APIs, depending on the specific admin screen.  </p>\n\n\n\n<p><em>Want to build a plugin settings screen?</em>  Use the Settings API.</p>\n\n\n\n<p><em>Need some theme options?</em>  Build them with the Customize API.  </p>\n\n\n\n<p><em>Have some fields to output on the user screen?</em>  Here are two hooks and a mess of HTML table markup; sorry, no official API.</p>\n\n\n\n<p>Those are just a few examples, but the truth of it comes down to this:  to show something as basic as a text field to end-users, WordPress developers need to know how to do this in a variety of ways based on competing or even missing APIs.</p>\n\n\n\n<p>There are historical reasons for this.  New features were bolted on top of WordPress over time.  In the mad rush to continue shipping features with each major update, few people stepped back and asked the fundamental question about the technical debt that would pile up over the past 16 years.  Shipping end-user features helped the platform grow, but developers had to learn all-new functions and methods each time.</p>\n\n\n\n<p>Adding to the technical burden, when the Gutenberg project launched, it introduced a new system in a different programming language.</p>\n\n\n\n<p>The Fields API would have created a standardized system for outputting form fields and saving field data.  It would work with all the existing admin screens and any new features added in the future.  Developers could learn a single system and be able to build plugins that worked with practically any area of WordPress.</p>\n\n\n\n<p>In 2014, Scott Kingsley Clark took over the <a href=\"https://make.wordpress.org/core/2014/02/25/metadata-project-update/\">Metadata UI Project</a>.  The initial idea was to create an API for adding custom fields (meta box fields) on the post-editing screen.  Eventually, Clark and those working on the project realized the problem that needed solving was larger than meta boxes.  WordPress needed an API that worked across the board.  After a year, the project was <a href=\"https://make.wordpress.org/core/2015/05/27/metadata-api-project-reborn-the-new-fields-api-project/\">relaunched as the Fields API</a>.</p>\n\n\n\n<p>After years of working on the code behind the project, Clark became burned out.  He <a href=\"https://wptavern.com/wordpress-core-fields-api-project-is-seeking-new-leadership\">stepped down as the project&rsquo;s lead</a> in 2018.  With no buy-in from the decision-makers for the WordPress project, there was little hope of it making it into core.  At that point, the <a href=\"https://wptavern.com/wpweekly-episode-326-long-live-the-fields-api-project\">project was all but dead</a>.</p>\n\n\n\n<p>Gutenberg&rsquo;s development was in full swing.  Developers were gearing up for relearning how to add the same basic text fields and other form elements in whole new ways.</p>\n\n\n\n<p>The Fields API, had it made it into WordPress before the block editor, could have alleviated the need for developers to learn a new system.  However, that&rsquo;s not where we&rsquo;re at today.  The Fields API never made it past the gatekeepers, and developers have one more thing to stay knowledgeable on.</p>\n\n\n\n<p>The question is:  how do we address this going forward?</p>\n\n\n\n<h2>How the Gutenberg Project Can Solve the Fields API Problem</h2>\n\n\n\n<p>What many don&rsquo;t understand is that the Gutenberg project is larger than the content editor.  The first iteration, Phase 1, of the project was to create a new editing experience.  Phase 2 will create new admin screens for site editing using the same components for the editor.  Custom text fields, select dropdowns, color options, or one of many other field types all run through the same reusable, component-based system.</p>\n\n\n\n<p>That sounds remarkably similar to the Fields API.  At the end of the day, the Fields API is simply a standardized method of reusing components to output form fields and save data, regardless of the screen in WordPress.</p>\n\n\n\n<p>WordPress needs to be rebuilt from the ground up.  Gutenberg provides us the opportunity to rewrite every admin page in WordPress using a standardized system for handling form fields.</p>\n\n\n\n<p>From a technical standpoint, Gutenberg has <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src\">dozens of components</a>.  These include a text control, button, checkbox, and much more.  It covers the majority of use cases plugin and theme authors need for form fields.  These things are not tied directly to the block system.  They are simply components that can be used anywhere.</p>\n\n\n\n<p>The next step would be setting the foundational layer for other admin screens.  It will not be easy.  There will be backward-compatibility mountains that the Fields API could have climbed for us years ago.</p>\n\n\n\n<p>Given WordPress&rsquo; history, developers will likely continue using competing APIs for fields on various admin pages.  And, if we&rsquo;re still at that point in five years, the Gutenberg project will have failed for not going as far as it could have.</p>\n\n\n\n<p>For success, the Gutenberg project needs to have a wider vision and a longer-term roadmap that addresses the issues of fields on every screen.  Otherwise, projects with easier-to-learn APIs will be more enticing to developers.</p>\n\n\n\n<p>The idea of <em>Gutenberg-ifying</em> the entirety of the WordPress admin will be off-putting to many, but WordPress has to solve its form fields issue at some point.  It might as well reuse the components that will be seeing active development for years to come.</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, 20 Jan 2020 21:29: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: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: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:74:\"WPTavern: Blocksy WordPress Theme Provides a Solid Block-Editor Experience\";s: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:29:\"https://wptavern.com/?p=96555\";s: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/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\";s: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:7060:\"<img />Screenshot of the Blocksy theme blog posts page.\n\n\n\n<p>Creative Themes dropped version 1.6.8 of its <a href=\"https://wordpress.org/themes/blocksy/\">Blocksy WordPress theme</a> yesterday.  It was an update to a theme that is quickly becoming popular, having garnered 58 five-star reviews and one thousand active installs since it first went live in the WordPress theme directory.  The theme is specifically built to work with the block editor and is a nice example of what is currently possible with blocks.</p>\n\n\n\n<p>Blocksy is billed as a general-purpose theme and also works with other popular page builders like Elementor, Beaver Builder, and Visual Composer.  The truth-test is whether it handles the block editor, especially given its primary audience (it is named <em>Blocksy</em>, after all).  Aside from a few trivial quirks, the theme handled nearly every bit of test content I threw at it.</p>\n\n\n\n<p>Blocksy is one of the better-designed free themes for the block editor that I have seen.</p>\n\n\n\n<p>I want to use this theme for a project.  Unfortunately, I have no site to use it on at the moment.  I do not say this about many free, repository-hosted WordPress themes.  The quality of work is on par with themes from the majority of commercial theme shops I have tested or used over the years.</p>\n\n\n\n<p>The theme is not without a few issues, which we&rsquo;ll get to, but it is a solid offering.</p>\n\n\n\n<h2>Block Design</h2>\n\n\n\n<img />A few block design examples from the theme.\n\n\n\n<p>With a name like <em>Blocksy</em>, I went into this review with a mindset that the theme better handle every test block I dropped into the block editor with grace.  I wanted to make sure it lived up to its name.</p>\n\n\n\n<p>I am happy to report that it handles block design as good as or better than most themes designed for showcasing the block system.  It adds just enough stylistic flair, such as a unique pull-quote design, without getting in the way of the content.</p>\n\n\n\n<p>One problem area is the font in the editor does not match the font on the front end completely.  This is a minor issue that should be easily fixed in an update.</p>\n\n\n\n<p>You can find some good examples of block design on the theme&rsquo;s <a href=\"https://demo.creativethemes.com/blocksy/main/gutenberg/\">Gutenberg demo page</a>.</p>\n\n\n\n<h2>Block Editor Sidebar</h2>\n\n\n\n<img />Custom block editor sidebar for post meta.\n\n\n\n<p>The latest update of the theme includes additional integration with the block editor.  The team moved its old meta box, which sat below the post content editor, to a new sidebar panel.  This change is refreshing.</p>\n\n\n\n<p>I did not know the meta box existed until the theme developers pointed out this change in feature (I first started testing the previous version of the theme).  At this point, I never look at the bottom of the block editor for meta boxes.  I expect any additional settings to be placed firmly in the right sidebar area.  I applaud this move.  It could confuse old theme users when updating, but it feels more natural in its new home.</p>\n\n\n\n<p>The team has done a nice job with this custom sidebar for the most part.  The biggest issue is with the button for switching to it.  By using both an icon and the &ldquo;Page Settings&rdquo; text, it uses more room than necessary.  To fit in line with the existing UI, it should simply display an icon.  The button text is also hard to read when selected, which is a minor CSS issue that can be corrected in an update.</p>\n\n\n\n<h2>Customizer Options</h2>\n\n\n\n<img />Custom-designed customizer control panel.\n\n\n\n<p>For users who like to have full control over the site&rsquo;s display, this theme won&rsquo;t disappoint.  For users who dislike by many options, the number of design settings will likely feel overwhelming.  </p>\n\n\n\n<p>Blocksy has more design options than most people will ever need.  Some options, such as letter-spacing and line-height controls for fonts may be going overboard.  Ideally, those things would be automatically adjusted based on the chosen font family.</p>\n\n\n\n<p>The theme also uses a custom design for the customizer control panel.  In general, the custom design looks nice.  However, is not good practice for themes to customize a shared WordPress UI element.  Plugins with options in the customizer could break.  It is best to stick with the default design.</p>\n\n\n\n<h2>Blocksy Companion Plugin</h2>\n\n\n\n<p>The theme promotes an additional plugin named Blocksy Companion.  The add-on plugin provides users with additional widgets, a cookies-consent feature for the front end, and integrations with Mailchimp, Instagram, and WooCommerce.  It also provides an avenue for importing custom-made demo content.</p>\n\n\n\n<p>Most of the companion plugin&rsquo;s features are fairly routine compared to similar themes in the WordPress theme repository.  The cookies-consent feature is something I haven&rsquo;t seen before as part of a theme add-on plugin.</p>\n\n\n\n<p>My biggest complaint with the plugin is that it makes the &ldquo;Blocksy&rdquo; admin menu item a top-level item.  It is a waste of valuable real estate in an already-cluttered admin menu.  Plus, there is no good reason for a single theme/plugin screen to take a top-level spot when it has no sub-menus.</p>\n\n\n\n<h2>How Does the Code Look?</h2>\n\n\n\n<p>If I were describing the code in one phrase:  <em>average but gets the job done</em>.</p>\n\n\n\n<p>The theme has a lot of PHP code.  Most of it is dropped into a single <code>/inc</code> folder and not organized nearly as well as it could be.  It feels like a giant mish-mash of functions with almost non-existent inline documentation for most of them.  It&rsquo;s not something a developer who is not intimately familiar with the theme would want to dive into.</p>\n\n\n\n<p>This is not an argument that the theme&rsquo;s code is bad.  It passed the official WordPress.org review process and made it into the theme directory, so it is at least doing the minimum necessary.  It&rsquo;s simply unimpressive, which is par for the course when it comes to most WordPress themes.  Code architecture seems like an afterthought, which could make it tougher to maintain over the long haul.  With a theme that has as much code as this one, this is more important than it is for simpler themes.  It can also easily be remedied with a week or so of dev time strictly devoted to architecture.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p>Blocksy is a well-designed theme that does the job it sets out to do.  It is ideal for users who are working with the block editor or a third-party page builder.  The theme is packed with far more options than I could cover in this review.  If customizability is your thing, you will likely enjoy it.</p>\n\n\n\n<p>The team shared some of their future ideas.  They have plans to add conditional headers, footers, and sidebars; a sticky header; AMP support; and more.  They seem excited about the future of the theme.</p>\n\n\n\n<p>Overall, I would recommend this theme for users who want a clean, relatively fast, block-ready WordPress theme.</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, 17 Jan 2020 21:34: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: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: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:51:\"WPTavern: WordCamp Houston Returning After 10 Years\";s: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:29:\"https://wptavern.com/?p=96499\";s: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://wptavern.com/wordcamp-houston-returning-after-10-years\";s: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:4308:\"<img />\n\n\n\n<p>After a 10-year hiatus, <a href=\"https://2020.houston.wordcamp.org/\">WordCamp Houston</a> will return in 2020.  The event will run from May 9-10 at the Hilton Houston NASA Clear Lake and expects 250-300 attendees.  The team behind the Texas-based WordCamp is still in the process of putting the event together and is looking for volunteers, speakers, and sponsors.</p>\n\n\n\n<p>With 10 years between events, local organizers had to rebuild their WordPress community.  &ldquo;After <a href=\"https://wptavern.com/it-took-houston-four-years\">WordCamp 2010</a>, the community seemed to have dismantled,&rdquo; said Christina Hawkins, lead organizer for WordCamp Houston.  &ldquo;I can only guess that because it takes an active community and dedicated volunteers, that if any piece starts to have trouble, it becomes challenging to continue,&rdquo; she speculated as to why the original event never continued.</p>\n\n\n\n<p>Hawkins began the Sugar Land meetup, located south of Houston but a greater part of the Houston area.  The overall area has several regular WordPress meetups.  &ldquo;John Peterson and a few others were instrumental in building the community again,&rdquo; she said.  &ldquo;They were dedicated and made sure we had regular monthly meetings with quality speakers.&rdquo;  Currently, they have 12 wranglers who are working to make sure this year&rsquo;s WordCamp runs smoothly.</p>\n\n\n\n<p>Considering that Houston is the hometown of Matt Mullenweg, the co-creator of WordPress, it would seem like the city would be the ideal location for an annual WordPress event.  He is not involved in the event or currently on the speaker roster, which is still open.  Hawkins hopes that he can at least attend the event in an unofficial capacity.  &ldquo;I want to iron out any wrinkles first and present a flawless WordCamp for him,&rdquo; she said.  &ldquo;We expect 2020 to be a WordCamp that knocks it out of the park, but I want to make sure we represent WordPress in the best light and formally invite him as a keynote next year.&rdquo;</p>\n\n\n\n<p>WordCamp Houston is currently <a href=\"https://2020.houston.wordcamp.org/call-for-speakers/\">accepting speaker applications</a>.  The process will remain open until February 29.  Those who want to speak should submit a topic and plan for a session that lasts 30-40 minutes.</p>\n\n\n\n<p>&ldquo;Heather Baker is our Speaker Wrangler,&rdquo; said Hawkins.  &ldquo;Since this is the first one in years, she has been actively training future speakers. We had an in-person workshop last fall and we are preparing a webinar series soon that will be broken up in chunks.&rdquo;</p>\n\n\n\n<p>Thus far, the event organizers have received 29 applications and are expecting more.  They will evaluate applications from the first of March and let speakers know if their session is approved on March 15.</p>\n\n\n\n<p>The team is still on the hunt for sponsors.  &ldquo;We have the national sponsors, which is very helpful, but we are in the process of getting the word out locally,&rdquo; said Hawkins.  &ldquo;Most of Houston has never heard of WordCamp so it&rsquo;s up to us to start knocking on doors. We have a long list of people and companies that we are reaching out to.&rdquo;</p>\n\n\n\n<p>Individuals or businesses who wish to sponsor the event can sign up via the <a href=\"https://2020.houston.wordcamp.org/become-a-sponsor/\">sponsorship page</a>.  There are four tiers, ranging from $150 to $3,000, with various perks for each level.</p>\n\n\n\n<p>The team chose the Hilton Houston NASA Clear Lake venue for this year&rsquo;s event.  The location was ideal because it had a good room setup, which could allow them to expand in case they had an increase in attendance.  They can also add an extra room if they need to add another speaker track.</p>\n\n\n\n<p>&ldquo;It&rsquo;s also close to NASA which fits our overall theme of &lsquo;Taking Off!\'&rdquo; said Hawkins.</p>\n\n\n\n<p>The team initially had some trouble finding a venue that met their needs, budget, and location.  &ldquo;Houston is a vast city, and it is not very easy to manage so many people that live all over,&rdquo; said Hawkins.  &ldquo;I am sure other cities like Atlanta, LA, and Chicago have the same problem with having a vast city that can extend to an hour drive in each direction.&rdquo;</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, 16 Jan 2020 19:59: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: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: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:79:\"Post Status: Introducing a new chapter, with Cory Miller as Post Status partner\";s: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:31:\"https://poststatus.com/?p=73897\";s: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:\"https://poststatus.com/cory/\";s: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:4335:\"<p>I <a href=\"https://poststatus.com/launched/\">created</a> Post Status in January 2013 and <a href=\"https://poststatus.com/lets-grow/\">started</a> the Club in January 2015. January 2020 marks another huge milestone for this community and business.</p>\n\n\n\n<p>I’m very excited to share that <a href=\"https://corymiller.com/\">Cory Miller</a> is now an equal partner of Post Status. Cory purchased half the business and will be working with me in the day-to-day management, writing, community engagement, and everything else we do with Post Status.</p>\n\n\n\n<p>Many should know Cory from his ten years running <a href=\"https://ithemes.com/\">iThemes</a>. After they sold the business to Liquid Web and he spent some time there, he decided to step away and continue his entrepreneurial journey. He’s working on a few projects, and Post Status is a significant part of where he’s dedicating his time and energy.</p>\n\n\n\n<p>Cory is a long-time friend, and iThemes has been a Post Status sponsorship partner since 2015. Cory understands the community, the role Post Status plays in the space, and he brings so much to the table, from established community relationships to product and business experience.</p>\n\n\n\n<p>We’ve known one another going back to 2010 or so. I got to watch as he navigated the WordPress space as the CEO of a theme company turned plugin company, from inception to exit.</p>\n\n\n\n<p>Cory has so many qualities I admire. Most of all, I admire his honesty, his compassion, his passion for people, and his vision for what’s possible. I look forward to working with a true partner on Post Status after so many years of managing the primary responsibilities with much help from many friends and contractors along the way.</p>\n\n\n\n<p>In addition to Cory and myself, David Bisset and Dan Knauss continue to be integral parts of the Post Status effort. Cory and I are thankful for their energy, consistency, and talents.</p>\n\n\n\n<p>We are working together in Oklahoma City this week to finalize our plans for the 2020 year. We already have a lot planned and are looking to get these new initiatives and processes off to a rocking start.</p>\n\n\n\n<h3>Potential in the WordPress community</h3>\n\n\n\n<p>There is so much potential in the WordPress community, and Post Status plays an important role through news, community, and professional development. We are going to continue to do that, and we are also going to make changes that we think will benefit the community as a whole and Post Status Club Members in particular.</p>\n\n\n\n<p>If you’ve ever thought about joining the <a href=\"https://poststatus.com/club\">Post Status Club</a>, it’s a great time to do so. At a minimum, anyone in the WordPress community should subscribe to the <a href=\"https://poststatus.com/newsletter\">newsletter</a>. If you’ve been a member before, we thank you, and we hope we are able to continue to serve you for years to come — better than ever, better together.</p>\n\n\n\n<h3>Cory\'s thoughts</h3>\n\n\n\n<p>I asked Cory to share a couple of his own thoughts on why he’s investing in Post Status, both with his money and energy.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’ve been a fan and supporter of Post Status since the beginning. At iThemes we were one of Brian’s first sponsors. Over the years I leaned on Brian’s insights and counsel — personally as well as through Post Status — to inform and grow iThemes.</p><p>When Brian approached me about becoming a partner my first reaction was, “Heck yes!” Over our weeks and months of conversations, my excitement grew and grew as our goals and aspirations for Post Status were revealed to be so well aligned.</p><p>I truly believe in what Brian has built. And I only want to be a value add and look forward to coming alongside Brian, the Post Status team and this great community.</p></blockquote>\n\n\n\n<p>We\'re so excited to finally be able to make this official. We look forward to continuing to serve you our readers, our Club members, our partners, and the broader community.</p>\n\n\n\n<p>Onward!</p>\n\n\n\n<h3>Audio & Video Q&A; with Cory and Brian</h3>\n\n\n\n<p>We’ll be announcing more specific plans over the coming weeks, and below is our conversation post-announcement by audio and video:</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\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:\"Thu, 16 Jan 2020 13:55:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";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:16:\"Matt: Thirty Six\";s: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:22:\"https://ma.tt/?p=50760\";s: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:33:\"https://ma.tt/2020/01/thirty-six/\";s: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:3332:\"<p>I am now solidly entering my late thirties, and fortunately I am in good health, good cheer, and doing one of my favorite things — exploring a part of the world and culture I haven’t experienced before (Maldives and Sri Lanka).</p>\n\n\n\n<p>The past year has included a number of professional milestones including <a href=\"https://ma.tt/2019/09/series-d/\">a significant amount of fundraising</a> and related activity, bringing in <a href=\"https://ma.tt/2019/08/tumblr-the-day-after/\">a major new product to the Automattic family</a>, the <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">maturation of Gutenberg in the WordPress ecosystem</a>, launching the <a href=\"https://distributed.blog\">Distributed blog and podcast</a>, and a growth in the breadth and depth of the Automattic team.</p>\n\n\n\n<p>Partially because of the schedule those milestones required, this ended up being my year with the most travel ever since I started tracking: I flew over 515k miles, to 124 cities in 24 countries. I was able to incorporate a <a href=\"https://photomatt.tumblr.com/post/186959053572/some-beautiful-trails-near-aspen-ran-the-heavy\">good amount of running</a> in my routine, started picking up musical instruments again, and learning more about sound and its impact on our lives. I found <a href=\"https://streaksapp.com/\">small daily habits</a>, like a little bit of exercise or stretching first thing in the morning, to be sustainable and high-impact.</p>\n\n\n\n<p>What suffered in 2019 was my <a href=\"https://ma.tt/2020/01/29-books-in-2019/\">book reading time</a> and making a dent on the <a href=\"https://www.theworlds50best.com\">top 50 list</a>. I still check <a href=\"https://www.techmeme.com\">tech news every day</a>, but I had to unplug from daily non-tech news because it was just too hectic — I’ve found a lot of value in <a href=\"https://www.economist.com\">weekly publications like the Economist</a> to make sense of what’s going on in the world with the benefit of a little distance and time.</p>\n\n\n\n<p>Personally my main goals this year are for the health and wellness of my family, incorporating more playing music and photography into my life, and strengthening <a href=\"https://www.calm.com\">my meditation practice</a>. If you’re reading this, I hope to run into you online or in person and this year let’s do our best together to leave the world a little better than we found it.</p>\n\n\n\n<p>All birthdays: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</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, 16 Jan 2020 09:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:62:\"WordPress.org blog: WordPress Leaders Nominated for CMX Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8288\";s: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/2020/01/wordpress-leaders-nominated-for-cmx-awards/\";s: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:3074:\"<p>Two members of the WordPress leadership team were nominated for excellent work in their field in the first ever Community Industry Awards. <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> is nominated for <a href=\"https://cmxhub.com/awards-executive\">Executive Leader of a Community Team</a> and <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> is nominated for <a href=\"https://cmxhub.com/awards-professional\">Community Professional of the Year</a>.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2020/01/josepha_and_andrea.jpg?fit=632%2C281&ssl=1\" alt=\"\" class=\"wp-image-8292\" />\n\n\n\n<p><a href=\"https://cmxhub.com/\">CMX</a> is one of the largest professional organizations dedicated to community builders. The awards were open to public nomination, and finalists were chosen by panels of their peers in the CMX community.</p>\n\n\n\n<p>Andrea has been a vital community strategist for the WordPress project since 2011. Her work to build and support a vibrant community has played a part in the success around the popular open source CMS. Her work is sponsored by Automattic, where she leads a team that focuses on educational efforts, funding, and in-person community-driven events that serve a global base.</p>\n\n\n\n<p>Josepha has been the Executive Director of the WordPress project since 2019. Her work to coordinate and guide volunteer efforts spans 20 teams and involves thousands of volunteers. Her work is also sponsored by Automattic, where she leads the open source division that focuses on all aspects of open source contribution including design, development, volunteer engagement, and the health of the overall WordPress ecosystem.</p>\n\n\n\n<h2>Votes are Open</h2>\n\n\n\n<p>Final recipients are chosen with open voting — if you feel like either Andrea or Josepha have had an impact on your careers, your trajectory in the WordPress project, or the health of WordPress as a whole, there are three ways you can show your support:</p>\n\n\n\n<ul><li>Stop by and vote for them (Andrea&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-executive\">here</a>, Josepha&nbsp;<a href=\"https://href.li/?https://cmxhub.com/awards-professional\">here</a>)!</li><li>Share this post with your own communities!</li><li>Tweet some inspirational thoughts about your time/experience/learnings with WordPress (using&nbsp;#WordPress, naturally)!</li></ul>\n\n\n\n<h2>Thank You Notes</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>A lot of care and passion goes into making the WordPress Project as fantastic as it is. I think these awards are a reflection of how wonderful the community and ecosystem are, and I appreciate everyone&#8217;s continued trust in my stewardship!</p><cite>Josepha Haden Chomphosy</cite></blockquote>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordPress community organizers are some of the most generous and creative people in the world — working with them is exciting and interesting every day. I’m humbled by this nomination; thank you!</p><cite>Andrea Middleton</cite></blockquote>\";s: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, 15 Jan 2020 21:42:12 +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:16:\"Francesca Marano\";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:67:\"WPTavern: Get Involved With Block-Based WordPress Theme Experiments\";s: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:29:\"https://wptavern.com/?p=96502\";s: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/get-involved-with-block-based-wordpress-theme-experiments\";s: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:4426:\"<p>As the WordPress theme review team wound down their team meeting yesterday, they were finalizing what their focus area for 2020 would be.  The general agreement among members was that block-based themes should be at the top of the list.  There was some pushback from a minority that did not want to see block-based themes at all.  The reality is that themes will be changing in the next year or two.</p>\n\n\n\n<p>As a team, this is the group of people who will ultimately need to set guidelines based on something WordPress has never done before.  They will also need to work diligently to bring theme authors up to speed on how themes of the future will be built.</p>\n\n\n\n<p>At this point, there are many unknowns, but work on <a href=\"https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Full%20Site%20Editing\">tickets for full-site editing</a> is happening at a quick pace.</p>\n\n\n\n<p>Allan Cole, Theme Imagineer at Automattic, later invited team members to get involved with the <a href=\"https://github.com/WordPress/theme-experiments\">Theme Experiments project</a> on GitHub.  It is a way for developers in the WordPress community to help steer the theme-development ship.  Currently, the repository is fairly bare-bones and represents only the early work toward creating themes from blocks.  Each sub-directory in the repository will be an individual experiment that explores creating themes using blocks or block templates.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">initial documentation</a> for block-based themes was introduced in early December 2019.  Since then, a handful of contributors have put together some working theme examples to get the ball rolling.</p>\n\n\n\n<p>The repository is <a href=\"https://github.com/WordPress/theme-experiments/blob/master/CONTRIBUTING.md\">open to contributions</a> from anyone.  This would be a good moment for members of the larger theme development community to start sending in pull requests to share their experiments.</p>\n\n\n\n<p>To test any of the experiments in this repository, you need to be running the latest version of the Gutenberg plugin.  You must also enable the &ldquo;Full Site Editing&rdquo; and &ldquo;Full Site Editing Demo Templates&rdquo; options from within the plugin&rsquo;s &ldquo;Experiments&rdquo; screen.</p>\n\n\n\n<h2>Parisienne Theme</h2>\n\n\n\n<img />Screenshot of the Parisienne theme.\n\n\n\n<p>Currently, the only approved theme experiment is the Parisienne theme.  It&rsquo;s a test of how block templates and template parts work.  A <a href=\"https://parisiennetheme.mystagingwebsite.com/\">live demo</a> of the theme is available.</p>\n\n\n\n<p>Don&rsquo;t expect to be blown away.  There are many missing pieces in the Gutenberg plugin, such as blocks for displaying posts and similar items.  The idea is to explore how templating will work and provide feedback to the Gutenberg development team.</p>\n\n\n\n<p>One major concern I have at this point is the flat nature of the two sub-directories for housing templates and template parts.  With the seven template part files in this theme, I worry that we are not learning from the mistakes of the past.  The sub-folders could become unruly, particularly <code>/template-parts</code>, and house dozens upon dozens of files in a real-world scenario.  This is no different from how themes currently work other than the location of the template files.  Now would be a good time to reimagine the folder structure and optimize the organization of theme templates.  For example, group sidebar templates under a <code>/template-parts/sidebar</code> folder instead of dumping everything into one location.</p>\n\n\n\n<h2>Twenty Nineteen and Twenty Twenty</h2>\n\n\n\n<img />Early look at a block-based Twenty Nineteen theme.\n\n\n\n<p>The repository has two open pull requests for experimenting with blocked-based versions of the <a href=\"https://github.com/WordPress/theme-experiments/pull/4\">Twenty Nineteen</a> and <a href=\"https://github.com/WordPress/theme-experiments/pull/5\">Twenty Twenty</a> default themes.  Of the two, the Twenty Nineteen Blocks theme seemed the least broken, despite the original not being designed specifically for the block editor.</p>\n\n\n\n<p>Porting the most recent default WordPress themes is important because it provides theme authors a way to compare how old methods of handling features will work in the new block system.</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, 15 Jan 2020 21:39:12 +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: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:116:\"HeroPress: How WordPress Enabled Me To Work Remotely – Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=3037\";s: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:118:\"https://heropress.com/essays/starting-early-in-tech/#utm_source=rss&utm_medium=rss&utm_campaign=starting-early-in-tech\";s: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:34324:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/011320-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress people tend to be generous, trusting, and helpful.\" /><p><a href=\"https://heropress.com/feed/#indonesian\">Esai ini juga tersedia dalam bahasa Indonesia.</a></p>\n<p>Growing up, I’ve always been surrounded by technology.</p>\n<p>My dad is a programmer, he created my Gmail account and my first blog on Blogger (Blogspot) when I was 10 years old (it’s around 2006?). I filled up my blog with posts resembling diary entries. The content became too private eventually, so I decided to set it on private.</p>\n<p>Besides that first blog, I had about 5 other blogs on Blogger. One was for posts I believed not too private and could be consumed by the public, one was for my class’ blog in middle school, and one for me to learn how to write in English. I don’t remember what the other blogs are for, since I just kept creating and deleting them. I got satisfaction and happiness from pouring my thoughts in writing and publishing them in my blog. Many times, writing my thoughts and feelings helped me process them, even until now.</p>\n<p>Fast forward to high school graduation. Since I love languages (English is one of my favorite subjects!), I actually wanted to major in English in a top public university in my country, but I didn’t get in, so my second option was Information Systems in a private university. There, I learned a lot about IT and business, I learned Java, HTML, CSS, Javascript, and Android programming. I even took some Coursera and Codecademy courses to learn Bootstrap and Ruby on Rails. I was a good student, I love learning the algorithms and I did more than okay, but I didn’t love programming. I’m not that people who can stay calm finding errors in their codes, and then finding out that it’s only missing a character.</p>\n<h3>Meeting WordPress for the first time</h3>\n<p>At that time, my parents built some websites to sell backlinks (don’t hate me). I helped them with the sites, mainly proofreading and formatting the articles, and they would pay me. That’s when I first encountered WordPress. I saw WordPress as something more advanced than Blogger, with more themes and plugins to choose from. The default WordPress websites already looked more professional than Blogger does.</p>\n<p>I also like to earn extra money (who doesn’t?), so I helped a teacher in my neighborhood teaching high school students from my old high school. I don’t know how to explain this, but in Indonesia, it’s common to take extra courses (outside the school) to learn what you’re already taught at school and prepare for tests. So it’s another 2-hour study time after school.</p>\n<p>During another semester, I taught English at a Kumon center (it’s a Japanese franchise for math and English). I also taught about 10 of my peers for 2 semesters and got a pretty good discount for my tuition as a reward. At home, I tried every legal and safe method available to make money online. Some worked, like translating texts from English to Indonesian on Gengo and writing articles in English on Zerys. Some, like online surveys, didn’t. I also created an Upwork account and applied to some jobs there, but I never got one.</p>\n<p>In my last year at university, I had to do a year-long full-time internship. I got mine at a big general insurance company as their IT QC Staff. I learned a lot and met many amazing people there, but when I was offered to continue working there as a Business Analyst, I said no. I wanted to apply for a scholarship for a masters’ degree. And I don’t really like the fact that I have to wake up at 6 and be back home at 7 in the evening and do it all over again the next day.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image2.jpg\"><img /></a>With my colleagues, I’m the one with the white blouse.\n<p>But one thing I realized just now when I’m writing this is, the whole remote work wouldn’t have happened without the internship. My daily 1.5-hour commute to work made me read Medium everyday. And reading people’s stories on Medium made me want to write and share my stories, so I started writing and sharing my stories there. You’ll see in the next 2 paragraphs the significance of this Medium profile in my career.</p>\n<h3>Start working remotely</h3>\n<p>So after the internship, while I prepared for the scholarship application, I went back to my Upwork profile, revised it, and applied to some jobs as a virtual assistant. Starting from a very low pay, I did everything, like formatting WordPress posts (surprise!), designing social media posts, and processing orders for online shops. I work with people from Singapore, Australia, Europe, and America. After a few happy clients, I increased my hourly rate, slowly but surely. I got familiar with common tools used in a remote work setting, like Slack, Asana, Trello, and Google Suites. I also started writing in English a lot more, on my personal blog on WordPress.com and my Medium.</p>\n<p>One day, around 3 months after I started, a job opening on Upwork caught my attention. They’re a WordPress plugin company called Caldera Labs/Caldera Forms, and they’re looking for someone who could deliver consistency on their blog. They want to publish one blog post per week. I sent my proposal along with my Medium profile URL. <a href=\"http://christiechirinos.com\">Christie Chirinos</a> then replied to my proposal. I remembered she mentioned checking my writings on Medium and that I have a ‘great writing tone’. She wanted to ‘meet’ me in video, so she sent me a Calendly link. I notified her that I would be available at 5 a.m. my time. That was my first time seeing Calendly.. (Calendly is awesome!).</p>\n<p>That was also my first time having to be interviewed via video call. I was ecstatic, but panicked. On the day, I woke up at 4, got dressed, and opened my laptop. Weirdly, my wi-fi died that morning. So I went to the nearest McDonalds to get the interview done, and it went great!</p>\n<p>Long story short, I continued to work with my other clients and started working with Caldera Forms for 15 hours a week. Besides Christie, I also met <a href=\"https://twitter.com/Josh412\">Josh Pollock</a>, Ariella, Anchaal, Rosa, Nico, and Swapnil. At first, I was only tasked with formatting blog posts on WordPress following their style guide. Then I was involved in their overall content strategy, like crafting onboarding emails and coordinating with guest writers. But I’ve always felt welcomed since day one at Caldera Forms. We’re a team of only 5-6 people, we had monthly all-hands video meetings, we talked about our day in Slack. It wasn’t like with any of my clients.</p>\n<p>Christie and Josh are also very active in the WordPress community, they had introduced me to the ‘right’ people to connect with. In order to do that, I had to make an account on WordPress’ Slack. I got to know the amazing community behind WordPress. How people voluntarily contribute their time, energy, and skills to the community, from development, marketing, to translating. It was really inspiring. During my time with Caldera Forms, I also went to my first WordCamp, WordCamp Jakarta 2018, sponsored by Caldera Forms!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image3.jpg\"><img /></a>Some swags from WordCamp Jakarta 2018, that’s Wapuu ondel-ondel!\n<p>It’s only natural then that I wanted to have my own WordPress website. I had a WordPress.com blog once, but this one is different. You can see <a href=\"http://ascenciafike.com\">my blog here</a>. I felt like a grown-up using WordPress.</p>\n<h3>Transitioning to full-time</h3>\n<p>One day, Caldera Forms was acquired by <a href=\"http://saturdaydrive.com\">Saturday Drive</a>, the company behind <a href=\"http://ninjaforms.com\">Ninja Forms</a>. Josh, Nico, Rosa, and I ‘moved’ there, too. Josh introduced me to <a href=\"http://jameslaws.com\">James Laws</a>, the CEO. But because I was still freelancing and have a few other clients, we used my old contract on Upwork. Saturday Drive was much bigger than Caldera, with 20+ people onboard, and I was really excited! They have product team, support team, and communications team. When we moved there, they’re also in another big transition, which was switching to remote work.</p>\n<p>After a month working with Saturday Drive using the old contract, James offered me a full-time position to manage their affiliate program. It was morning in the U.S., but it’s already 8 p.m. where I live. I was <i>really</i> excited, but it’s also a really hard decision to make. Taking the offer would mean letting go all of my clients and specializing in one side of digital marketing, which is affiliate marketing. I would also have to work 8 hours a day. I stayed up late that night, discussing the possibilities with my parents.</p>\n<p>The next day, I replied to James’ message and accepted his offer.</p>\n<p>It’s been more than 4 months since I started working with Saturday Drive now (time of writing: January 2020). Obviously, it’s different from freelancing, but I love almost every moment of it.</p>\n<p>We use Basecamp instead of Slack, where we set up different questions for different times of the week. Every Wednesday, we would be asked: “What do you look like today?”. There are also questions like “What are you looking forward to most this week?”, “What were the highlights of your work day today?”, and “Read any good books lately?”. We even have fiction and non-fiction book clubs!</p>\n<p>We also use Basecamp’s method of working, called <a href=\"https://basecamp.com/shapeup\">Shape Up</a>. We work on projects in a six-week cycle, and then we’ll have two weeks of cooldown. In the cooldown period, we get to work on things we want to work on. And before the next cycle starts, we’ll submit pitches about the projects we want to work on next.</p>\n<p>What about video calls? We have a big monthly meeting with all team members, and occasional coffee break chats with 4-5 people. If urgently needed, we would also have video calls for projects. Except for these calls, I work in my time zone’s working hours.</p>\n<p>So far, I love working with Saturday Drive and getting to know the people. Although I can’t really relate to the U.S. culture (almost all of the team members are U.S. based), I relate to the values that Saturday Drive has. Most importantly, I’m proud of the work we’re doing!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image1.png\"><img /></a>We have virtual ‘coffee breaks’.\n<h3>Giving back to the WordPress Community</h3>\n<p>Notice the pattern in my story?</p>\n<p>WordPress people tend to be generous, trusting, and helpful, because the WordPress itself is open-source. WordPress is powered by volunteers, kind people from all over the world doing development, marketing, translation, support, and many more. There are WordPress meetups, local and regional WordCamps, which are organized by organizers and volunteers.</p>\n<p>Because I’ve experienced the generosity of the WordPress people, I wanted to give back to the community. Several months ago, I tried contributing to the Marketing team by attending a few weekly meetings on Slack. But I eventually stopped attending because I was too busy with work (and the meetings are at 10 pm my time).</p>\n<p>Around November 2019, Devin Maeztri from WordPress Indonesia contacted me through Instagram DM. She invited me to join PerempuanWP, an initiative for Indonesian women working in the WordPress world, similar to WomeninWP. So I followed <a href=\"https://twitter.com/PerempuanWP\">@PerempuanWP</a> on Twitter and joined the WordPress Indonesia’s Slack. Not long after that, I contributed to Indonesia’s polyglot team as well, translating the Code of Conduct and revising our Translation Style Guide.</p>\n<p>Currently, I’m preparing an <a href=\"https://wp-id.org/kulgram-4-onboarding-e-mail/\">‘online webinar’ on Telegram</a> and <a href=\"https://wp-id.org/wpjkt-meetup-21-onboarding-email-and-woocommerce-theme-for-your-business\">a talk for WordPress Meetup Jakarta</a>, both about email marketing (both will be done by the time you’re reading this).</p>\n<p>By putting myself out there, or here in this article. I want to represent Asian women. In the future, I hope I can inspire more women, especially Asians, to work remotely.</p>\n<h3>What you should do if you want to work remotely</h3>\n<p>If you’re an introvert, working remotely may sound like a dream come true. Without leaving the comfort of your house (or even your pajamas), you can still work and earn money. But, it’s not all rainbows and butterflies. From my experience, here’s what you should prepare if you want to work remotely.</p>\n<ol>\n<li>You should be comfortable working with computers. All day.<br />\nAt least you can do a basic Google search, because that’s where most of the answers are, especially if you want to start as a general virtual assistant. Take care of your eyes. Stand up and walk around once in awhile.</li>\n<li>It gets boring. You should be OK with <i>not </i>meeting people all day.<br />\nSometimes you just have to focus on your work so much that you can’t afford to get out of the house. But sometimes, the only way to have that focus is to get out of the house and work from a cafe. Just find the balance you need, it’ll get better with experience.</li>\n<li>Learn the English language. Or other international languages.<br />\nIf you want to work internationally, this one is crucial. You won’t be able to work with people from another country if you can’t speak their language.</li>\n<li>Do your best in your current job.<br />\nOne of the best books I’ve read this year was So Good They Can’t Ignore You by Cal Newport. “Don’t follow your passion; rather, let it follow you in your quest to become, in the words of my favorite Steve Martin quote, “so good that they can’t ignore you.”” So, instead of trying to find your passion, enjoy the work you’re doing at the moment, try to master it, and adopt the craftsman mindset. Collect as many skills as you can, and see what those skills can do for the world.<br />\nTLDR; don’t be obsessed with wanting to work remotely. The opportunity will come, eventually.</li>\n<li>Don’t settle for mediocrity.<br />\nJust learn things. As much as you can. From anywhere, about anything. Keep an open mind. Read books, listen to podcasts, and learn new skills.</li>\n<li>Join the community.<br />\nIf you’re working in the WordPress world, join the WordPress community. It’s a great place to learn from and connect with great people.</li>\n</ol>\n<p>Of course, I won’t be able to tell you to follow the same path that I took, but I hope my story and the pointers above can help you to pursue the (remote) career you want.</p>\n<hr />\n<h2 id=\"indonesian\">Bertumbuh bersama teknologi</h2>\n<p>Saya sudah dikelilingi teknologi sejak kecil.</p>\n<p>Papa saya adalah seorang programmer yang familier dengan teknologi. Saat umur saya 10 tahun, Papa membuatkan akun email Gmail dan blog pertama saya di Blogger (Blogspot). Saat itu, artikel blog saya kebanyakan menyerupai diari, catatan dari kejadian sehari-hari yang saya alami. Akhirnya, saya merasa konten tersebut terlalu pribadi, sehingga saya atur aksesnya menjadi pribadi.</p>\n<p>Selain blog pertama itu, saya mempunyai 5 blog lain di Blogger. Satu untuk tulisan yang saya nilai tidak terlalu privat dan bisa dibaca oleh publik, satu untuk blog kelas saya di SMP, dan satu untuk saya belajar menulis dalam Bahasa Inggris. Saya tidak ingat blog yang lain untuk apa, karena banyak yang saya buat lalu saya hapus. Saya merasa puas dan senang saat bisa menuangkan pikiran saya dalam bentuk tulisan. Menulis membantu saya memroses pikiran dan perasaan saya, bahkan sampai saat ini.</p>\n<p>Setelah lulus SMA, saya tadinya ingin kuliah Sastra Inggris di salah satu universitas negeri (saya suka bahasa, Bahasa Inggris mata pelajaran favorit saya!), tetapi karena tidak berhasil masuk, akhirnya saya berkuliah di universitas swasta, mengambil jurusan Sistem Informasi. Di kuliah, saya belajar banyak mengenai TI dan bisnis, saya mempelajari bahasa pemrograman Java, HTML, CSS, Javascript, dan pemrograman Android. Saya juga belajar Bootstrap dan Ruby on Rails secara otodidak lewat Coursera dan Codecademy. Saya bisa memahami pelajaran pemrograman dan mendapat nilai bagus, tetapi saya tidak suka <i>‘coding</i>’. Saya merasa saya tidak cukup sabar untuk menulis kode dan mencari kesalahan dalam kode saya.</p>\n<h3>Bertemu WordPress pertama kali</h3>\n<p>Saat saya kuliah, orangtua saya membangun beberapa website menggunakan WordPress untuk menjual link. Saya membantu mereka mengecek kualitas artikel dan menyusunnya di WordPress, dan mereka membayar saya. Ini pertama kalinya saya bekerja dengan WordPress. Saya ingat, saya menganggap WordPress sebagai platform yang lebih canggih dari Blogger, karena ada lebih banyak cara untuk modifikasi lewat tema dan plugin.</p>\n<p>Saya suka mendapat uang tambahan (siapa yang tidak suka?), sehingga saya membantu mengajar bimbel di dekat rumah. Di semester lain, saya mengajar Inggris di Kumon, di dekat rumah juga. Selain itu, selama 2 semester, saya menjadi mentor di kampus, mengajar 10 orang teman saya yang butuh pelajaran tambahan. Sebagai gantinya, saya mendapat potongan uang kuliah.</p>\n<p>Di rumah, saya juga mencari semua cara yang legal dan aman untuk mencari uang. Saya menerjemahkan teks dari Inggris ke Indonesia menggunakan Gengo dan menulis artikel dalam Bahasa Inggris di Zerys. Saya juga mendaftar di Upwork (marketplace untuk freelancer), apply ke beberapa pekerjaan, tetapi tidak pernah mendapat satupun.</p>\n<p>Di tahun terakhir perkuliahan, saya diwajibkan menjalani magang selama 1 tahun. Saya mendapat kesempatan untuk magang di Asuransi Astra sebagai Staff IT Quality Control mereka. Selama 1 tahun tersebut, saya belajar banyak dan bertemu banyak orang hebat, tetapi saat ditawari posisi tetap menjadi Business Analyst, saya menolak. Saat itu saya ingin mendaftar beasiswa untuk melanjutkan pendidikan S2. Dan saya juga tidak terlalu suka harus bangun jam 6 pagi, sampai di rumah jam 7 malam, dan harus mengulanginya setiap hari.</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image2-1.jpg\"><img /></a>Foto dengan teman-teman kantor, saya yang berbaju putih.\n<p>Tetapi satu hal yang baru saya sadari saat menulis ini, kesempatan remote work yang saya miliki sekarang ini tidak mungkin ada tanpa pengalaman magang tersebut. Perjalanan bus ke kantor setiap hari membuat saya rutin membaca Medium. Membaca cerita-cerita orang di Medium membuat saya ingin menulis dan membagikan cerita saya, sehingga saya melakukannya di Medium.</p>\n<h3>Mulai bekerja remote</h3>\n<p>Setelah magang, saat saya mempersiapkan diri untuk mendaftar beasiswa, saya teringat dengan profil Upwork saya. Saya perbarui info diri dan CV, dan mendaftar ke beberapa lowongan sebagai asisten virtual (virtual assistant). Saya lakukan segala hal mulai dari bayaran yang kecil, seperti mem-format artikel di WordPress, desain pos media sosial, dan memroses pesanan untuk toko online. Saya bekerja dengan klien dari Singapura, Australia, Eropa, dan Amerika. Setelah beberapa review yang bagus dari klien, saya menaikkan tarif per jam saya perlahan-lahan. Saya menjadi mahir menggunakan aplikasi yang sering digunakan di lingkungan kerja remote, seperti Slack, Asana, Trello, dan Google Suites. Saya juga mulai menulis lebih banyak artikel lagi dalam bahasa Inggris, di blog pribadi saya di WordPress.com dan Medium.</p>\n<p>Suatu hari, 3 bulan setelah mulai kerja di Upwork, ada sebuah lowongan yang menarik perhatian saya. Sebuah perusahaan plugin WordPress bernama Caldera Labs/Caldera Forms sedang mencari seseorang yang dapat menjaga konsistensi blog mereka. Mereka ingin menghasilkan satu artikel per minggu. Saya mengirim proposal beserta URL profil Medium saya.</p>\n<p>Tidak lama kemudian, proposal saya dijawab oleh salah satu co-founder mereka, <a href=\"http://christiechirinos.com/\">Christie Chirinos</a>. Saya ingat Christie berkata bahwa ia sudah melihat profil Medium saya dan saya mempunyai ‘nada menulis yang bagus’. Lalu, ia mengirimi saya link Calendly (aplikasi untuk mengatur pertemuan secara online, bisa melihat jadwal kosong dari orang yang bersangkutan), dan saya memberitahunya bahwa saya akan dapat bertemu jam 5 pagi keesokan harinya.</p>\n<p>Itu juga merupakan kali pertama saya diwawancara lewat video. Saya senang dan bersemangat, tetapi juga panik. Pada hari H, saya bangun jam 4 pagi, bersiap-siap, dan membuka laptop. Anehnya, hari itu wi-fi saya putus! Saya akhirnya pergi ke McDonalds terdekat untuk mendapatkan koneksi internet. Untungnya, wawancara tersebut berjalan lancar.</p>\n<p>Saya diterima bekerja di Caldera Forms, sambil terus bekerja dengan klien yang lain, karena beban pekerjaan Caldera Forms saat itu hanya 15 jam seminggu, bahkan kurang. Selain Christie, saya juga bertemu dengan Josh Pollock (co-founder), Ariella, Anchaal, Rosa, Nico, dan Swapnil. Mereka berada di Amerika Serikat, India, dan Perancis.</p>\n<p>Awalnya, saya hanya ditugaskan untuk menyusun artikel di WordPress sesuai dengan style guide yang sudah mereka susun. Setelah beberapa bulan, saya dilibatkan di dalam strategi konten mereka secara keseluruhan, seperti membuat email onboarding dan berkoordinasi dengan penulis tamu. Dari awal, walaupun kami belum pernah bertemu secara langsung, saya merasa disambut oleh tim Caldera Forms. Dalam satu waktu, tim kami hanya berjumlah 5-6 orang, dengan pertemuan bulanan melalui video, dan ‘ngobrol’ harian melalui Slack. Pengalaman dengan Caldera Forms tidak seperti dengan klien saya yang lain.</p>\n<p>Christie dan Josh juga sangat aktif di komunitas WordPress, mereka mengenalkan saya ke orang-orang yang tepat. Untuk berkomunikasi dengan orang-orang tersebut, saya harus membuat akun di Slack Make WordPress. Saya jadi kenal dengan komunitas di balik WordPress, bagaimana orang secara sukarela menyumbangkan waktu, energi, dan kemampuan mereka untuk kemajuan komunitas, kode, pemasaran, hingga penerjemahan. Melihat itu semua sangat menginspirasi saya. Selama di Caldera Forms, saya juga dikirim untuk menghadiri WordCamp pertama saya, WordCamp Jakarta 2018!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image3-1.jpg\"><img /></a>Merchandise dari WordCamp Jakarta, Wapuu Ondel-ondel!\n<p>Setelah menghadiri WordCamp tersebut, tentunya saya ingin mempunyai website WordPress sendiri dengan domain nama saya sendiri. Teman-teman dapat melihat blog saya <a href=\"http://ascenciafike.com\">disini</a>. Mempunyai blog dengan domain nama saya sendiri terasa seperti langkah selanjutnya dalam perjalanan karir saya.</p>\n<h3>Proses transisi ke pekerjaan penuh waktu</h3>\n<p>Suatu hari, Caldera Forms diakuisisi oleh <a href=\"http://saturdaydrive.com\">Saturday Drive</a>, perusahaan di balik plugin form builder lainnya, <a href=\"http://ninjaforms.com\">Ninja Forms</a>. Josh, Nico, Rosa, dan saya ‘berpindah’ juga. Josh memperkenalkan saya ke <a href=\"http://jameslaws.com\">James Laws</a>, CEO dari Saturday Drive. Saat itu, kami masih menggunakan kontrak lama saya di Upwork, dengan batas waktu kerja 15 jam seminggu. Di Saturday Drive, semuanya berbeda, tim mereka jauh lebih besar dibandingkan Caldera (ada lebih dari 20 orang) sehingga saya sangat bersemangat! Mereka mempunyai tim produk, tim suport, dan tim komunikasi. Tetapi, selain akuisisi tersebut, mereka juga sedang melewati transisi yang lain, yaitu berubah menjadi perusahaan remote.</p>\n<p>Setelah satu bulan bekerja bersama Saturday Drive dengan kontrak lama saya, James tiba-tiba menawari saya posisi penuh waktu untuk mengelola program afiliasi mereka. Saya sangat senang dan bersyukur mendapatkan penawaran tersebut, tetapi juga mengalami dilema. Mengambil tawaran tersebut dan bekerja penuh waktu dengan Saturday Drive berarti melepas semua klien saya dan harus mengambil spesialisasi <i>affiliate marketing</i> (pemasaran afiliasi). Saya juga harus bekerja selama 8 jam sehari. Malam itu, saya tidak bisa tidur, dan saya berdiskusi dengan kedua orangtua saya yang sama bersemangatnya.</p>\n<p>Keesokan harinya, saya menjawab pesan dari James dan menerima tawarannya.</p>\n<p>Sudah lebih dari 4 bulan sejak saya mulai bekerja dengan Saturday Drive (waktu penulisan: bulan Januari 2020). Bekerja penuh waktu dengan satu perusahaan memang sangat berbeda dengan freelancing (bekerja lepas), tetapi saya menikmati hampir setiap momennya.</p>\n<p>Di Saturday Drive, kami menggunakan Basecamp, bukan Slack, dimana kami dapat mengatur pertanyaan rutin untuk anggota yang lain setiap minggunya. Misalnya, setiap Rabu kami akan mendapat pertanyaan: “Bagaimana penampilanmu hari ini?”. Ada juga pertanyaan-pertanyaan seperti: “Apa yang kamu tunggu-tunggu minggu ini?”, “Apa yang berjalan lancar dari kerjamu hari ini?”, dan “Buku apa yang baru kamu baca dan menurutmu bagus akhir-akhir ini?”. Bahkan kami mempunyai klub membaca untuk buku fiksi dan non-fiksi!</p>\n<p>Kami juga menggunakan metode kerja dari Basecamp, yang disebut <a href=\"https://basecamp.com/shapeup\">Shape Up</a>. Kami bekerja dalam siklus, yaitu 6 minggu mengerjakan proyek, lalu 2 minggu mengerjakan hal-hal yang kami ingin kerjakan (disebut <i>cooldown</i>). Sebelum siklus selanjutnya mulai, kami akan mengumpulkan <i>pitch</i> mengenai proyek yang ingin kita lakukan.</p>\n<p>Bagaimana dengan panggilan/konferensi video? Kami mengadakan pertemuan dengan semua anggota tim setiap bulannya, dan <i>ngobrol </i>dengan 4-5 orang setiap 2 minggu. Kalau diperlukan sekali, kami juga mengadakan panggilan video untuk pekerjaan. Saya bekerja dalam zona waktu Indonesia, kecuali untuk mengikuti panggilan-panggilan ini.</p>\n<p>Sejauh ini, saya menikmati bekerja dengan Saturday Drive dan mengenal orang-orang di dalamnya. Walaupun sulit untuk terhubung dengan budaya Amerika (hampir 90% stafnya berada di Amerika), tetapi saya terhubung dan sangat mendukung nilai-nilai yang Saturday Drive pegang. Dan yang terpenting, saya bangga dengan kerja Saturday Drive sebagai perusahaan!</p>\n<a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/01/image1-1.png\"><img /></a>Ngobrol virtual dengan tim Saturday Drive.\n<h3>Memberi kembali ke Komunitas WordPress</h3>\n<p>Apakah teman-teman bisa melihat pola di dalam cerita saya?</p>\n<p>Orang-orang di dalam komunitas WordPress biasanya suka berbagi, sangat percaya kepada orang lain (dan potensi orang lain), dan suka menolong, karena WordPress sendiri bersifat open-source (terbuka). WordPress bisa berjalan karena dibantu oleh para relawan, orang-orag dari seluruh dunia yang secara sukarela menulis kode, membantu pemasaran, penerjemahan, suport, dan masih banyak lagi. Meetup dan WordCamp, baik lokal dan regional, diadakan oleh organizer dan relawan.</p>\n<p>Karena selama ini saya telah merasakan kebaikan dari orang-orang WordPress, saya ingin memberi kembali/membantu komunitas WordPress. Beberapa bulan lalu, saya mencoba berkontribusi ke tim Marketing WordPress global dengan mengikuti beberapa kali pertemuan mingguannya di Slack. Tetapi lama kelamaan saya tidak datang lagi, karena terlalu sibuk dengan pekerjaan (dan pertemuannya diadakan pukul 10 malam).</p>\n<p>Sekitar bulan November 2019, Devin Maeztri dari WordPress Indonesia menghubungi saya lewat DM Instagram. Ia mengundang saya untuk ikut PerempuanWP, sebuah komunitas untuk perempuan Indonesia yang bekerja di dunia WordPress (mirip dengan WomeninWP). Hari itu, saya mulai mengikuti <a href=\"https://twitter.com/PerempuanWP\">@PerempuanWP</a> di Twitter dan bergabung dengan Slack WordPress Indonesia. Tidak lama setelahnya, saya berkontribusi di tim poliglot Indonesia juga, menerjemahkan Kode Etik Komunitas WordPress Indonesia (<i>Code of Conduct</i>) dan merevisi Panduan Penerjemahan (<i>Translation Style Guide</i>).</p>\n<p>Saat ini, saya sedang mempersiapkan <a href=\"https://wp-id.org/kulgram-4-onboarding-e-mail/\">kulgram di grup Telegram PerempuanWP</a> dan menjadi <a href=\"https://wp-id.org/wpjkt-meetup-21-onboarding-email-and-woocommerce-theme-for-your-business\">pembicara di Meetup WordPress Jakarta</a>, keduanya tentang <i>email marketing.</i></p>\n<p>Dengan membagikan pengalaman dan cerita saya, salah satunya melakui artikel ini, saya ingin mewakili perempuan Indonesia dan Asia. Saya berharap saya dapat menginspirasi banyak perempuan di Indonesia dan Asia untuk bekerja secara remote.</p>\n<h3>Apa yang harus Anda lakukan jika ingin bekerja secara <i>remote</i></h3>\n<p>Jika teman-teman adalah seorang yang introver (seperti saya!), bekerja remote mungkin terdengar seperti mimpi yang jadi kenyataan. Tanpa harus meninggalkan rumah (bahkan kadang masih memakai baju tidur), Anda dapat bekerja dan menghasilkan uang. Tetapi tidak semua aspek bekerja remote itu menyenangkan.</p>\n<p>Berdasarkan pengalaman saya, berikut hal-hal yang harus Anda persiapkan jika ingin bekerja secara remote:</p>\n<ol>\n<li>Anda harus siap bekerja di depan komputer. Satu hari penuh.<br />\nPaling tidak Anda harus bisa melakukan pencarian lewat Google, karena akan sangat dibutuhkan untuk bekerja, terutama jika Anda ingin memulai sebagai asisten virtual. Jaga mata Anda. Berdiri dan jalan setiap 30 menit.</li>\n<li>Anda harus siap bosan, dan tidak bertemu orang lain (selain keluarga) selama satu hari.<br />\nKadang Anda harus fokus sekali dengan pekerjaan hingga tidak bisa keluar rumah. Tetapi kadang, satu-satunya cara untuk fokus adalah keluar rumah dan kerja di kafe. Sesuaikan dengan kebutuhan, lama-kelamaan Anda akan menemukan kombinasi yang pas.</li>\n<li>Pelajari bahasa Inggris. Atau bahasa internasional lainnya.<br />\nJika Anda ingin bekerja secara internasional. Poin ini adalah keharusan. Anda tidak akan bisa bekerja dengan orang dari negara lain jika Anda tidak dapat berkomunikasi dalam bahasa mereka.</li>\n<li>Lakukan yang terbaik di pekerjaan Anda saat ini.<br />\nSalah satu buku terbaik yang saya baca di tahun 2019 adalah So Good They Can’t Ignore You oleh Cal Newport. “Jangan ikuti passion Anda; melainkan biarkan passion Anda mengikuti Anda dalam perjalanan, yang Steve Martin sebagai, “bagus sekali hingga mereka tidak dapat mengabaikan Anda.”” Jadi, jangan ikuti passion Anda, tetapi jalani pekerjaan yang Anda punya sekarang sebaik mungkin, coba untuk menguasai kemampuan yang dibutuhkan, dan adopsi cara pikir ‘pengrajin’. Jangan menunggu pekerjaan yang ‘sempurna’, percaya bahwa setiap pekerjaan mempunyai pelajaran bagi diri kita, kumpulkan kemampuan sebanyak mungkin, dan pikirkan apa yang dapat Anda lakukan bagi dunia dengan kemampuan-kemampuan tersebut.<br />\nSingkatnya, jangan terlalu terobsesi dengan ingin bekerja secara remote. Kerjakan pekerjaan Anda sebaik mungkin, kesempatan akan datang pada waktunya.</li>\n<li>Jangan mudah puas.<br />\nApapun tingkat kemampuan Anda saat ini, belajar sebanyak-banyaknya. Darimana saja, tentang apa saja. Tetap terbuka. Baca buku, dengarkan podcast, dan pelajari kemampuan baru.</li>\n<li>Ikut komunitas.<br />\nJika Anda bekerja di dunia WordPress, ikut komunitas WordPress! Selain bisa menolong orang lain, kita juga bisa belajar dari banyak orang hebat dan menambah koneksi.</li>\n</ol>\n<p>Saya berharap pengalaman saya dan tips-tips di atas dapat menginspirasi dan menolong teman-teman yang ingin berkarir secara remote.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20WordPress%20Enabled%20Me%20To%20Work%20Remotely%20%2D%20Bagaimana%20WordPress%20Memungkinkan%20Saya%20Bekerja%20Secara%20Remote&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fstarting-early-in-tech%2F&title=How+WordPress+Enabled+Me+To+Work+Remotely+%26%238211%3B+Bagaimana+WordPress+Memungkinkan+Saya+Bekerja+Secara+Remote\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/starting-early-in-tech/&media=https://heropress.com/wp-content/uploads/2020/01/011320-min-150x150.jpg&description=How WordPress Enabled Me To Work Remotely - Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/starting-early-in-tech/\" title=\"How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/starting-early-in-tech/\">How WordPress Enabled Me To Work Remotely &#8211; Bagaimana WordPress Memungkinkan Saya Bekerja Secara Remote</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</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, 15 Jan 2020 01:00: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:11:\"Fike Komala\";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:104:\"WPTavern: Dollie Platform Launches, Provides Tools to Build and Deploy Pre-Configured WordPress Installs\";s: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:29:\"https://wptavern.com/?p=96477\";s: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:114:\"https://wptavern.com/dollie-platform-launches-provides-tools-to-build-and-deploy-pre-configured-wordpress-installs\";s: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:4720:\"<p>Stratus5, a company that specializes in cloud container management and business service automation, launched <a href=\"https://getdollie.com/\">Dollie</a> today.  Dollie is a cloud-based eCommerce solution for WordPress developers looking to provide white-label hosting services to their customers.  The platform allows developers and agencies to sell custom, pre-configured WordPress solutions to their clients.</p>\n\n\n\n<p>Dollie is built on top of the Stratus5 Cloudware system.  It includes tools like Blueprints, which allows developers to save and clone custom WordPress configurations.  These configurations are saved to the cloud.  Developers can then launch new instances and monetize them at the click of a button.</p>\n\n\n\n<p>It also has management tools such as billing automation, customer resource management, analytics, backups, permissions, and more.  The platform serves sites via isolated Docker containers.  It runs on a modern stack that includes NGINX, PHP 7.3, Redis, and PerconaDB.</p>\n\n\n\n<p>&ldquo;In the simplest terms, we let developers launch their own cloud hosting service similar to Wix or Squarespace but using WordPress,&rdquo; said Trent Lapinski, VP of Dollie and Stratus5 Cloudware.</p>\n\n\n\n<p>Developers can try Dollie for free and only start paying once they are ready to accept customers.  Pricing begins at $100 per month for the first 10 customers.</p>\n\n\n\n<p>Customer billing can be done via Dollie&rsquo;s payment gateway or the developer&rsquo;s gateway of choice.  The system is backed by the WooCommerce plugin, so any payment gateway that supports WooCommerce Subscriptions is available.  There are no limits on the business model that developers employ.  They can set up custom pricing.</p>\n\n\n\n<p>Take a quick tour of how Dollie works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Filling a Missing Gap in the Market</h2>\n\n\n\n<p>&ldquo;We built Dollie because there&rsquo;s a competitive gap in the market between the hosting companies and the developers who actually build websites, themes, and plugins,&rdquo; Trent Lapinski.  &ldquo;I&rsquo;ve seen agencies and many of my developer friends constantly stuck in the rat race of trying to find that next customer, get that next download, and struggle to build sustainable businesses. This is the struggle I faced with CyberChimps selling one-off WordPress products.  Meanwhile, the hosting companies have turned into multi-million and even billion-dollar corporations on the backs of these same developers.&rdquo;</p>\n\n\n\n<p>Lapinski feels like Dollie will level the playing field for developers.  He wishes these tools had existed when he bootstrapped his WordPress startup.  The goal is to allow developers to compete on their own terms.  </p>\n\n\n\n<p>&ldquo;By empowering developers to build sustainable products and services and generate reoccurring-subscription revenue, much like the hosting companies have accomplished, we can grow WordPress by helping developers and agencies grow their businesses,&rdquo; he said.  &ldquo;The key is helping them acquire subscription customers so they can forecast, budget, and bootstrap their businesses in a way I never could when I ran my own theme shop.&rdquo;</p>\n\n\n\n<p>The platform is built on top of WordPress and WooCommerce.  The custom-built technology on top of this allows developers to set up white-label cloud services with minimal up-front knowledge.  The biggest requirement is that developers need to be comfortable with WordPress and WooCommerce.</p>\n\n\n\n<p>&ldquo;Bringing these enterprise-level tools to WordPress developers and giving them the freedom to choose their own business models has simply never been done before,&rdquo; said Lapinski.  &ldquo;Dollie automates many of the processes developers have had to work around for decades, and makes saving, cloning, deploying, and monetizing WordPress products and services as easy as a few clicks.&rdquo;</p>\n\n\n\n<p>Dollie takes no part in what developers or agencies charge their clients outside of providing the tools.  That relationship exists directly between the developer and the client.  Dollie gets paid when developers convert subscribing customers to cover the cloud hosting costs.</p>\n\n\n\n<p>They also allow larger agencies to select third-party cloud providers.  They can then license and partner with Dollie to manage their cloud infrastructure.  The goal is to allow developers to scale as large as needed and customize to suit their needs.</p>\n\n\n\n<p>&ldquo;We are optimistic these tools and the freedom we are enabling for our partners will be the point of difference in how developers view their own value in what they can deliver to their clients and customers,&rdquo; said Lapinski.</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, 14 Jan 2020 21:13:30 +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: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:65:\"WPTavern: Can the Block Directory and Business Interests Coexist?\";s: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:29:\"https://wptavern.com/?p=96444\";s: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:75:\"https://wptavern.com/can-the-block-directory-and-business-interests-coexist\";s: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:5388:\"<p>WordPress.org is not an official marketplace for plugins and themes.  Except for some plugins that are strictly SaaS products, all extensions to the platform are publicly available for the low cost of $0.</p>\n\n\n\n<p>Despite not directly selling through WordPress.org, the plugin directory is a huge source of income for many individual developers and companies via product and service upsells.  Plugins are big business.  Besides a bounty of third-party marketplaces and individual shops, commercial interests often flow directly in and out of the official WordPress site.  For many developers, it essentially serves as a marketplace.</p>\n\n\n\n<p>In December, we dove into an <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\">early proposal of the WordPress block directory</a>.  The new directory should land within the WordPress software itself in version 5.5 and will house a new type of plugin.  The idea behind the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> is that it will allow plugin developers to create and share one-off blocks that users can install on their websites.</p>\n\n\n\n<p>This is the future of WordPress.</p>\n\n\n\n<p>Love it or hate it, there will come a time when end-users are primarily looking to install individual blocks to solve their problems.  This is not to say that other types of plugins won&rsquo;t exist or have their place.  They will continue to be a major part of the platform.  However, blocks will be a big deal once users can install them at the click of a button via the WordPress admin.</p>\n\n\n\n<p>The question is whether blocks can also be big business.</p>\n\n\n\n<p>Tavern reader Matt Gowdy <a href=\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced#comment-316657\">believes the guidelines</a> for the block directory could be an issue.  &ldquo;There&rsquo;s a lot to like here,&rdquo; he said.  &ldquo;Though I&rsquo;m still troubled by the directory submission rules that are fairly stringently not allowing for any sort of promotional link or defined up-sell of any kind so as not to &lsquo;disrupt the flow.\'&rdquo;</p>\n\n\n\n<p>Currently, the <a href=\"https://github.com/WordPress/wporg-plugin-guidelines/blob/block-guidelines/blocks.md\">block directory guidelines</a> make it clear that advertising of any kind is disallowed:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Block Plugins are blocks. They must not include advertisements, prompts, or promotional messages.</p></blockquote>\n\n\n\n<p>On the one hand, it makes sense, particularly for something that is not yet built and will eventually serve as a version 1.0. If every block a user installs begins advertising, it could be a recipe for disaster without some type of standard.</p>\n\n\n\n<p>On the other hand, would the idea of not having an upselling route turn WordPress businesses away?  While many developers would be willing to submit blocks, is this sustainable?  Many of the most popular plugins are backed by businesses.  The more popular any particular piece of software becomes, the more likely it is that the software will need funding to cover maintenance, feature updates, and support.</p>\n\n\n\n<p>&ldquo;More often than not these days, people don&rsquo;t have as much free time to invest in coding just for the fun of it,&rdquo; said Gowdy.  &ldquo;I speak mainly of myself, but I have the notion that while WordPress is still grounded pretty firmly in Open Source (not a bad thing), it&rsquo;s been the open markets that have allowed it to grow as much as it has. I don&rsquo;t think it&rsquo;s wrong to allow people the opportunity (within reason) to make something back off their hard work should they choose. Donations are non-viable in my experience as the vast majority of humanity are way cheaper than they would like to admit.&rdquo;</p>\n\n\n\n<p>Currently, the upcoming directory has a limited number of blocks available.  The WordPress Meta and Plugin teams should expect more.  However, it is unclear whether the guideline will slow its growth.</p>\n\n\n\n<p>&ldquo;Without any sort of up-sell channel (rule-defined or element defined in blocks), we aren&rsquo;t going to see the plethora that we are hoping for, nor in some cases the quality that could be brought in by people working professionally on a block plugin,&rdquo; said Gowdy. &ldquo;The time to define these up-sell and link options is right now.&rdquo;</p>\n\n\n\n<p>Gowdy is not alone in his concerns.  Several others expressed similar opinions in the comments on the <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines\">block directory announcement post</a>.</p>\n\n\n\n<p>&ldquo;Where WordPress started and where it is now are two separate points in time,&rdquo; said Gowdy.  &ldquo;I hope the Open Source community and the marketplaces can find a way to co-exist here in order to really rev up the platform for the future.&rdquo;</p>\n\n\n\n<p class=\"has-text-color has-background has-white-color has-blue-700-background-color is-style-highlight text-white bg-blue-700\">This post is part of a new <a href=\"https://wptavern.com/category/from-the-comments\">From the Comments</a> series where we highlight interesting points of discussion from comments on WP Tavern articles. The hope is to give these comments, which can sometimes get lost, the attention they deserve.</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, 13 Jan 2020 20:46: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: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: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:77:\"WPTavern: Upcoming Tailwind CSS 1.2.0 Includes Grid Support and New Utilities\";s: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:29:\"https://wptavern.com/?p=96387\";s: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/upcoming-tailwind-css-1-2-0-includes-grid-support-and-new-utilities\";s: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:3499:\"<p>Adam Wathan, creator of the Tailwind CSS, <a href=\"https://github.com/tailwindcss/tailwindcss/releases/tag/v1.2.0-canary.4\">published the early release notes</a> for the upcoming version 1.2.0 update to the framework.  The new version will include the much-anticipated <a href=\"https://github.com/tailwindcss/tailwindcss/pull/1274\">support for CSS grids</a> and several other useful features for app and website designers.  There are no planned breaking changes with the update.</p>\n\n\n\n<p>Tailwind CSS is a utility-first CSS framework that is quickly gaining support from designers and developers.  Some WordPress themes are starting to pop up in the public sphere that use it, but is more often used as part of the in-house toolset at agencies, in which standards are necessary to keep teams on the same page.</p>\n\n\n\n<p>For developers already using the framework, they can look for an update within days.  &ldquo;Right now I don&rsquo;t have any changes to these features planned, so as long as nobody finds any huge issues I&rsquo;ll tag the real v1.2.0 next week once I get some documentation together,&rdquo; said Wathan on <a href=\"https://twitter.com/adamwathan/status/1214982042083090433\">Twitter</a>.</p>\n\n\n\n<p>Now is a good time for new developers to start tinkering with the CSS framework.  With the addition of new CSS grid classes, there is little that is not possible for the majority of use cases.</p>\n\n\n\n<p>I have been building with Tailwind, or a subset of its classes, for about a year now.  Aside from highly-custom scenarios, I have been able to build most projects while writing little CSS code.  For someone who comes primarily from a developer background, it has been a godsend for quickly putting together complex layouts.  CSS grid support was the big item I had been waiting for.  I had already built a custom grid system based on Tailwind&rsquo;s naming scheme.  My implementation is nearly the same as what is shipping in Tailwind CSS 1.2.0.</p>\n\n\n\n<p>Other new features include classes for CSS features such as:</p>\n\n\n\n<ul><li><code>transition</code></li><li><code>transform</code></li><li><code>stroke-width</code></li><li><code>box-sizing</code></li><li><code>clear</code></li></ul>\n\n\n\n<p>Version 1.2.0 adds extra utility classes for rounded corners and shadow sizes.  It also extends its support for setting an element&rsquo;s maximum width.  New utility classes were added for removing a max-width and setting it based on predefined breakpoints.</p>\n\n\n\n<p>The <a href=\"https://rsms.me/inter/\">Inter font</a> now sits at the top of the font stack and will be used if installed on the user&rsquo;s system or if the developer loads it on the site.  Inter is a popular font created specifically for computer screens.  It comes in both fixed and variable options.  The Twenty Twenty theme <a href=\"https://wptavern.com/wordpress-5-3-kirk-released-brings-new-default-theme-editor-improvements-and-ui-tweaks\">released with WordPress 5.3</a> uses the variable version of Inter for several elements within its design.</p>\n\n\n\n<p>For developers who are extending Tailwind CSS, they now have a <a href=\"https://github.com/tailwindcss/tailwindcss/pull/1268\">new plugin API</a> for building custom plugins.  Plugins can also <a href=\"https://github.com/tailwindcss/tailwindcss/pull/1162\">extend the user&rsquo;s configuration file</a>.</p>\n\n\n\n<p>Overall, it looks like it will be a solid update.  I am excited about digging into it and using some of the new utility classes.</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, 10 Jan 2020 21:11:39 +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: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:90:\"WPTavern: Gutenberg 7.2 Adds Long-Awaited Multi-Button Block and Gallery Image Size Option\";s: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:29:\"https://wptavern.com/?p=96362\";s: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://wptavern.com/gutenberg-7-2-adds-long-awaited-multi-button-block-and-gallery-image-size-option\";s: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:4723:\"<p>The Gutenberg team <a href=\"https://make.wordpress.org/core/2020/01/09/whats-new-in-gutenberg-8-january/\">released version 7.2</a> of the plugin yesterday after a four-week release hiatus for the holidays.  This update includes at least 180 pull requests to the project&rsquo;s repository by 56 contributors. The largest user-facing features include a new &ldquo;buttons&rdquo; block that allows users to add multiple buttons in a row and the ability to define the size of images in a gallery block.  These were two highly-requested features.</p>\n\n\n\n<p>The update supports changing the font size in the relatively new navigation block.  Users can also add a link for the image in the media &amp; text block.  A few dozen other minor enhancements across multiple components made their way into the update.  Most enhancements continue to clean up the interface and improve usability.</p>\n\n\n\n<p>Many bug fixes are included in version 7.2.  Accessibility improvements include using radio inputs for text alignment, adding an appropriate <code>group</code> role to the block wrapper, adding a label to the social icons block, and more.  Several fixes should improve how pasting content in the editor works, which generally works well already.</p>\n\n\n\n<p>The team continued building upon experimental features, which must be activated via the Gutenberg &gt; Experiments screen in the admin. Outside of a handful of bug fixes and enhancements, the most interesting change is the introduction of a new experimental admin screen.  Gutenberg 7.2 now includes an early beta of a full-site editing page.</p>\n\n\n\n<h2>Adding Buttons in a Row</h2>\n\n\n\n<img />Adding multiple buttons within the Buttons block.\n\n\n\n<p><em>If I had a nickel for every time a user asked how to put two buttons next to each other&hellip;</em>You know how the story goes.</p>\n\n\n\n<p>One of the most-common website layouts today is a large &ldquo;hero&rdquo; section, a heading, some text, and a button, perhaps two.  An end-user could easily build this with a combination of the cover, heading, paragraph, and button blocks if only a single button was needed.  However, that second button was troubling without some custom code work.</p>\n\n\n\n<p>The introduction of the buttons block changes everything.  It is a block that allows end-users to add any number of individual button blocks in a row.  At the moment, the block essentially serves as a wrapper.  The block&rsquo;s only option is the ability to set the alignment of the inner button blocks.</p>\n\n\n\n<h2>Image Size Selector for Galleries</h2>\n\n\n\n<img />Selecting a custom image size for the Gallery block.\n\n\n\n<p>The lack of an option to set the size of gallery images has been one of Gutenberg&rsquo;s largest failures since its inception.  After years of this basic option for the gallery shortcode with the classic editor, the gallery block has always felt incomplete.</p>\n\n\n\n<p>For some users, the lack of basic features that have long existed in the classic editor <a href=\"https://wptavern.com/gutenberg-one-year-later#comment-314188\">is frustrating</a>.  That frustration is understandable, given the fast-paced movement on newer and shinier features.  It is refreshing to see work being done toward addressing long-missing features such as this.</p>\n\n\n\n<p>The gallery block now has a new &ldquo;Images Sizes&rdquo; dropdown select for choosing the size of the images shown.  This option will solve at least a couple of major issues.  By selecting a custom size, the images will utilize less bandwidth for site visitors.  Previously, full-sized images were displayed.  It also allows users to select a consistent size so that galleries with multiple image aspect ratios are better aligned in a grid.  Basically, it can make for prettier galleries.</p>\n\n\n\n<h2>Site Editor Screen Beta</h2>\n\n\n\n<img />Testing the beta Site Editor screen.\n\n\n\n<p>Gutenberg 7.2 introduces a &ldquo;Site Editor&rdquo; screen, which can be enabled by ticking the &ldquo;Enable Full Site Editing&rdquo; checkbox on the Gutenberg &gt; Experiments admin page.  The new screen is an early, bare-bones beta exploration into what will eventually be fully-fledged site editor.</p>\n\n\n\n<p>At this point, the screen does not do much.  End-users can insert blocks and little else.  Content on this screen is not stored for later.  There is not even a save button yet.  Mostly, it serves as another step toward site editing, which could possibly land in core WordPress late in 2020.  However, that is an optimistic schedule, and it is far too early to make a solid guess.  There are a lot of open questions that need answers and technical hurdles to jump.  A 2021 release might be more realistic, depending on the pace of development.</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, 09 Jan 2020 20:47:39 +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: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: BobWP.com Shifts Focus to WooCommerce, Rebrands as ‘Do the Woo’\";s: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:29:\"https://wptavern.com/?p=96305\";s: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:81:\"https://wptavern.com/bobwp-com-shifts-focus-to-woocommerce-rebrands-as-do-the-woo\";s: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:4426:\"<img />\n\n\n\n<p>BobWP.com <a href=\"https://bobwp.com/bobwp-is-now-do-the-woo-woocommerce-news-and-community/\">announced yesterday</a> that the site and its podcast would be rebranded to &ldquo;Do the Woo at BobWP .&rdquo; After a decade of more generalized WordPress topics and news, it will now focus specifically on the WooCommerce plugin and its community.  The podcast will also be aired weekly, notching up their previous twice-monthly episodes.</p>\n\n\n\n<p>For Bob Dunn, founder and co-host, this was move was a natural result of where the community he had built was heading.  &ldquo;Over the last 3 years, we have consistently created content around WooCommerce on our site,&rdquo; he said.  &ldquo;I saw that this was what our readers wanted, so built that up and in March of last year, made the decision to focus entirely on WooCommerce.&rdquo;</p>\n\n\n\n<p>Dunn said he has been a fan of WooCommerce since its launch.  &ldquo;It has always been a favorite of mine, and I have used it to sell a lot of stuff. But oddly enough, never physical products.&rdquo;</p>\n\n\n\n<p>Starting in 2020, the podcast will run weekly.  To keep up the brisk pace, the show is bringing on two new co-hosts.  Joining the team is Jonathan Wold, community lead for WooCommerce, and Mendel Kurland, developer advocate a Liquid Web.  Brad Williams, CEO of WebDevStudios, has been a co-host since 2018.</p>\n\n\n\n<p>New episodes of the podcast will air every Thursday.  The show is pre-recorded on Tuesday of the same week, so the content should remain timely.</p>\n\n\n\n<p>Do the Woo will specifically cater to its WooCommerce audience, but it may delve into the larger eCommerce world from time to time.  However, Dunn recommends listening in on the <a href=\"https://wpecommerceshow.com/\">WP eCommerce Show</a> for topics that explore the larger WordPress and eCommerce landscape.</p>\n\n\n\n<p>Dunn does not feel like there will be a shortage of topics to explore every week with WooCommerce-specific content.  &ldquo;At first, yes, it is a bit of a challenge finding topics around it,&rdquo; he said.  &ldquo;But, expanding it to bring in more of what people are doing in the space, no matter how big or small, opens it up more.&rdquo;  He is optimistic about the show&rsquo;s future.  &ldquo;I&rsquo;ll dig as deep as I need to go.  And, with its growth, it may come to the time where there will always be more [content] than I need.&rdquo;</p>\n\n\n\n<p>The podcast&rsquo;s format remains simple.  &ldquo;We basically bring a guest in, learn more about what they are doing and their involvement in the Woo ecosystem,&rdquo; said Dunn.  &ldquo;We wrap it up, typically covering two or three news items. The conversation isn&rsquo;t planned at all.  We just take it where it leads us.&rdquo;</p>\n\n\n\n<p>Dunn originally began the Doo the Woo podcast in 2016 but broadened the scope that same year to WordPress and eCommerce.  &ldquo;I missed it, and at the end of 2017, brought it back as more of an interview-style show, with me and a guest,&rdquo; he said.  &ldquo;For the next few months, I did very few shows and felt I need to change it up to be more conversational.&rdquo;  He brought on Williams as a co-host at that point.  &ldquo;We did a few shows where Brad and I would just chat Woo stuff, and both came to the conclusion it would be fun to bring on a guest, but still keeping it conversational.&rdquo;</p>\n\n\n\n<p>The podcast episodes were sporadic until the middle of 2019, which was the start of the bi-weekly schedule.  Today, with three extra co-hosts, the team can rotate who is hosting a particular episode.</p>\n\n\n\n<p>Dunn said he still catches a few other podcasts but not as many as in the past.  &ldquo;Always been a fan of and still listen to <a href=\"https://mattreport.com/\">Matt Report</a> and <a href=\"https://getoptionspodcast.com/\">Get Options</a>,&rdquo; he said.  &ldquo;I am sure I have listened to just about every WP-centric podcast a few times over the years. Without naming each one, there are several good choices depending on what you are looking for. Podcast listening is a very personal choice and I just recommend people dabble in what is out there and find those that click with you.&rdquo;</p>\n\n\n\n<p>Listen to <a href=\"https://bobwp.com/whats-coming-to-the-do-the-woo-podcast-in-2020/\">episode 33</a> where the team discusses the show&rsquo;s plans for 2020 and beyond:</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, 08 Jan 2020 21:07: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: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: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:76:\"WPTavern: Landing Kit for WordPress Maps Any Post or Page to a Custom Domain\";s: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:29:\"https://wptavern.com/?p=96301\";s: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:87:\"https://wptavern.com/landing-kit-for-wordpress-maps-any-post-or-page-to-a-custom-domain\";s: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:7094:\"<img />\n\n\n\n<p>Phil Kurth and Jason Schuller launched a new WordPress product named <a href=\"https://wplandingkit.com/\">Landing Kit</a> today.  The plugin allows end-users to map a domain name to any post, page, or custom post type entry.  It includes other features such as SSL support and URL redirecting.  More features like custom templates and Gutenberg blocks are on the way.</p>\n\n\n\n<p>Kurth is the director and WordPress product developer at <a href=\"https://hookturn.io/\">Hookturn.io</a>, a premium WordPress plugin company, and runs <a href=\"https://www.awesomeacf.com/\">Awesome ACF</a>, a community hub around the Advanced Custom Fields plugin.  Schuller has several ongoing projects.  He runs <a href=\"https://rivyt.com/\">RIVYT</a>, a website for video creators to share their work.  In October, he <a href=\"https://wptavern.com/jason-schuller-launches-dsko-a-discovery-network-for-creators-and-brands\">launched DSKO</a>, which is a discovery network built on WordPress for creators and brands.</p>\n\n\n\n<p><a href=\"https://leeflets.com\">Leeflets</a>, a project Schuller created for building single-page websites, served as the catalyst for the Landing Kit project.  The plugin brings similar functionality to any WordPress install.</p>\n\n\n\n<p>Often, WordPress is overkill for single-page sites.  The platform is ideal for larger sites and applications.  For people who need to manage multiple single-page sites, Landing Kit could be a blessing.  By setting up a single WordPress install with the plugin active, users can map any domain to any post or page.  It also works with custom post types.  This keeps site management limited to a single admin interface and point of maintenance.</p>\n\n\n\n<p>The plugin should not be confused with domain-mapping plugins built for multisite.  While it will work on multisite, the intent is not to map domains to subsites in a network.  Instead, it is meant to specifically map domains to single posts or pages on single-site installations.</p>\n\n\n\n<p>The plugin has two pricing tiers. The lower tier costs $59 per year for support and updates on up to three installations. It will also include access to a single page template in the near future.  The larger pricing tier at $159 per year offers support and updates for unlimited installations and will provide access to all templates as they become available.</p>\n\n\n\n<p>Landing Kit is Schuller&rsquo;s first foray in the WordPress product market space since selling his former WordPress theme business, Press75, in 2014.  His return is already making a splash and seems to be a welcome addition to the ecosystem given the feedback on his <a href=\"https://twitter.com/jasonpatricksc/status/1214574389036900353\">Twitter announcement</a>.</p>\n\n\n\n<p>&ldquo;It was never a goal of mine to jump back in, but sometimes these things just happen naturally,&rdquo; said Schuller.  &ldquo;I&rsquo;ve consistently used WordPress as a platform to iterate on ideas, and with each new build I end up creating unique functionality to solve specific problems. Landing Kit is the result of one of those problems I had the solve while creating Leeflets.&rdquo;</p>\n\n\n\n<p>Kurth was brought in to work on the project because of his experience building WordPress plugins.  He described the first version as not having many technical challenges because they had a working prototype to build from.  &ldquo;The most difficult part was thinking across multiple contexts and maintaining a clear picture of what would be happening across multiple domains at any time,&rdquo; he said.  &ldquo;I expect more difficult challenges as we start to move deeper into feature territory as we&rsquo;ll have bigger decisions to make and new technical hurdles to face, particularly when we start exploring remote block/template libraries.&rdquo;</p>\n\n\n\n<h2>Plugin Features</h2>\n\n\n\n<img />Potential book template for Landing Kit.\n\n\n\n<p>Version 1.0 of the plugin keeps things simple, which is a signature of Schuller&rsquo;s past work.  The plugin has a domain management screen.  It provides a convenient location to edit and configure all mapped domains for the installation.  Domain mapping is also available through the post-editing screen.</p>\n\n\n\n<p>The SSL options allow users to serve individual domains over HTTPS or to do so on a global basis.  The plugin also makes it easy to decide whether a post or page should be available via the main website or if requests to the single view should be 301 redirected to the mapped domain.</p>\n\n\n\n<p>There are some technical requirements to make use of the plugin.  Users must be on a host with the ability to add alias or add-on domains, have a dedicated IP address for their website, and be running WordPress 5.0 or above.  End-users should also be familiar with managing DNS records, specifically A-Records, with their web host.  These requirements are necessary to make sure domains are pointing to the correct location.  These are common features and available through many hosts.  Each host should have specific instructions for working with these features.</p>\n\n\n\n<p>The big value-add will be the plugin&rsquo;s custom templates and its upcoming Gutenberg blocks.  These will allow users to quickly build out single-page sites that look and feel different from the active theme for their WordPress installation.</p>\n\n\n\n<p>&ldquo;In line with the idea of complete niche templates (essentially bundled blocks), it makes sense to break that concept down a level in form of niche specific blocks you could pick and choose to create your own landing pages with a bit more freedom,&rdquo; said Schuller. &ldquo;There&rsquo;s so much potential with Gutenberg to get creative, especially when you&rsquo;re thinking specifically about landing pages and what creators might need to achieve a specific goal.&rdquo;</p>\n\n\n\n<p>Kurth and Schuller plan to release templates aimed at specific product niches.  &ldquo;I&rsquo;m hoping to get the first template out the door within the next few weeks,&rdquo; said Schuller on <a href=\"https://twitter.com/jasonpatricksc/status/1214576733669617664\">Twitter</a>.  The concept could be interesting as templates could essentially serve as &ldquo;mini themes.&rdquo;  If the plugin gains enough traction and a large user base, there is potential for a larger marketplace to form around single-page template designs.</p>\n\n\n\n<p>Take a video tour of the plugin:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Schuller said that they are kicking around some other feature ideas for the future.  Nothing is set in stone yet.  &ldquo;People have also expressed interest in a Leeflets-style front-end experience for managing pages, which would essentially make Landing Kit a SaaS in a box,&rdquo; he said.  &ldquo;I&rsquo;m not sure if that&rsquo;s something we&rsquo;ll explore in the near term, but an option at the very least.&rdquo;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p class=\"has-background has-gray-100-background-color bg-gray-100\"><strong>Update &ndash; January 8, 2020:</strong>  Additional quotes from Landing Kit creators added.</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, 08 Jan 2020 03:34:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:68:\"WPTavern: Lessons Learned by Stepping Outside WordPress Comfort Zone\";s: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:29:\"https://wptavern.com/?p=96264\";s: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://wptavern.com/lessons-learned-by-stepping-outside-wordpress-comfort-zone\";s: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:6861:\"<p>It was late summer in 2018. I was an aging developer who wasn&rsquo;t quite sure where I fit into the WordPress world anymore.  I had spent over a decade learning the ins and outs of the platform that launched my career and also served as a hobby for other pet projects I wanted to tackle.</p>\n\n\n\n<p>In part, I was bored.  I needed a new challenge.</p>\n\n\n\n<p>I love WordPress. More than that, I appreciate what WordPress has allowed me to accomplish over the years. However, I was no longer happy with it for my personal blog.  It was suitable for the job, but I often found it had a lot more gadgets and gizmos than I needed. I had also been writing blog posts in Markdown for many years rather than the classic editor.  WordPress was simply no longer a part of my workflow for my blog.  At times, it was a hindrance.</p>\n\n\n\n<p><em>Challenge accepted.</em></p>\n\n\n\n<p>Over a weekend, I built a working custom blog system.  I am hesitant to call it a Content Manage System (CMS) because it lacked crucial features, such as an administrative interface, that are at the heart of any CMS.  Nevertheless, I built a working system from scratch in two days.</p>\n\n\n\n<p>I had no idea I could accomplish such a feat without relying on the useful functions and tools that WordPress had so generously provided for most of my programming career.  I cannot count the number of times I accidentally typed out <code>esc_attr()</code> or <code>esc_html()</code> only to remember those were WordPress functions.  <em>My WordPress muscle memory was strong.</em>  Without knowing it, everything I had learned through building on top of WordPress pushed me to become a more well-rounded PHP developer.  There are few APIs I had not worked with from core WordPress.  I understood much of the source code and knew the reasons for a lot of the legacy gunk.</p>\n\n\n\n<p>My personal project paled in comparison to WordPress&rsquo; power and still does to this day.  However, it moved me outside my comfort zone.  It allowed me to explore old ideas in new ways.</p>\n\n\n\n<p>One example was understanding how rewrite rules and routing worked.  Some of my friends and I recently joked that no one really understands the WordPress Rewrite API.  You just tinker with it until something works and the new code no longer breaks your site.  There are many existing libraries out there, but I wanted to understand how this worked for my own edification.  Therefore, I set out to build an HTTP request, router, and controller class.  The end result was an elegant solution, which borrowed heavily from other PHP frameworks.</p>\n\n\n\n<p>With a simple line of code, as shown below for setting up a &ldquo;book&rdquo; content type, I could handle incoming requests for a book page, map it to the correct resource, and output the template on the front end. I began to wonder why I had shied away from this foundational website concept for so many years as a developer.</p>\n\n\n\n<pre class=\"wp-block-code\"><code>// Create \'example.com/books/book-name\'.\n$this-&gt;router-&gt;get( \'books/{name}\', Controller::class );</code></pre>\n\n\n\n<p>There were many other areas where I began to question the &ldquo;WordPress way&rdquo; of doing things.  During this journey of discovery, I was able to learn things that I could bring back for use in my WordPress projects.  By stepping out into the larger world of website development, I was able to better see the flaws in the platform that helped me fall in love with programming.  However, I was also better able to see the beauty in the system that thousands of developers have kept running for the preceding 15 years.</p>\n\n\n\n<h2>It Is Not All About Code</h2>\n\n\n\n<p>I had the opportunity to study and learn large frameworks like <a href=\"https://laravel.com/\">Laravel</a> and <a href=\"https://symfony.com/\">Symfony</a>.  However, I also studied how other platforms worked from a pure user-experience perspective.</p>\n\n\n\n<p>The one thing I knew for certain is that I wanted to test platforms created for people who wrote in Markdown.  I wasn&rsquo;t looking for huge platforms to compete with WordPress&rsquo; power, such as Joomla or Drupal.  Instead, I was looking at lighter-weight solutions like <a href=\"https://getgrav.org/\">Grav</a>, <a href=\"https://jekyllrb.com/\">Jekyll</a>, and <a href=\"https://gohugo.io/\">Hugo</a>.  I wanted to understand how the user experience fit in with my workflow.</p>\n\n\n\n<p>Of all the solutions I tested, each had its advantages.  Each also had features or methods of doing things that wasn&rsquo;t to my taste.  The good thing about the experience was that I was able to identify how I wanted my blogging platform to work for me.  Reading thoughts from others in those communities also allowed me to hear from users outside of the WordPress community about why they loved their preferred blogging system.</p>\n\n\n\n<p>I soldiered forward.  Using what I learned from those platforms, I built something that I was happy to use.  It wasn&rsquo;t perfect and would likely never be.  Room for growth is not a bad thing.</p>\n\n\n\n<p>During this time, I rekindled my love of blogging with WordPress.  While not always the popular opinion, the block editor felt leaps and bounds better than the classic editor.  It was something I could see myself using regularly.  Aside from my personal blog, I began using it on other projects.  I still write in Markdown every day.  However, I find myself enjoying writing within WordPress&rsquo; editor for the first time in years.</p>\n\n\n\n<h2>Why You Should Try New Platforms</h2>\n\n\n\n<p>From a developer perspective, it is not a good idea to become complacent and rely on a single system.  Instead of calling yourself a &ldquo;WordPress developer,&rdquo; think beyond that terminology.  Instead, you should be a PHP programmer or JavaScript programmer.  Or, better yet, simply call yourself a programmer.  Programmers solve problems.  The tools or languages are what you use to get from Point A to Point B.</p>\n\n\n\n<p>On the job market, being a more well-rounded programmer opens up more opportunities.  While most of us can only hope that WordPress will be the leading platform for the next 10, 20, or 50 years, you should be prepared for any future.</p>\n\n\n\n<p>Another benefit of working with other platforms from time to time is that you learn ideas that you can bring back into the WordPress ecosystem.  For example, it is interesting to see how the <a href=\"https://roots.io/sage/\">Sage starter theme</a> implements Laravel Blade&rsquo;s templating engine.  These ideas can help shape WordPress&rsquo; future.</p>\n\n\n\n<p>Some ideas can be pushed into core WordPress.  Others can improve team workflows within agencies.</p>\n\n\n\n<p>Continuing education benefits the WordPress community as a whole.  Don&rsquo;t limit that education to WordPress-specific ideas.  Learn from the outside and bring it back.</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, 06 Jan 2020 21:19: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:\"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: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:45:\"BuddyPress: BuddyPress 5.1.2 Security 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=309637\";s: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:48:\"https://buddypress.org/2020/01/buddypress-5-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1190:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.2.zip\">BuddyPress 5.1.2</a> is now available. This is a security release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.1.2 release addresses one security issue:</p>\n\n\n\n<ul><li>Certain REST API requests could result in the exposure of private data. Discovered and reported independently by <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a> and <a href=\"https://profiles.wordpress.org/finebet/\">Jacek Suski</a>.</li></ul>\n\n\n\n<p>The vulnerability was reported privately to the BuddyPress team, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>For complete details, visit the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-5-1-2/\">5.1.2 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.2 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading 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:\"Fri, 03 Jan 2020 21:36:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";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:80:\"WPTavern: Pods Framework Loses Primary Sponsorship, Seeks Donors To Fund Project\";s: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:29:\"https://wptavern.com/?p=96194\";s: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://wptavern.com/pods-framework-loses-primary-sponsorship-seeks-donors-to-fund-project\";s: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:8184:\"<img />\n\n\n\n<p>Scott Kingsley Clark, lead developer of the Pods Framework, <a href=\"https://pods.io/2020/01/02/pods-needs-your-help-in-2020/\">announced the project was seeking new donors</a> on Thursday.  Automattic, the primary sponsor, dropped out after funding the project since 2012.  This has put the team in a position to seek help for maintaining and supporting the project.  Automattic was previously covering around 90% of the costs.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/pods/\">Pods Framework</a> is a WordPress plugin that allows end-users or developers to create and extend custom post types, content types, users, media, and comments.  Essentially, it is a complete content management framework for those who need more than the basics that WordPress offers.  It has well over a dozen <a href=\"https://pods.io/plugins/\">add-on plugins</a> for extra functionality and currently has over 80,000 active installations.</p>\n\n\n\n<p>There are <a href=\"https://friends.pods.io/about-the-team/\">six primary contributors</a> to the Pods plugin.  They have also brought on a React developer who is just getting started with UI work on Pods 2.8.  Other than work from the team, the project receives patches and contributions from the larger Pods community.</p>\n\n\n\n<p>With the loss of funding from Automattic, Pods is receiving around $700 each month from donors. &ldquo;Once we found out that Automattic was going to focus their sponsorship funding towards other priorities of theirs, we put together a plan of action to reduce overall costs,&rdquo; said Clark.</p>\n\n\n\n<p>The team&rsquo;s goal is to have at least 200 sponsors.  The average recurring monthly donation is about $17.  Coupled with their current 40 regular donors, they need an additional 160 at the same donation average to cover costs.  This would at least allow the team to be efficient with their time.</p>\n\n\n\n<p>&ldquo;Right now our feature/fix development and support efforts will begin to suffer from lack of funding because we&rsquo;ll be spread too thin,&rdquo; said Clark.  &ldquo;I work a full-time job and can&rsquo;t pick up the extra weight entirely on my own.&rdquo;  Clark&rsquo;s job with Modern Tribe gives him some flexibility to work on the project, but it is minimal and only when time is available.</p>\n\n\n\n<p>People who are willing to sponsor the project monthly can contribute via the <a href=\"https://friends.pods.io/donations/become-a-friend/\">Friends of Pods</a> sponsorship page.  The project also has a <a href=\"https://friends.pods.io/donations/one-time-donation/\">one-time donation option</a> for those wanting to go that route.</p>\n\n\n\n<h2>Automattic Was Crucial to Success</h2>\n\n\n\n<p>In his announcement, Clark said Automattic&rsquo;s decision to pull their sponsorship was because the company wanted to put their funds toward native Gutenberg projects.  Pods is a project that spans beyond Gutenberg.  However, it does have some Gutenberg integration and more features in the works.</p>\n\n\n\n<p>Since 2012, Automattic has been the largest sponsor of Pods.  Their funding allowed the team to support and continue developing the plugin.  &ldquo;We&rsquo;re so appreciative of Automattic&rsquo;s support,&rdquo; said <a href=\"https://twitter.com/podsframework/status/1212792297911443456\">Clark on Twitter</a>.  &ldquo;They&rsquo;ve sponsored Pods for over 7 years, I know their decision was a tough one for them.&rdquo;</p>\n\n\n\n<p>In 2011, <a href=\"https://wptavern.com/pods-what-happened-after-the-kickstarter-campaign\">Pods surpassed its goal</a> in a Kickstarter campaign.  The project raised over $4,000 with a goal of $1,500.  The campaign was intended to fund the development of Pods 2.0.  In hindsight, the dollar amount was far too low to realistically fund such a complex project.</p>\n\n\n\n<p>&ldquo;I naively thought that would be enough to accomplish everything and more we wanted to do for our big Pods 2.0 release,&rdquo; said Clark.  &ldquo;I was really wrong. Adding developers at a late stage in a project can take even more time than you anticipate. I also had to work around those developers&rsquo; schedules and spend time coordinating with them instead of building things myself. It was a huge challenge as I hadn&rsquo;t really led a team on a side project while having a full-time job before.&rdquo;</p>\n\n\n\n<p>Clark had to reach into his pocket and put money towards the funding problem.  Yet, the team hit more roadblocks getting Pods 2.0 released.  &ldquo;That&rsquo;s when I reached out to Automattic, which they offered to help out here and there to sponsor some more development&rdquo;, he said. &ldquo;I was at the right job and had the right developers in place to really make the most of that arrangement. I had tons of time on the clock at work to build projects with Pods and I could build features/fix problems every day. With the added help of the funding, we were covered for many years to come.&rdquo;</p>\n\n\n\n<p>The arrangement was a blessing for the project, propelling it forward for years.  &ldquo;Without Automattic, we surely couldn&rsquo;t have continued on with the huge undertaking that the Pods 2.0 rewrite was,&rdquo; said Clark.  &ldquo;We would have just shelved everything and only added minor fixes/enhancements to Pods going forward.&rdquo;</p>\n\n\n\n<p>Clark described the funding as crucial to maintaining a premium product for free.  &ldquo;Given what I know about many other free products out there, I can see why our support for Pods itself has sometimes been compared to premium support because of the people we could keep involved helping everyone with their project challenges and Pods questions,&rdquo; he said.</p>\n\n\n\n<p>After success with Pods 2.0 and several releases, the Pods team reached back out to Automattic.  They were able to secure more funding with the agreement that they would diversify their funding and bring in more sponsors, which they were able to accomplish.</p>\n\n\n\n<h2>What the Future Holds</h2>\n\n\n\n<p>Clark is hopeful that they can meet their sponsorship goals.  If not, they may have to explore some commercial options.  However, he said Pods and its primary features will remain free of charge.</p>\n\n\n\n<p>&ldquo;Development is not cheap,&rdquo; said Clark.  &ldquo;In fact, we&rsquo;ve thought about diversifying our funding for a while, but ironically our sponsorship agreement with Automattic prohibited us from exploring premium add-ons to help fund more growth.&rdquo;</p>\n\n\n\n<p>While the funding was a blessing, it may have also been a crutch.  &ldquo;If we had suddenly gotten millions of active installs to support, we would have been in big trouble,&rdquo; he said.  &ldquo;You can&rsquo;t scale sponsorships with a growing userbase.&rdquo;</p>\n\n\n\n<p>Clark said he is committed to making sure the next three major feature releases go out for free as part of the main Pods plugin, regardless of the funding situation.  &ldquo;I believe in making it easy to build projects in WordPress and some of those features are just really crucial to normal projects,&rdquo; he said.</p>\n\n\n\n<p>The team is exploring the potential for premium add-ons.  However, if going that route, the add-ons would be with useful features that go beyond the core needs of the plugin.  &ldquo;We have some really awesome features that we&rsquo;ve always wanted to do and this could be the avenue to build them while giving huge value to our Friends of Pods,&rdquo; he said.  &ldquo;This could be an added benefit to them for supporting our project, which they&rsquo;d get as a reward for keeping their Friends of Pods membership active.&rdquo;</p>\n\n\n\n<p>The future is uncertain.  The project is not in danger of disappearing at this point.  However, the reality is that development and support have real-world costs that need to be met.</p>\n\n\n\n<p>&ldquo;It&rsquo;s still too early to know exactly what we can do with the funding we have and what we can expect to get from our 2020 fundraising efforts,&rdquo; said Clark.  &ldquo;We don&rsquo;t know if those ongoing funding struggles will prevent us from spending time to build new add-ons to generate new revenue either. It&rsquo;s all up in the air right now.&rdquo;</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, 03 Jan 2020 17:59: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: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: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:57:\"WordPress.org blog: The Month in WordPress: December 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8282\";s: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://wordpress.org/news/2020/01/the-month-in-wordpress-december-2019/\";s: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:8184:\"<p>As 2019 draws to a close and we look ahead to another exciting year let’s take a moment to review what the WordPress community achieved in December.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.3.1 and 5.3.2 Releases</h2>\n\n\n\n<p>The WordPress 5.3.1 security and maintenance release was announced on December 13. It features 46 fixes and enhancements. This version corrects four security issues in WordPress versions 5.3 and earlier. Shortly afterwards, WordPress 5.3.2 was released, addressing a couple high severity Trac tickets, and includes 5 fixes and enhancements, so you’ll want to upgrade. You can read more about these releases in the announcements for <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">5.3.1</a> and <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\">5.3.2</a>.</p>\n\n\n\n<h2>Update on the Nine Core Projects for 2019</h2>\n\n\n\n<p>At the end of 2018, <a href=\"https://profiles.wordpress.org/matt/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matt</a> <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">announced</a> the nine projects that would be the main focus areas for Core development in the next year. Have we made progress? Yes! <a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">posted a full update</a> on the team’s work. In brief, two of the projects have been completed and shipped in major releases, four are targeted for release in versions 5.4 and 5.5 of WordPress, and the remaining three have seen significant progress but are not yet slated for completion. These will continue to see progress throughout 2020.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress Major Release Calendar</h2>\n\n\n\n<p>The Core team has published <a href=\"https://make.wordpress.org/core/2019/11/21/tentative-release-calendar-2020-2021/\">a tentative release calendar</a> for 2020 and 2021. This is intended to provide the community with more information about what lies ahead.</p>\n\n\n\n<p>The schedule is considered tentative because there are always variables that could affect these plans — not least that the Core team may need more time to finish the work planned for a release.</p>\n\n\n\n<h2>Initial Documentation for Block-Based WordPress Themes</h2>\n\n\n\n<p>The Gutenberg team has started working on <a href=\"https://github.com/WordPress/gutenberg/pull/18890/files\">the initial documentation</a> for what block-based themes might look like, marking a significant change in the way themes are conceptualized. With full-site editing now a realistic goal for WordPress, themes will certainly look different in the future.</p>\n\n\n\n<p>Want to help shape the future of block-based themes in WordPress Core? Following <a href=\"https://make.wordpress.org/core/\">the Core team blog</a> is a good start! You can also join in on the discussion <a href=\"https://make.wordpress.org/themes/2019/12/04/questions-about-the-future-of-themes/\">on this blog post</a>, or help out with the work to <a href=\"https://github.com/WordPress/gutenberg/blob/master/lib/demo-block-templates/index.html\">create a demo space for experimentation with the future of themes</a>. As always, contribution to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a> is open to everyone! Join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> to see what other people are saying, and contribute your own thoughts.</p>\n\n\n\n<h2>Gutenberg Updates Abound</h2>\n\n\n\n<p>It’s been a busy month for Gutenberg! Version 7.0, including a new navigation block, <a href=\"https://make.wordpress.org/core/2019/11/27/whats-new-in-gutenberg-27-november/\">was announced</a> on November 27. This was followed by <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">version 7.1</a>, announced on December 11; it includes 161 merged pull requests that offer a fresh UI to new users, an option to switch between edit and navigation modes, captions for the table block, and many other enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Arrival of the BuddyPress Beta Tester Plugin</h2>\n\n\n\n<p>On December 2, <a href=\"https://buddypress.org/2019/12/bp-beta-tester-1-0-0/\">the BuddyPress Beta Tester plugin</a> was added to the WordPress.org plugins directory. This feature is a great way for the WordPress community to provide early feedback on releases.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">download the plugin</a> now. If you find that something is not working as expected during your beta tests, let the BuddyPress team know by submitting a ticket on the <a href=\"https://buddypress.trac.wordpress.org/newticket\">Development Tracker</a> or posting a new topic in the BuddyPress <a href=\"https://buddypress.org/support/\">support forums</a>.​​</p>\n\n\n\n<h2>An Update on the Block Directory in the WordPress Editor&nbsp;</h2>\n\n\n\n<p>The Design team received lots of excellent feedback on the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">early concepts for the Block Directory</a>. This feedback was incorporated into a Version 1 update to the <a href=\"https://make.wordpress.org/design/tag/block-directory/\">#block-directory</a> project. The Block Directory is to be included in WordPress 5.5, which is slated for August 2020. To learn more about the Block Directory, check out <a href=\"https://make.wordpress.org/design/2019/12/19/block-directory-in-wp-admin-v1/\">this announcement post</a> and help out by sharing your feedback. </p>\n\n\n\n<p>Want to get involved in building the Block Directory? Follow <a href=\"https://make.wordpress.org/design/\">the Design team blog</a>. If you have a block you’d like to include in the directory you can <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">submit it following the information here</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">Guidelines for the Block Directory</a> have been drafted; the team is actively working on them now.</li><li>The<a href=\"https://make.wordpress.org/community/2020-wordpress-global-community-sponsorship-program/\"> Global Community Sponsorship Program for 2020</a> has been announced.&nbsp;</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/12/09/do-not-contact-reviewers-outside-of-the-wordpress-org-system-about-your-review/\">has published a reminder</a> for developers about the proper way to communicate with reviewers.</li><li>The Community Team is in the process of <a href=\"https://make.wordpress.org/community/2019/12/05/community-team-reps-for-2020/\">selecting new team reps</a>.</li><li><a href=\"https://meetup.com/pro/wordpress\">The WordPress meetup program</a> crossed the 800-group mark this month and includes groups from more than 100 countries.</li><li>The team that helped to create the 2019 State of the Word slide deck <a href=\"https://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\">shared how the slides were created using Gutenberg</a>, powered by the Slides plugin.&nbsp;</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:\"Fri, 03 Jan 2020 17:05: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:10:\"Angela Jin\";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:22:\"Matt: 29 Books in 2019\";s: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:22:\"https://ma.tt/?p=50689\";s: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:39:\"https://ma.tt/2020/01/29-books-in-2019/\";s: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:4654:\"<p>As a follow-on to my lists in <a href=\"https://ma.tt/2017/12/books-in-2017/\">2017</a> and <a href=\"https://ma.tt/2019/01/39-books-in-2018/\">2018</a>, here are the books I completed this year. I&#8217;ve linked all to the Kindle edition except the Great Mental Models, which is so gorgeous in hardcover you should get that one, and the The World is Sound isn&#8217;t available as an ebook. Bold are ones I particularly enjoyed or found myself discussing with others a lot.</p>\n\n\n\n<ol><li><a href=\"https://www.amazon.com/dp/B000JMKNZG/\">The Pilgrimage by Paulo Coehlo</a></li><li><strong><a href=\"https://www.amazon.com/dp/B079WM7KLS/\">21 Lessons for the 21st Century by Yuval Noah Harari</a></strong></li><li><a href=\"https://www.amazon.com/dp/B005MHHRQG/\">No Longer at Ease by Chinua Achebe</a></li><li><a href=\"https://www.amazon.com/dp/B078LJW4G4/\">Imagine it Forward by Beth Comstock</a></li><li><strong><a href=\"https://www.amazon.com/gp/product/1999449002/\">The Great Mental Models Vol. 1 by Shane Parrish</a></strong></li><li><strong><a href=\"https://www.amazon.com/dp/B01MPZNG63/\">Why Buddhism is True by Robert Wright</a></strong></li><li><a href=\"https://www.amazon.com/dp/B079WNQFZQ/\">There Will Be No Miracles Here by Casey Gerald</a></li><li><a href=\"https://www.amazon.com/dp/B01MSICPW3/\">Less by Andrew Sean Greer</a></li><li><a href=\"https://www.amazon.com/dp/B078VW3VM7/\">Bad Blood by John Carreyrou</a></li><li><a href=\"https://www.amazon.com/dp/B07TMKPD67/\">nejma by Nayyirah Waheed</a></li><li><a href=\"https://www.amazon.com/dp/B07CRJB8WJ/\">Trust Exercise by Susan Choi</a> (also on <a href=\"https://twitter.com/BarackObama/status/1211033245812441091\">Obama&#8217;s book list</a>, and based on the high school I went to, HSPVA)</li><li><strong><a href=\"https://www.amazon.com/dp/B000FCK206/\">Genghis Khan and the Making of the Modern World by Jack Weatherford</a></strong></li><li><strong><a href=\"https://www.amazon.com/dp/B005GFBNSW/\">The Way to Love by Anthony de Mello</a></strong></li><li><a href=\"https://www.amazon.com/dp/B005BRSFCC/\">The Fifth Agreement by Don Miguel Ruiz, Don Jose Ruiz, and Janet Mills</a></li><li><strong><a href=\"https://www.amazon.com/dp/B07CWHYVW5/\">Empty Planet by Darrell Bricker</a></strong></li><li><a href=\"https://www.amazon.com/dp/B00JTYQJ3K/\">Brave New World by Aldous Huxley</a></li><li><a href=\"https://www.amazon.com/gp/product/B005GG0MXI/\">How to Talk So Kids Will Listen &amp; Listen So Kids Will Talk by Adele Faber and Elian Mazlish</a></li><li><a href=\"https://www.amazon.com/dp/B07MPXZYJ7/\">Make it Scream, Make it Burn by Leslie Jamison</a></li><li><strong><a href=\"https://www.amazon.com/dp/B001JAHG98/\">A Short History of Progress by Ronald Wright</a></strong></li><li><strong><a href=\"https://www.amazon.com/dp/B07G13W75M/\">Conscious: A Brief Guide to the Fundamental Mystery of the Mind by Annaka Harris</a></strong></li><li><strong><a href=\"https://www.amazon.com/dp/0892813180/\">The World Is Sound: Nada Brahma: Music and the Landscape of Consciousness by Joachim-Ernst Berendt</a></strong></li><li><a href=\"https://www.amazon.com/dp/B00R3MHWUE/\">The 15 Commitments of Conscious Leadership by Jim Dethmer and Diana Chapman</a></li><li><strong><a href=\"https://www.amazon.com/dp/B004W3FM4A/\">Finite and Infinite Games by James P. Carse</a></strong></li><li><a href=\"https://www.amazon.com/dp/B079G6KMVS/\">Four Soldiers by Hubert Mingarelli</a></li><li><strong><a href=\"https://www.amazon.com/dp/B07L2F9S6H/\">Working by Robert Caro</a></strong></li><li><a href=\"https://www.amazon.com/dp/B0049H9AVU/\">Attached by Amir Levine and Rachel Heller</a></li><li><a href=\"https://www.amazon.com/dp/B075HYVP7C/\">Skin in the Game by Nassim Nicholas Taleb</a></li><li><a href=\"https://www.amazon.com/dp/B012271Z5M/\">The Devil&#8217;s Financial Dictionary by Jason Zweig</a></li><li><a href=\"https://www.amazon.com/dp/B07FLNFRGK/\">How to Do Nothing: Resisting the Attention Economy by Jenny Odell</a> (also on Obama&#8217;s book list)</li></ol>\n\n\n\n<p>What&#8217;s interesting is that if you were to purchase every single one of those books, it would be about $349. You could get them all for nothing from your local library, <a href=\"https://www.amazon.com/gp/help/customer/display.html?nodeId=200747550\">even on a Kindle</a>. The money I spend on books is by far and away the best investment I make every year — books expand my mind and enrich my life in a way that nothing else does.</p>\n\n\n\n<p>All years: <a href=\"https://ma.tt/2017/12/books-in-2017/\">2017</a>, <a href=\"https://ma.tt/2019/01/39-books-in-2018/\">2018</a>, <a href=\"https://ma.tt/2020/01/29-books-in-2019/\">2019</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, 02 Jan 2020 07:00: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:4:\"Matt\";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:43:\"WPTavern: Building the Community We Deserve\";s: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:29:\"https://wptavern.com/?p=96166\";s: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://wptavern.com/building-the-community-we-deserve\";s: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:4338:\"<img />\n\n\n\n<p>One of our internal discussions about the future of WP Tavern has stuck with me since it wrapped up.  The discussion was centered on pushing comment threads in the right direction.  We often receive comments that border on conspiracy-theory territory (<em>and those that cross over head first</em>).  We also get comments that make statements of fact without backing up those claims with evidence.</p>\n\n\n\n<p>Not all those who make such comments have ill intentions.  The issue is often that the ideas presented in a comment are not fully-fleshed out.  Often, the commentator had not taken the time to shape their words into something that births thoughtful responses.  Such is the nature of comments on the web.</p>\n\n\n\n<p>WP Tavern&rsquo;s big goal for 2020 should be about shepherding our community.  Going forward, we will take steps toward fostering better discussions.</p>\n\n\n\n<h2>Building Our Community in the New Year</h2>\n\n\n\n<p>Shepherding the community is about creating a welcoming environment for everyone.  All of our readers should feel comfortable leaving their thoughts on a given topic.</p>\n\n\n\n<p>As a new writer in a long-standing community, I sometimes receive uplifting private messages and emails from community members.  They often have kind words or love the coverage of a specific topic.  The trouble is getting some of those people to engage in the comments.  As my grandma, who would welcome anyone into her home, would say, &ldquo;Y&rsquo;all stop by sometime and chat for a while.&rdquo;  Some people are timid about commenting publicly.  Others feel like they will be attacked or their ideas will be dismissed offhand.  Fostering a community they would feel comfortable participating in is the goal.</p>\n\n\n\n<p>The first step toward this goal is an <a href=\"https://wptavern.com/comment-policy\">update to our comment policy</a>.</p>\n\n\n\n<p>The intention of our policy has remained the same.  In general, be kind to people.  The updated policy includes some new guidelines on what is unacceptable and some clearer language in some areas.  It would be nice to eventually move back to the point where we no longer moderated every comment before publishing them on the site.  We are not there yet, but I remain optimistic.</p>\n\n\n\n<p>The other major plan is around integrating community elements into the site design.  Rest assured that this is something being worked on.  Better showcasing recent comments is high on the list.  However, we can go beyond that by showcasing users with the most comments, top comments by the number of likes, and more.  I have some ideas that I hope to implement this year to make our readers feel like they have more of a stake in the site.  This place is as much about you all as it is about our team.</p>\n\n\n\n<h2>Ask the Bartender</h2>\n\n\n\n<p>We have quietly added an <a href=\"https://wptavern.com/contact-me/ask-the-bartender\">Ask the Bartender</a> form on the site.  This is our idea of an advice column that you might see in traditional journalism.</p>\n\n\n\n<p>At this point, it is experimental.  The plan is to publish a periodic article where one of our writers answers questions from our readers.  This will give you all an opportunity to bring up the big questions that you want our community to discuss.</p>\n\n\n\n<p>We do not have an official format for how this will work yet.  It will largely depend on the questions that people submit.  We are open to nearly any type of WordPress-related question right now.</p>\n\n\n\n<h2>What We All Can Do</h2>\n\n\n\n<p>The biggest thing I ask of the Tavern community that we make 2020 the year that we thoughtfully engage with one another. </p>\n\n\n\n<p>More than that, when discussing topics with others online, there is no need to feel like you must win an argument.  That usually leads to nowhere good.  Present your ideas and let them stand on their own merit.</p>\n\n\n\n<p>With that idea in mind, think about writing responses in the form of a blog post.  Then, let us know about the post here at the Tavern.  Taking the time to write a post allows your ideas to mature.  Doing this lets you build a stronger argument if you rationally think it through.  Also, WordPress is blogging software at heart.  We should use it more often to blog about WordPress.</p>\n\n\n\n<p>Happy New Year, everyone!  Let&rsquo;s make this a memorable one.</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, 01 Jan 2020 21:01: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:\"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: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:48:\"WPTavern: Reflecting on 2019: The Year in Review\";s: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:29:\"https://wptavern.com/?p=96134\";s: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/reflecting-on-2019-the-year-in-review\";s: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:11823:\"<img />\n\n\n\n<p>Another year is in the bag.  With a project as large and far-reaching as WordPress, there was no shortage of news and controversy.  We covered a lot of stories in 2019 and are gearing up for another exciting year.</p>\n\n\n\n<p>I always like to take a moment at the end of the year to look over everything that happened.  Despite how well a website or project performs, it is good to take stock of each success.  It is a time of reflection.  Even in bad years, you should be able to find positive things to remember.  This helps shape how you view your websites, projects, or even life.  Ending the year remembering those positive things can help propel you into the new year.</p>\n\n\n\n<p>It is equally important to find areas for improvement.  However, you cannot understand what the next steps are until you have taken a look at where you have been. </p>\n\n\n\n<p>With that in mind, let&rsquo;s take a moment to reflect on the past year&rsquo;s journey for WP Tavern and WordPress.</p>\n\n\n\n<h2>WP Tavern Stats</h2>\n\n\n\n<p>In 2019, WP Tavern published 382 posts.  That is an increase of 52 posts over 2018.</p>\n\n\n\n<p>Average words per post are the highest in WP Tavern&rsquo;s history, coming in at 587 words.  I am certain my long-windedness played a small role in that.  We also had fewer quick posts on the whole.  That is a format we should experiment with more.</p>\n\n\n\n<p>Total and average comments are down.  Admittedly, we have been a bit heavy-handed with deleting comments that break our comment policy this year.  Average Jetpack-powered &ldquo;likes&rdquo; per post are at an all-time high (6.9 likes per post).  Total likes are the second-highest for a year (2,614 likes).  We are also seeing a lot of engagement on Twitter.  It will be interesting to see how this plays out in 2020 with social media having such a stronghold on how people engage with one another online.</p>\n\n\n\n<p>We need to continue improving both the frequency and the quality of comments.</p>\n\n\n\n<h2>The Year in WordPress</h2>\n\n\n\n<p>WordPress <a href=\"https://wptavern.com/happy-sweet-16-wordpress\">turned 16 years old</a> this year.  <em>It&rsquo;s old enough to drive now.</em></p>\n\n\n\n<p>The community enjoyed three major updates throughout the year:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/wordpress-5-1-improves-editor-performance-encourages-users-to-update-outdated-php-versions\">Version 5.1 &ldquo;Betty&rdquo;</a> improved editor performance and encouraged users to update PHP.</li><li><a href=\"https://wptavern.com/wordpress-5-2-jaco-released-includes-fatal-php-error-protection-and-a-recovery-mode\">Version 5.2 &ldquo;Jaco&rdquo;</a> included PHP fatal error protection and a recovery mode.</li><li><a href=\"https://wptavern.com/wordpress-5-3-kirk-released-brings-new-default-theme-editor-improvements-and-ui-tweaks\">Version 5.3 &ldquo;Kirk&rdquo;</a> introduced the Twenty Twenty theme and made significant UI tweaks.</li></ul>\n\n\n\n<p>Most of the year was focused on the Gutenberg plugin and porting its features and improvements into WordPress.  WP Tavern covered nearly <a href=\"https://wptavern.com/tag/gutenberg\">everything you ever wanted to know about Gutenberg</a>.</p>\n\n\n\n<p>Matt Mullenweg&rsquo;s <a href=\"https://wptavern.com/state-of-the-word-2019-recap-all-roads-lead-to-the-block-editor\">2019 State of the Word</a> primarily focused on the work that went into the block editor in the past 12 months.  He also outlined the next phases of the project, which include full-site customization, collaboration between post authors, and multilingual sites.</p>\n\n\n\n<h2>Alex Mills (Viper007Bond) Passed Away</h2>\n\n\n\n<p>In February, the WordPress community lost one of its greatest members, Alex Mills, as his <a href=\"https://wptavern.com/alex-mills-ends-his-battle-with-leukemia\">battle with leukemia ended</a>.  Alex was a mentor and hero to many of us.  As a developer, I learned more from his work than I may ever be able to pay forward.  We never met in person, but he was one of my early teachers by simply leading the way for people like me.</p>\n\n\n\n<p>His <a href=\"https://wordpress.org/plugins/regenerate-thumbnails/\">Regenerate Thumbnails</a> plugin also saved me countless hours over the years.  I cannot imagine building or testing WordPress themes without it.  <a href=\"https://wptavern.com/automattic-adopts-alex-mills-plugins\">Automattic adopted the plugins</a> Alex built during his WordPress journey.</p>\n\n\n\n<p>Alex, thank you for everything you contributed to the WordPress community.</p>\n\n\n\n<h2>Favorites From 2019</h2>\n\n\n\n<p>The following are various WordPress and Tavern-related things that I found most interesting throughout 2019.</p>\n\n\n\n<h3>Posts From Tavern Writers</h3>\n\n\n\n<p>We have had numerous well-written stories from everyone who has contributed in 2019.  The following are personal favorites from contributors other than myself that I wanted to highlight before we close the year out.  </p>\n\n\n\n<p>These are my favorites for various reasons and presented in no particular order.  Sometimes, I liked the content of the article.  At other times, I appreciated them for how well-written they were.  If you missed them, now is a good time to hop back and check out some stories our team has written this year.</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/wordpress-governance-project-flagged-as-unsanctioned-first-meeting-set-for-january-15\">WordPress Governance Project Flagged as Unsanctioned, First Meeting Set for January 15</a></li><li><a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">GPL Author Richard Stallman Resigns from Free Software Foundation</a></li><li><a href=\"https://wptavern.com/matt-mullenweg-and-david-heinemeier-hansson-discuss-wordpress-market-share-monopolies-and-power-in-open-source-communities\">Matt Mullenweg and David Heinemeier Hansson Discuss WordPress Market Share, Monopolies, and Power in Open Source Communities</a></li><li><a href=\"https://wptavern.com/proposal-to-auto-update-old-versions-of-wordpress-to-4-7-sparks-heated-debate\">Proposal to Auto-Update Old Versions of WordPress to 4.7 Sparks Heated Debate</a></li><li><a href=\"https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-wordpress\">Automattic Acquires Tumblr, Plans to Rebuild the Backend Powered by WordPress</a></li><li><a href=\"https://wptavern.com/gutenberg-one-year-later\">Gutenberg: One Year Later</a></li><li><a href=\"https://wptavern.com/possibilities-of-a-cms-in-the-spatial-computing-future\">Possibilities of a CMS in the Spatial Computing Future </a></li></ul>\n\n\n\n<h3>My Articles</h3>\n\n\n\n<p>I am closing in on 70 posts since becoming a fulltime contributor to WP Tavern.  This job has allowed me to explore a variety of topics in a few months, and I look forward to continuing this into 2020.  I enjoyed writing many stories, but there were two that I was particularly happy to have the opportunity to cover.</p>\n\n\n\n<p>The first was my coverage of the <a href=\"https://wptavern.com/u-s-supreme-court-denies-dominos-appeal-to-determine-whether-websites-must-be-accessible\">U.S. Supreme Court&rsquo;s denial of Domino&rsquo;s appeal</a> to determine whether its website must be accessible to all of its customers.  This story helped me jump far outside my comfort zone of strictly writing about WordPress and development topics.  It was also a stark reminder that we, as a community, need to become better at making the web accessible for all people.</p>\n\n\n\n<p>The post I enjoyed working on the most was <a href=\"https://wptavern.com/chilean-news-publication-el-soberano-first-to-launch-on-newspack\">El Soberano&rsquo;s launch on Newspack</a>.  The interesting thing about covering this story was not the actual re-launch of the publication.  It was getting to chat with other journalists, particularly those who were down in the trenches and fighting for justice.  It reminded me that, at the end of the day, journalism is always about people.</p>\n\n\n\n<h3>Favorite Theme</h3>\n\n\n\n<p>This was an easy pick.  <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty</a> takes the top spot on my list.  There were themes released this year with designs better-suited to my tastes.  There were certainly other themes pushing more limits in terms of functionality.</p>\n\n\n\n<p>What I like most about Twenty Twenty is that it seems unafraid to be bold.  It showcases how a theme can have personality while being designed around the block editor.  I am not sure if I would ever use it for my sites simply because it&rsquo;s not my preferred style.  However, I appreciate its artistic merit.</p>\n\n\n\n<h3>Favorite Plugin</h3>\n\n\n\n<p>While it was not released in 2019, <a href=\"https://wordpress.org/plugins/give/\">GiveWP</a> is the most interesting plugin I have used this year.  It is a fundraising plugin that allows WordPress users to accept donations directly from their website.</p>\n\n\n\n<p>I worked with the plugin in two capacities this year.  The first was as a plugin developer who was building an integration between it and another plugin.  As a developer, I appreciated how well-written and well-documented the code was.  The team behind the plugin includes top-notch programmers.</p>\n\n\n\n<p>I also helped push a couple of friends to set it up for their projects.  Both were pleased with their experiences.</p>\n\n\n\n<h2>Top 10 Posts From 2019</h2>\n\n\n\n<p>The following posts are the most-commented posts of the year.  Loads of comments typically mean controversy around here, so this list may contain, more or less, the most controversial topics of the year.  Either way, there are some great discussions in some of the comment threads.</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/wp-taverns-new-design-no-more-wood-grain\">WP Tavern&rsquo;s New Design: No More Wood-Grain</a> <em>(91 comments, 32 likes)</em></li><li><a href=\"https://wptavern.com/jetpack-7-1-adds-feature-suggestions-to-plugin-search-results\">Jetpack 7.1 Adds Feature Suggestions to Plugin Search Results</a> <em>(76 comments, 8 likes)</em></li><li><a href=\"https://wptavern.com/gutenberg-one-year-later\">Gutenberg: One Year Later</a> <em>(75 comments, 29 likes)</em></li><li><a href=\"https://wptavern.com/pluginvulnerabilities-com-is-protesting-wordpress-org-support-forum-moderators-by-publishing-zero-day-vulnerabilities\">PluginVulnerabilities.com is Protesting WordPress.org Support Forum Moderators by Publishing Zero-Day Vulnerabilities</a> <em>(64 comments, 10 likes)</em></li><li><a href=\"https://wptavern.com/black-friday-banner-gone-wrong-advertising-in-free-plugins\">Black Friday Banner Gone Wrong: Advertising in Free Plugins</a> <em>(59 comments, 20 likes)</em></li><li><a href=\"https://wptavern.com/justin-tadlock-joins-wp-tavern\">Justin Tadlock Joins WP Tavern</a> <em>(52 comments, 45 likes)</em></li><li><a href=\"https://wptavern.com/yoastcon-overshadowed-by-twitter-storm-joost-de-valk-seo-industry-leaders-called-out-for-objectifying-women\">YoastCon Overshadowed by Twitter Storm: Joost de Valk, SEO Industry Leaders Called Out for Objectifying Women</a> <em>(37 comments, 5 likes)</em></li><li><a href=\"https://wptavern.com/wordpress-poised-to-begin-implementing-proposal-to-auto-update-older-sites-to-4-7\">WordPress Poised to Begin Implementing Proposal to Auto-Update Older Sites to 4.7</a> <em>(36 comments, 4 likes)</em></li><li><a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">Rebirth of Creativity: Gutenberg and the Future of WordPress Themes</a> <em>(33 comments, 41 likes)</em></li><li><a href=\"https://wptavern.com/wordpress-5-3-kirk-released-brings-new-default-theme-editor-improvements-and-ui-tweaks\">WordPress 5.3 &ldquo;Kirk&rdquo; Released, Brings New Default Theme, Editor Improvements, and UI Tweaks</a> <em>(32 comments, 24 likes)</em></li></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:\"Tue, 31 Dec 2019 21:06: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:\"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: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:85:\"WPTavern: WordPress Theme Review Team Announces Alpha Color Picker for the Customizer\";s: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:29:\"https://wptavern.com/?p=96116\";s: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:96:\"https://wptavern.com/wordpress-theme-review-team-announces-alpha-color-picker-for-the-customizer\";s: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:5142:\"<img />Using the color picker in the customizer.\n\n\n\n<p>The WordPress Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/12/30/new-color-alpha-package-available/\">announced its color picker control</a> today.  The project is a single package that allows theme authors to include an advanced color control in the customizer.  The control allows users to select a hex color with an optional alpha channel to handle transparency.</p>\n\n\n\n<p>The color control is the fourth feature package released by the team in 2019.  The <a href=\"https://wptavern.com/justin-tadlock-proposes-idea-to-solve-common-theme-issues\">idea for feature packages</a> took off in June.  Feature packages are repositories for single features that theme authors may use in their themes.  Their purpose is to standardize common features so that developers do not have to <em>recreate the wheel</em>, so to speak.</p>\n\n\n\n<p>Arguably, the color control is the most complex package the team has built.  The bulk of the work was handled by feature packages lead, Ari Stathopoulos.  The project is available via its <a href=\"https://github.com/WPTRT/control-color-alpha\">GitHub repository</a> and <a href=\"https://packagist.org/packages/wptrt/control-color-alpha\">Packagist</a>.</p>\n\n\n\n<p>Officially, the team launched version 1.0 in October, but the project has undergone some changes since its release.  Initially, the project utilized the Iris color picker script included with WordPress.  However, the team ran into trouble making it work as they wanted with RGBA colors.  The team refactored the project to use <a href=\"https://casesandberg.github.io/react-color/\">React Color</a> instead.</p>\n\n\n\n<p>&ldquo;The main issue with this project was the thing that WordPress is most famous for &mdash; backward-compatibility,&rdquo; said Stathopoulos.  &ldquo;Compatibility is one of WP&rsquo;s greatest assets, but at the same time, a pain for developers. Things don&rsquo;t get updated because they need to work for plugin A/B/C that hasn&rsquo;t been updated in 6 years. So scripts like the Iris picker, things that were great half a decade ago, have been abandoned and are just dead weight. RGBA support could easily have been in WP core&rsquo;s picker.  There was always a demand for it.  But it never happened.&rdquo;</p>\n\n\n\n<p>The team decided to move forward without relying on past solutions.   Stathopoulos said the biggest hurdle with building the control to use React Color was making it look native to WordPress.  He described the project as an example for others to see that it was possible to use React in the customizer.</p>\n\n\n\n<p>Setting up the control with the basics is relatively easy.  Theme authors should be able to quickly integrate it into their themes by following the <a href=\"https://github.com/WPTRT/control-color-alpha/blob/v1.1.2/README.md#usage\">usage instructions</a>.  Color data is stored as a hex value (e.g., <code>#000000</code>) if there is no transparency or as a RGBA value (e.g., <code>rgba(0,0,0,0)</code>) if there is.</p>\n\n\n\n<p>The control does come with more advanced features.  For example, it is possible to store color data as an array, which includes a slew of information, such as:</p>\n\n\n\n<ul><li>RGB (red, green, blue)</li><li>HSL (hue, saturation, lightness)</li><li>Alpha transparency</li><li>Hex</li><li>CSS value</li><li>Accessibility properties</li></ul>\n\n\n\n<p>The accessibility properties are interesting and may allow theme authors to help to ensure users choose colors that meet accessibility standards.  Some of the included data is the color&rsquo;s luminance, contrast with white and black, max contrast color, and more.</p>\n\n\n\n<h2>The Future of Feature Packages</h2>\n\n\n\n<p>Currently, the TRT&rsquo;s feature packages are not widely adopted by theme authors.  The overall project is still in its infancy.  In the wake of the news that WordPress will be moving toward full-site editing, the team is not sure what that will mean for the project going forward.</p>\n\n\n\n<p>Stathopoulos said that some theme authors are hesitant to do big things at the moment.  It&rsquo;s a tough sell to get developers on board when the future of theme development is in a holding pattern, waiting for the other Gutenberg shoe to drop.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve been discussing and thinking of what packages we should build,&rdquo; said Stathopoulos.  &ldquo;The problem is that the editor is the centerpiece of WordPress.  Everything else just surrounds the editor.  Gutenberg is expanding, and it looks like it&rsquo;s taking over everything else in WordPress. So we think the next packages should be around the editor too.&rdquo;</p>\n\n\n\n<p>He said some of the initial package ideas like a standardized hook system, more customizer controls, and accessible menus may not be the best route.  Those ideas may not make sense in the context of a block-editing world.  The team could see the launch of such packages dead on arrival.</p>\n\n\n\n<p>&ldquo;It&rsquo;s a tricky, transitional period for themes and theme developers,&rdquo; said Stathopoulos.  &ldquo;We all need to learn how to better leverage the editor.&rdquo;</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, 30 Dec 2019 20:28: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: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: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:52:\"WPTavern: What Should an Author Bio Block Look Like?\";s: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:29:\"https://wptavern.com/?p=96070\";s: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://wptavern.com/what-should-an-author-bio-block-look-like\";s: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:6173:\"<img />Two author bio block mock-ups compared.\n\n\n\n<p>Joshua Wold, co-representative for the WordPress design team, <a href=\"https://make.wordpress.org/design/2019/12/23/author-card-block-exploration/\">shared an early exploration</a> of an author card block.  Community members explored several ideas at the design table during the contributor day at WordCamp US 2019.  In the post, Wold followed up on the original sketches from that melding of design minds.</p>\n\n\n\n<p>The original idea for the author block was a <a href=\"https://github.com/WordPress/gutenberg/issues/1844\">GitHub ticket</a> created in July 2017, but it was far ahead of its time.  The Gutenberg project needed to focus on the basics and more common blocks for post content at that point.  Now is the time to shift gears and begin work on these more complex blocks that will likely be a large part of the full-site editing phase of the project.</p>\n\n\n\n<p>Currently, there are several proposed components to the author block:</p>\n\n\n\n<ul><li>Image/Avatar</li><li>Name</li><li>Description/Biography</li><li>Website Link</li><li>Social Network Links</li><li>Recommended Posts</li></ul>\n\n\n\n<p>I am on the fence about a recommended posts option as part of the block.  If they were recommended posts written by that author, it could be an interesting concept to explore.  However, version 1 of the block should focus on the most common elements, which the other components in the list cover.</p>\n\n\n\n<p>Wold asked four key questions about the future of the block.  The following are my responses to each.</p>\n\n\n\n<h2>What Is the Value of the Block and How Will It Be Used?</h2>\n\n\n\n<p>Coming from the theme world, what surprises me is that WordPress has never standardized on this feature at this point.  Author bio sections are commonplace in theme development.  Core should have standardized this feature years ago.  We have a standard search form, comment list, featured image, and more.  Many of the features that WordPress has standardized over the years were born out of theme designers carving the path forward, and author bios are no different.</p>\n\n\n\n<p>It has long made sense for an author bio template tag to exist.  However, we are living in a block world.  The concept has merely shifted.</p>\n\n\n\n<p>We do not need an author bio block today.  We will need it tomorrow.  As we shift closer and closer to full-site editing, we need to be building, iterating, and testing these types of blocks in preparation for the point of no return.  This block, along with similar blocks, should drop in core at the same time the switch is flipped on full-site editing.</p>\n\n\n\n<p>The primary use case will be for end-users to edit their theme&rsquo;s block templates to stick the author bio at the end of their single post views.  However, such a block need not be limited to that scenario.  Users could create a &ldquo;team&rdquo; or &ldquo;authors&rdquo; page on their site.  Some may want to drop these into columns or create some sort of gallery of author bios.</p>\n\n\n\n<p>I could see taking this even further and naming it a &ldquo;user bio&rdquo; block.  Use cases do not have to be centered around the concept of an author.</p>\n\n\n\n<h2>Where Should the Author Data Come From?</h2>\n\n\n\n<p>The primary, or at least initial, source of data should come from user data and metadata stored in the database.  It does not make sense to duplicate efforts by retyping content within the block if it already exists.</p>\n\n\n\n<p>One big question will be around social icons.  If these are a part of the block, there is no current source to pull the URLs from.  If automatically generating the data, WordPress will need to add social media contact methods to the user profile screen in the admin.  That can be a slippery slope when deciding which social networks to include.  However, core WordPress could stick to three or four major networks and provide a filter hook for plugin authors to utilize along with a standard for how additional fields are handled.</p>\n\n\n\n<p>There is also the possibility that this block could simply be a pre-defined pattern of existing, smaller blocks that pulled in data like a user biography, user social icons, and user avatar.  Then, the site owner could move other blocks in and out as they saw fit.</p>\n\n\n\n<h2>What Block Design Options Should Be Available?</h2>\n\n\n\n<p>The obvious design options are the standard text color, background color, and font size options.  <a href=\"https://github.com/WordPress/gutenberg/issues/16848\">Border design options</a> would be a bonus, but that goes beyond the scope of this specific block.</p>\n\n\n\n<p>The standard alignment options would be welcome, particularly center, wide, and full.  An alignment option for the avatar image to shift it left or right could also be useful.  It could work similarly to the existing Media &amp; Text core block.</p>\n\n\n\n<p>I would not go overboard with design options.  Let theme authors create custom block styles for users to choose from.  That is the theme author&rsquo;s job.</p>\n\n\n\n<h2>What Additional Features Should the Block Handle?</h2>\n\n\n\n<p>Outside of an avatar and biography, a social icon list is the most necessary feature.  It is almost ubiquitous with author bio boxes.</p>\n\n\n\n<p>What I would like to see is an author/user &ldquo;gallery&rdquo; block that builds upon this initial idea.  At the moment, I am already imagining the painful user experience of creating a team page and putting individual user bio blocks into columns.  Then, I am further imagining having to update that page and potentially move columns around.  As an end-user, there are times when I want to micro-manage certain aspects of my site.  This would not be one of them.  Just give me a simple block to list user bios in some sort of columnized format.</p>\n\n\n\n<p>Such a block could provide an avenue for many types of options.  Maybe an option to list authors of a certain post type.  Perhaps an option to list users by role.  Or, let me list the top users by post count.</p>\n\n\n\n<p>This idea may be pushing over into plugin territory.  However, in terms of what I would want to do with my sites, this would be high on the list.</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, 27 Dec 2019 20:00:24 +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: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:18:\"Joseph: 2020 Style\";s: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:37:\"https://blog.josephscott.org/?p=17917\";s: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:51:\"https://blog.josephscott.org/2019/12/27/2020-style/\";s: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:951:\"<p>With the year 2020 fast approaching, I thought it would be a good time to change up the style on <a href=\"https://blog.josephscott.org/\">blog.josephscott.org</a>.  To that end, I&#8217;m trying out the <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty WordPress theme</a>.</p>\n<a href=\"https://blog.josephscott.org/wp-content/uploads/2019/12/screenshot-blog-josephscott-org.png\"><img src=\"https://blog.josephscott.org/wp-content/uploads/2019/12/screenshot-blog-josephscott-org-450x1024.png\" alt=\"\" width=\"450\" height=\"1024\" class=\"size-large wp-image-17932\" /></a>blog.josephscott.org\n<p>One of the things I&#8217;m really happy to see in the Twenty Twenty theme is the use of <a href=\"https://github.com/WordPress/twentytwenty/pull/163\">vanilla JavaScript, without jQuery</a>.  I&#8217;m hopeful that more WordPress themes will follow that pattern ( jQuery has been great, but if you don&#8217;t need it, don&#8217;t use 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, 27 Dec 2019 18:02:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"josephscott\";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:66:\"WPTavern: Rank Math SEO Plugin Adds WordPress Block Editor Support\";s: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:29:\"https://wptavern.com/?p=95921\";s: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://wptavern.com/rank-math-seo-plugin-adds-wordpress-block-editor-support\";s: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:5310:\"<p>The team behind the <a href=\"https://wordpress.org/plugins/seo-by-rank-math/\">Rank Math SEO plugin</a> released an update that includes full support for the block editor on December 18.  The update includes around two dozen features, improvements, and fixes.  The biggest feature update was the inclusion of a new plugin sidebar for the block editor.</p>\n\n\n\n<p>Some of the new features include a filter for unlimited focus keywords, an email notification each time the plugin is automatically updated, and a warning when using the review Schema type.  It also improved compatibility with the Elementor plugin&rsquo;s sitemap module and added Advanced Custom Fields integration to the sidebar.  A full list of features is available in the plugin&rsquo;s <a href=\"https://rankmath.com/changelog/\">public change log</a>.</p>\n\n\n\n<p>The team has a <a href=\"https://s.rankmath.com/demo\">public demo available</a> for end-users to test the plugin without having to install it on their sites.</p>\n\n\n\n<p>Bhanu Ahluwalia, co-founder and CMO at Rank Math, said that everyone on the team had been experimenting with the Gutenberg plugin since the first beta was released.  &ldquo;We had some experience with Gutenberg, but working on Rank Math has taught us so many things and helped us on so many levels,&rdquo; he said.</p>\n\n\n\n<p>It was not always a smooth journey.  Ahluwalia said the team wanted to keep the plugin lightweight and not sacrifice speed with new technologies.  &ldquo;We had to learn React, Webpack, ES6, etc.,&rdquo; he said.  &ldquo;In essence, we had to re-learn patterns, practices, and pitfalls of Gutenberg, and we had to do it all with little-to-no documentation available. We had to dive deep into the code and get ourselves familiar with every line of code to ensure nothing interfered with the existing functions of our plugin.&rdquo;</p>\n\n\n\n<h2>Testing the Block Editor Sidebar</h2>\n\n\n\n<img />Rank Math sidebar as seen in the block editor.\n\n\n\n<p>Immediately upon activating the update, I noted the Rank Math button at the top right of the editor.  Admittedly, I was not happy with the space the button took up or its difference in design when compared to other plugin sidebar buttons.  Instead of a simple icon, the button includes both an icon and an SEO score.  As more and more plugins and themes begin adding sidebars of their own, this space could become cluttered quickly.  I would like to see this scaled back to simply be an icon and not take up precious screen real estate.</p>\n\n\n\n<p>The plugin manages to pack a ton of options and information into a tight spot.  Once viewing the plugin sidebar, it presents four sub-tabs (General, Advanced, Schema, and Social), each with custom panels or sections.  While I am not generally a fan of complex SEO plugins and prefer solutions such as <a href=\"https://wptavern.com/slim-seo-keeps-options-simple-and-handles-the-legwork-of-seo\">Slim SEO</a>, the plugin handles the interface gracefully.</p>\n\n\n\n<p>In comparison to the old meta boxes, the interface is a huge step up.  The meta box system used in previous versions of the plugin or with the current Classic editor is cumbersome at best.  The team had to get more creative to pull off a solution for the sidebar, which forced them to tighten up the interface.</p>\n\n\n\n<p>Not all users were happy with the <a href=\"https://wordpress.org/support/topic/sidebar-really/\">narrow space</a> provided by the new sidebar.  The Rank Math team was ahead of the game and included a <a href=\"https://rankmath.com/kb/filters-hooks-api-developer/#disable-gutenberg-sidebar\">filter hook to disable</a> this feature.  Disabling will return the old-style meta box at the bottom of the post-editing area.</p>\n\n\n\n<p>&ldquo;Supporting both the Classic Editor and Gutenberg at once with a single plugin is hectic to say the least,&rdquo; said Ahluwalia. &ldquo;We would rather put our energy into a single editing experience, but seeing how WordPress is evolving after Gutenberg, we have to double our efforts to offer a consistent user experience.&rdquo;</p>\n\n\n\n<p>At the moment, the team plans to continue supporting the classic editor until at least 2022.  &ldquo;Depending on the user feedback and the acceptance of the Classic editor, we can continue to support it even further,&rdquo; said Ahluwalia.</p>\n\n\n\n<p>The Rank Math also team shared a video of block editor support on Twitter:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">&#127881; Here\'s a sneak preview of Rank Math\'s upcoming major update which adds <a href=\"https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw\">#Gutenberg</a> support &ndash; now it\'s even easier for people using the latest version of <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> to use Rank Math <a href=\"https://twitter.com/hashtag/SEO?src=hash&ref_src=twsrc%5Etfw\">#SEO</a> &#128285;<br /><br />Want to take the Beta for a spin now? Join us on Facebook<a href=\"https://t.co/Ykfhj2d5Z1\">https://t.co/Ykfhj2d5Z1</a> <a href=\"https://t.co/E1ItpD0b4B\">pic.twitter.com/E1ItpD0b4B</a></p>&mdash; Rank Math SEO (@rankmathseo) <a href=\"https://twitter.com/rankmathseo/status/1198226289129189376?ref_src=twsrc%5Etfw\">November 23, 2019</a></blockquote>\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:\"Mon, 23 Dec 2019 19:53:12 +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: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:\"BuddyPress: BuddyPress 5.1.1 Security 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=309527\";s: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:48:\"https://buddypress.org/2019/12/buddypress-5-1-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1122:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.1.zip\">BuddyPress 5.1.1</a> is now available. This is a security release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.1.1 release addresses one security issue:</p>\n\n\n\n<ul><li>A denied of service was fixed that could allow a logged in user to remove another user&#8217;s avatar and also any empty folder. Discovered by <a href=\"https://hackerone.com/nomnom\">nomnom</a>.</li></ul>\n\n\n\n<p>Thi vulnerability was reported privately to the BuddyPress team, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>For complete details, visit the&nbsp;<a href=\"https://codex.buddypress.org/releases/version-5-1-1/\">5.1.1 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.1 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading 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, 23 Dec 2019 09:45:07 +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: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:78:\"WPTavern: Version 1 Prototype of the WordPress Admin Block Directory Announced\";s: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:29:\"https://wptavern.com/?p=95946\";s: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:89:\"https://wptavern.com/version-1-prototype-of-the-wordpress-admin-block-directory-announced\";s: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:7139:\"<p>Mel Choyce-Dwan shared the first version of the <a href=\"https://make.wordpress.org/design/2019/12/19/block-directory-in-wp-admin-v1/\">WordPress admin block directory prototype</a> the design team has been working on.  The goal is to bring the block directory to the admin in WordPress 5.5, which is currently <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">set for August 2020 on the roadmap</a>.  The post also outlines reusable components that can be used in other areas of the admin in the long term.</p>\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-wp-admin?node-id=1460%3A277&viewport=366%2C373%2C0.25&scaling=min-zoom\">Figma prototype</a> is available for those who want to give it a test run.  It is important to remember that this is an early version and many things can change by the time the block directory lands in WordPress.</p>\n\n\n\n<p>The prototype was built after feedback from the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">first round of concepts shared</a> in July on the Make Design blog.</p>\n\n\n\n<p>For this admin project to be successful, WordPress plugin developers will need to start submitting blocks to the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> on WordPress.org.  At the moment, there are only 10 blocks listed.  Getting in early will give block authors an edge on the competition.  The block directory has a few <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">additional guidelines</a> beyond normal plugins that authors should review.</p>\n\n\n\n<h2>About Blocks Screen</h2>\n\n\n\n<img />About Blocks admin screen.\n\n\n\n<p>The About Blocks screen is the primary blocks admin screen.  It appears to be an informational page with resources for users to learn more about using blocks on their sites.  It also has links to development resources for designing and building blocks.  </p>\n\n\n\n<p>Making this information directly available, especially to users, would be a smart decision if it makes it into the final design.  As we move toward an entirely new way to build websites with WordPress, it is important to provide learning tools to users.  This seemed to be one of the missing components when the block editor first launched in core.  If done right, it could ease the burden on new users and old users who are transitioning to the new editor.</p>\n\n\n\n<p>The above screenshot also shows the new admin screen header proposal.  The page title is followed by a short description of what the screen is about.  Followed the intro are action links on the left and meta-type links on the right.  I am a fan of the generous use of whitespace and extra information.</p>\n\n\n\n<h2>Add Blocks Screen</h2>\n\n\n\n<img />Add Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A2958&viewport=366%2C373%2C0.25&scaling=min-zoom\">add blocks screen</a> is similar to the current new plugin screen in the WordPress admin.  The primary &ldquo;Featured&rdquo; tab (the tab opened when first visiting the screen) is broken down into various sections, such as &ldquo;Blocks We Love&rdquo; and &ldquo;Popular Tags.&rdquo;</p>\n\n\n\n<p>One of the more interesting sections of this page is the &ldquo;Top Authors&rdquo; list.  This concept would be a great way to give recognition to block authors who are building useful blocks for the community.</p>\n\n\n\n<p>There is also a &ldquo;Recent Blocks&rdquo; section near the bottom of the page.  I would rather see a top tab for that.  It feels a bit buried in the current design.  New plugin and theme authors already struggle to break into popular lists.  Recently-added blocks should be higher up the page or have a dedicated tab/page to showcase them a bit more.</p>\n\n\n\n<h2>Installed Blocks Screen</h2>\n\n\n\n<img />Installed Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A2958&viewport=366%2C373%2C0.25&scaling=min-zoom\">block installation screen</a> is similar to the existing installed plugins screen in core and lists all of the blocks that are installed.  There are also active and inactive tabs.  Improvements here are primarily around list table design.  On the whole, they are minor adjustments, but the look of the tables is much nicer.  <em>Can we have this in core, across the board, now?</em></p>\n\n\n\n<p>A new element is the &ldquo;Instances&rdquo; column, which lists the number of times a block has been used on the site.  By clicking the number, you are taken to a new screen that lists the posts the block has been used in.  It also displays the instances for each post.  This would be a useful feature for deciding whether to deactivate or remove a block.</p>\n\n\n\n<p>Side note to this:  I have worked on numerous projects in the past where I was doing cleanup and attempting to figure out if a plugin, especially those with shortcodes, were in use on the site.  Showing the instances count for blocks is brilliant.</p>\n\n\n\n<h2>Manage Blocks Screen</h2>\n\n\n\n<img />Manage Blocks screen.\n\n\n\n<p>Plugins such as <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit</a> have had built-in block management for a while.  However, this feature feels like it should be in core WordPress.  There are numerous core blocks that some users will likely never use.  Having the ability to hide them from the block inserter will reduce clutter and make it easier to find the blocks they need.</p>\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A14224&viewport=366%2C373%2C0.25&scaling=min-zoom\">block management screen</a> will allow users to activate or deactivate any specific block on their website.  Like the block installation screen, it also displays the number of instances a block is in use.</p>\n\n\n\n<h2>Reusable Blocks Screen</h2>\n\n\n\n<img />Reusable Blocks screen.\n\n\n\n<p>The <a href=\"https://www.figma.com/proto/Y4jCNPkjCuSRiGYEoaAZujhm/Gutenberg-Block-Directory-(wp-admin)?node-id=1460%3A15861&viewport=366%2C373%2C0.25&scaling=min-zoom\">reusable blocks screen</a> is already available in WordPress.  It does not currently have an admin menu link, so it is not easily discoverable.  You can view it by going to the <code>yoursite.com/wp-admin/edit.php?post_type=wp_block</code> URL or clicking the &ldquo;Manage All Reusable Blocks&rdquo; link under the &ldquo;Reusable&rdquo; tab in the block inserter.</p>\n\n\n\n<p>This screen allows users to manage blocks that are stored for reuse within multiple posts.  Like the installation and management screens, the prototype displays an instances column for tracking how often the block has been used.</p>\n\n\n\n<p>Users can import and export reusable blocks.  It will be interesting to see if more WordPress users start sharing their block creations with others once this screen has better exposure or if it will be something people simply use to copy blocks from site to site.</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, 20 Dec 2019 21:09:12 +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: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:53:\"WPTavern: WordPress 5.3.2 Addresses a Handful of Bugs\";s: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:29:\"https://wptavern.com/?p=95927\";s: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://wptavern.com/wordpress-5-3-2-addresses-a-handful-of-bugs\";s: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:2810:\"<p>On December 18, less than a week since <a href=\"https://wptavern.com/wordpress-5-3-1-includes-security-and-bug-fixes-accessibility-enhancements-and-twenty-twenty-changes\">WordPress 5.3.1 security update</a> shipped to the masses, the core team dropped a <a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-2-maintenance-release/\">version 5.3.2 maintenance release</a>.  No security issues were named in this update.  Instead, 5.3.2 addresses a couple of high-priority bugs along with a few other issues.</p>\n\n\n\n<p>Users with automatic updates enabled should already be updated to the latest version or will receive an update soon.  Other users should update as soon as they are able, especially if their installation is affected by any of the following issues.</p>\n\n\n\n<p>The first high-priority fix addressed an issue with modified post objects that have an invalid date.  The fix ensures that the <code>get_feed_build_date()</code> function handles this scenario.  The documentation was updated to clarify the function will return <code>false</code> on failure.  This change also led to a comparison-check fix in the test tools when inserting a post with a future or published status.</p>\n\n\n\n<p>The second major bug fixed in 5.3.2 was an edge case where unique file names could clash.  On case-sensitive systems, the <code>wp_unique_filename()</code> function failed to rename some files when the uploaded file matched an existing file with an uppercase file extension.  The fix addresses a fatal error in those cases.</p>\n\n\n\n<p>Developers tackled another issue with the <code>wp_unique_filename()</code> function.  When a destination directory for an uploaded file was unreadable, WordPress was throwing PHP warnings.  The fix includes only running the final filename-collision test for files that are saved to the user&rsquo;s <code>/uploads</code> directory.</p>\n\n\n\n<p>Building off the accessibility work in the previous release, buttons with the <code>.active</code> class are now properly styled in the non-default admin color schemes.  On some screens, particularly the Permalinks admin screen, active buttons had white text on a light gray background, making them unreadable.</p>\n\n\n\n<p>Users who wish to do so, can <a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">view the full release documentation</a> from WordPress.</p>\n\n\n\n<p>With the widespread usage of automatic updates, it would be nice to see more of these quicker releases during the development cycle.  Maybe weekly releases are a bit much.  However, shipping a few extra minor releases between major upgrades would be a good opportunity to knock out some of the 6,500 Trac tickets on <a href=\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\">WordPress&rsquo; 2020 roadmap</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, 20 Dec 2019 00:19: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: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: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:55:\"WordPress.org blog: WordPress 5.3.2 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:34:\"https://wordpress.org/news/?p=8275\";s: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://wordpress.org/news/2019/12/wordpress-5-3-2-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:2828:\"<p>WordPress 5.3.2 is now available!</p>\n\n\n\n<p>This maintenance release features 5 fixes and enhancements.</p>\n\n\n\n<p>WordPress 5.3.2 is a short-cycle maintenance release. The next major release will be&nbsp;version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.2 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Shortly after&nbsp;<a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released</a>, a couple of high severity Trac tickets were opened. The Core team scheduled this quick maintenance release to resolve these issues.</p>\n\n\n\n<p>Main issues addressed in 5.3.2:</p>\n\n\n\n<ul><li>Date/Time: Ensure that&nbsp;<code>get_feed_build_date()</code>&nbsp;correctly handles a modified post object with invalid date.</li><li>Uploads: Fix file name collision in&nbsp;<code>wp_unique_filename()</code>&nbsp;when uploading a file with upper case extension on non case-sensitive file systems.</li><li>Media: Fix PHP warnings in&nbsp;<code>wp_unique_filename()</code>&nbsp;when the destination directory is unreadable.</li><li>Administration: Fix the colors in all color schemes for buttons with the&nbsp;<code>.active</code>&nbsp;class.</li><li>Posts, Post Types: In&nbsp;<code>wp_insert_post()</code>, when checking the post date to set&nbsp;<code>future</code>&nbsp;or&nbsp;<code>publish</code>&nbsp;status, use a proper delta comparison.</li></ul>\n\n\n\n<p>For more information,&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&type=!task+(blessed)&resolution=fixed&milestone=5.3.2&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">browse the full list of changes on Trac</a>&nbsp;or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-2/\">version 5.3.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>Thank you to everyone who contributed to WordPress 5.3.2:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</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, 18 Dec 2019 22:42: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";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:64:\"WPTavern: One-Time vs. Recurring Payments for WordPress Products\";s: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:29:\"https://wptavern.com/?p=95900\";s: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:74:\"https://wptavern.com/one-time-vs-recurring-payments-for-wordpress-products\";s: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:6248:\"<p>Jeff Starr posed the question at Digging into WordPress: <a href=\"https://digwp.com/2019/12/pricing-model-better/\">Which Pricing Model Do You Prefer: One-Time or Recurring?</a></p>\n\n\n\n<p>It is not the first time the question has been asked in the WordPress community and will not be the last.  It is important that we keep coming back to it from time to time.</p>\n\n\n\n<p>In the early days of the commercial WordPress ecosystem, many shops sold products for a one-time fee.  This was particularly true during the 2007-2010 years, which were what many dub the &ldquo;WordPress themes heyday,&rdquo; a period in which theme shops raked in tons of cash due to lack of competition.</p>\n\n\n\n<p>As the market became more saturated, many businesses saw the writing on the wall.  One-time fees for commercial themes or plugins did not make for a sustainable business model.  Of course, some companies pushed forward with that model.  They were either large enough to capitalize on an influx of new customers every year or they continued to push out new products for existing customers to buy.</p>\n\n\n\n<p>Today, most theme and plugin shops utilize a recurring business model.  Many of those shops also set up automatic renewals.  From a business perspective, companies need to keep existing customers while bringing in new buyers to continue maintaining, supporting, and building new features for the current product catalog.  Companies also need growth to build new products.  A recurring fee helps ease the burden of supporting and maintaining the existing products.</p>\n\n\n\n<p>Pippin Williamson <a href=\"https://pippinsplugins.com/automatic-license-renewals-twenty-months-later/\">saw massive revenue growth</a> over 20 months after turning on automatic renewals across his company&rsquo;s various products.  Other companies have seen similar increases with the same model.</p>\n\n\n\n<p>As a former business owner, I <em>dumb-lucked</em> my way into yearly, recurring payments.  When I first launched a theme shop in 2008, that was the model I went with.  I did not know a single thing about running a business except that money exchanged hands.  I was in my early 20s and accustomed to living off minimum wage, digging change from the couch to buy a value meal, and finding creative ways &mdash; short of dumpster diving &mdash; to scrape by.  Anything better than that was a success for me.  Recurring payments just made sense, especially because I was vastly undercutting my competitors in price.  That one decision helped sustain my business for many years.  In hindsight, I would not have had the little success I had with a single-payment model because I never brought in enough new customers.</p>\n\n\n\n<p>Having worked on the business end of WordPress for over a decade and being a member of the community for even longer, it is easy for me to say most companies should use a recurring business model.</p>\n\n\n\n<p>However, as a software customer in general, I have not always maintained that mindset.  There are many pieces of software that I loathe paying for each year.  This was particularly true before running a business that dealt with software.  There is a part of me that feels some shame for disliking the recurring model with non-WordPress software.  Those businesses need to pay their employees and afford to continue making the product better.</p>\n\n\n\n<p>On the other hand, there is always that part of me that simply wants to pay for something once and always have access to it.  Perhaps I am a product of my culture.  Software is unlike other art forms where Version 1.0 is the finished product.  Customers do not always see the work that goes on to maintain, support, and continue building a product.  That is certainly true when I look at non-WordPress software.</p>\n\n\n\n<p>For WordPress products, I am always more than happy to pay a recurring fee because I have been on the other side.  I also get to talk with others every day who are trying to run their own companies.  That human variable in the equation changes how I view software in the WordPress ecosystem in a way that is much harder with other software.</p>\n\n\n\n<h2>A Middle Ground</h2>\n\n\n\n<p>Starr pointed out a middle-of-the-road option that few WordPress companies take but is often the model used for other software products.  Major releases of software carry an upgrade fee while minor and patch releases are included with the initial purchase.  Often, major software releases have years in between.  Customers may not feel like they are constantly having to pay for updates in this system.  Major upgrades also mean feature upgrades.  Features are what sell the product to the average end-user.</p>\n\n\n\n<p><a href=\"https://www.literatureandlatte.com/scrivener/overview\">Scrivener</a>, a writing program for authors, uses this model.  Instead of having to pay yearly, I can upgrade to the new, shiny version when it drops with loads of features.  As a customer, I feel like I am getting something tangible when forking over the cash for an update.</p>\n\n\n\n<p>Perhaps I am happy to continue paying for software that helps me pursue my lifelong dream of becoming a novelist.  Perhaps the company simply knows how to sell to its customer base.  Either way, it is one piece of software that I have never complained about renewing.</p>\n\n\n\n<h2>What is the Best Option?</h2>\n\n\n\n<p>To answer the question posed by Starr, I will always prefer a one-time fee as a customer simply because it is in my nature to want to pay the least amount I can for anything.  However, I would prefer most WordPress businesses to go with whatever model is most sustainable for their specific business.  We are all in this boat together, and I wish growth for the ecosystem.</p>\n\n\n\n<p>One of the missing pieces with many WordPress plugin and theme shops is that they need to find creative ways to sell the customer on coming back.  Support and maintenance can be eye-catching for agencies and freelancers, but they are not always selling points for the average consumer after that initial purchase.</p>\n\n\n\n<p>Right now, there is a sense of complacency as WordPress-related businesses have stuck with similar recurring options over the last several years.  It might be time for someone to shake things up.</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, 18 Dec 2019 20:37: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:\"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: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:76:\"WPTavern: Bluehost Launches Premium WordPress Theme Marketplace to Customers\";s: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:29:\"https://wptavern.com/?p=95726\";s: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:87:\"https://wptavern.com/bluehost-launches-premium-wordpress-theme-marketplace-to-customers\";s: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:5675:\"<img />Screenshot of the Bluehost Marketplace from the customer dashboard.\n\n\n\n<p>In November, web hosting provider Bluehost <a href=\"https://www.bluehost.com/blog/bluehost-news/introducing-wordpress-themes-to-the-bluehost-marketplace-12981/\">launched a WordPress plugin and theme marketplace</a>.  The company integrated with <a href=\"https://www.mojomarketplace.com/\">MOJO Marketplace</a> to provide access to WordPress products via its customer dashboard.  Currently, the marketplace is open to third-party theme developers.  Plugin authors will have to wait, but they will eventually be able to sell their plugins through the Bluehost Marketplace.</p>\n\n\n\n<p>By integrating with MOJO Marketplace, much of the existing infrastructure and products are already in place.  Bluehost can simply offer the products to its customers through a custom-built interface and provide MOJO sellers with another avenue for distribution.</p>\n\n\n\n<p>The idea behind the marketplace is for Bluehost&rsquo;s customers to be able to build their websites without ever leaving their control panel.  &ldquo;Ultimately, we are trying to save customers time and energy from having to hunt for these things themselves and instead work within the dashboard to find the themes and plugins that are best fit for their site,&rdquo; said Suhaib Zaheer, general manager for Bluehost.</p>\n\n\n\n<p>&ldquo;Our native marketplace also provides our customers with the ability to automatically install the themes and plugins they have purchased, reducing the amount of time and number of steps required to get their site appearance and functionality up and running,&rdquo; he said.</p>\n\n\n\n<p>The Bluehost Marketplace currently has over 900 themes and 18 WooCommerce plugins for customers to choose from.  The themes are all viewable via the <a href=\"https://www.mojomarketplace.com/themes/wordpress\">WordPress themes page</a> on the MOJO website.  All themes uploaded by sellers go through a manual review process by the Bluehost Marketplace team before approval.  This includes basic items like design quality, functionality, installation, and documentation.</p>\n\n\n\n<p>There is also a &ldquo;Bluehost Certified&rdquo; filter available to users who want to use themes that have been further tested for quality control.  &ldquo;We conduct additional reviews to certify themes for our Bluehost Certified category on a quarterly basis,&rdquo; said Zaheer .</p>\n\n\n\n<p>There appear to be 85 themes that are Bluehost Certified based on a screenshot acquired of the marketplace.  However, that number is not verified.  The MOJO Marketplace page does not appear to have a filter to view these, but it is available to users of Bluehost&rsquo;s hosting service.</p>\n\n\n\n<h2>Selling on the Bluehost Marketplace</h2>\n\n\n\n<p>Theme developers who want to sell themes via Bluehost can apply through <a href=\"https://mojosupport.zendesk.com/hc/en-us/categories/200823136-Sellers\">MOJO Marketplace</a>.  Authors should note that they would like to be Bluehost Certified.  </p>\n\n\n\n<p>Theme sellers who want to get certification must meet the <a href=\"https://my.bluehost.com/hosting/help/certified-wordpress-themes\">Bluehost Certified guidelines</a>.  Some are fairly normal and would be expected in today&rsquo;s market such as responsiveness, browser compatibility, fast load times, and active support from the author.</p>\n\n\n\n<p>Others are a bit of a head-scratcher.  </p>\n\n\n\n<p>Certification requires that themes support page builders.  It&rsquo;s unclear which page builders need to be supported and what level of support is necessary.  Ideally, this would be the other way around.  Page builders should be built in such a way that they do not need theme-specific support.</p>\n\n\n\n<p>Demo content is required.  It is not clear if the requirements simply mean to provide an installable XML file with demo content or for the theme to output demo content in the absence of user content.  Based on the description, it seems like the latter.  If so, I would not want any part of that as a potential theme author.  I could see requiring the use of the WordPress starter content feature in this case but nothing more.</p>\n\n\n\n<p>The requirements also list &ldquo;plugins supported&rdquo; with no additional description.  <em>Good luck to theme authors figuring out exactly what that means.</em></p>\n\n\n\n<p>Bluehost needs to make its Bluehost Certified page more detailed to be attractive to potential theme authors.  There are far too many unanswered questions.</p>\n\n\n\n<p><a href=\"https://mojosupport.zendesk.com/hc/en-us/articles/115001076306-Commission-Rates\">Commission rates</a> are the same rates as other themes on the MOJO Marketplace.  Themes sold exclusively through the marketplace earn between 50% and 70% based on the number of sales.  Non-exclusive theme commissions are at a flat rate of 50%.  Both exclusive and non-exclusive authors can distribute their themes through the Bluehost Marketplace.</p>\n\n\n\n<p>&ldquo;Theme sellers are welcome to set the price of their item,&rdquo; said Zaheer.  &ldquo;However, we recommend they stay within $49-$69 range. If the review team does not feel the price is uniform with other themes in the same category, they will request a price change in order to be sold on the Marketplace.&rdquo;</p>\n\n\n\n<p>The pricing recommendation seems to be a bit on the low end, but it is consistent with the theme industry&rsquo;s race to the bottom.  Quality theme work should be at least double.</p>\n\n\n\n<p>Fortunately for theme authors, pricing is based on yearly renewals.  They are required to offer technical assistance within 24-48 hours while a user&rsquo;s yearly support license is up to date.</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, 17 Dec 2019 20:40:48 +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: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:62:\"WordPress.org blog: State of the Word: the story of the slides\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8233\";s: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://wordpress.org/news/2019/12/state-of-the-word-the-story-of-the-slides/\";s: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:8021:\"<p>During the State of the Word at WordCamp US 2019, Matt Mullenweg shared that Gutenberg was used to create his slides and the presentation was powered by the Slides plugin. Using WordPress to power a slide deck isn’t an obvious choice, so we wanted to showcase the process and give some tips for making slide layouts using Gutenberg.</p>\n\n\n\n<p><em>This post is co-written by Ella and <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie</a>, who (along with <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a></em> <em>and a cast of supporters) helped create this year’s State of the Word slide deck.</em></p>\n\n\n\n<h2>How it Started</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ellatrix/\">Ella Van Durpe</a> was selected to speak at <a href=\"https://www.youtube.com/watch?v=ZNWNhUPrqB4\">JSConf</a> and ReactEurope and wanted slides for her presentation.&nbsp;</p>\n\n\n\n<p>In the past, she’d used Reveal.js to create slides and enjoyed the freedom to create anything using HTML, CSS and JavaScript. These languages were comfortable, familiar, and also can be published on the web in their native format.&nbsp;</p>\n\n\n\n<p>For these new presentations, she wanted to use Reveal.js again but didn’t feel like writing all the HTML by hand. Creating blocks of content visually, without having to actually write any code, which can be published natively to the web, is exactly what Gutenberg was built for.</p>\n\n\n\n<p>The plugin was prototyped quickly, with hardcoded styles on the slides and zero options. At the end of each presentation, Ella shared a brief demo of the Gutenberg-based slides and the audience was amazed.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/ellatrx?ref_src=twsrc%5Etfw\">@ellatrx</a> any chance you might open source this? <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> <a href=\"https://t.co/6hygMpBqUA\">https://t.co/6hygMpBqUA</a></p>&mdash; Pascal Birchler (@swissspidy) <a href=\"https://twitter.com/swissspidy/status/1131573525612048385?ref_src=twsrc%5Etfw\">May 23, 2019</a></blockquote>\n</div>\n\n\n\n<p>As WordCamp US approached, Ella suggested that her plugin be used for State of the Word. Since it was such a hit with her audience members, it seemed like this would be a great chance to share it with the WordPress community as a whole.</p>\n\n\n\n<span id=\"more-8233\"></span>\n\n\n\n<h2>How it Works</h2>\n\n\n\n<h3>Technical information</h3>\n\n\n\n<p>The plugin registers a custom post type called “presentation” and a new “slide” block. The slide block is a sort of enhanced “Group” block, which is restricted to the root of the post, but you can put any other block inside it. As a result, you have a post filled with only slides at the root and slides filled with content. This maps perfectly to the Reveal.js markup, which requires content in HTML section elements.</p>\n\n\n\n<p>Since these slides each have their own design, the theme styles are disabled and styling is set from each slide. A custom presentation template is provided by the plugin to render the custom post on the front-end.</p>\n\n\n\n<p>Then Ella added options to style the slides. For example, she added options to control the slide background and font, at both the document level and individual slide level. She also added Reveal.js options, which allow you to change the transition style and speed. Lastly, she added a custom CSS field to allow style overwrites.</p>\n\n\n\n<p>For the State of the Word, she also added speaker notes and a speaker view.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/image.png?fit=632%2C363&ssl=1\" alt=\"\" class=\"wp-image-8271\" />\n\n\n\n<h3>How it&#8217;s Designed</h3>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/01.png?fit=632%2C515&ssl=1\" alt=\"\" class=\"wp-image-8262\" />\n\n\n\n<p>The inspiration for the slide designs came from Blue Note album covers (which were also the inspiration for the <a href=\"https://www.slideshare.net/photomatt/state-of-the-word-2011/\">2011 State of the Word slides</a>). These album covers inspired the recent “About” page in WordPress core and the starter content for the new Twenty Twenty theme. This style consists of strong, geometric shapes and simple forms with clean lines. Photography and bold typography are at the heart of this look.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2019/12/image-17.png?fit=632%2C541&ssl=1\" alt=\"\" class=\"wp-image-8267\" />\n\n\n\n<p>Various color palettes and font pairings were explored before selecting the best combination for the presentation.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/03.png?fit=632%2C407&ssl=1\" alt=\"\" class=\"wp-image-8259\" />\n\n\n\n<p>A strong photographic element was needed for the slides. Past WordCamps are a great source of photos, so we dug through years of photo galleries to find just the right shots. With colors, fonts, and photos, we laid the foundation to build the deck.</p>\n\n\n\n<h2>Tips for Making Gutenberg Slides</h2>\n\n\n\n<h3>Tip One: columns are your friends</h3>\n\n\n\n<p>If you want slides with a precise layout, use columns. As you can see here, we used a 3 column layout to center content within a slide:</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/3.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8260\" />\n\n\n\n<h3>Tip Two: spacer blocks are useful</h3>\n\n\n\n<p>Want to really unlock the power of columns? Combine them with the spacer block! We used spacer blocks to position content over background images, like in this slide:</p>\n\n\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2019/12/6.png?w=632&ssl=1\" alt=\"\" class=\"wp-image-8264\" />\n\n\n\n<h3>Tip Three: test on large screens</h3>\n\n\n\n<p>It’s important to preview and test your slides as you go. Make sure to design for the size and aspect ratio of the projector you’ll be using and do a visual check in presentation mode from time to time.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2019/12/notes.png?fit=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-8269\" />\n\n\n\n<h3>Tip Four: check your videos</h3>\n\n\n\n<p>A good demo video is integral to showcase new features. Joen Asmussen has a great post on <a href=\"https://automattic.design/2019/11/12/good-ui-demo-videos/\">creating effective demo videos</a>.</p>\n\n\n\n<h2>Lessons learned</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I’d love to make the art directed compositions easier to create. </em></p><cite><em>Mel Choyce-Dwan</em></cite></blockquote>\n\n\n\n<p>As Gutenberg evolves, one big improvement is that art direction will get easier. Even with the improvements this year, creating some layouts in Gutenberg was trickier than expected. For the more complicated compositions, we relied on SVGs. Eventually, the need for hacks will dissolve away, and a new world of exciting possibilities will open for everyone.</p>\n\n\n\n<p>Browsers offered one of our biggest learnings in this presentation, more than they would if you use Keynote or Powerpoint, for example (tools most of us have used). Often, we found that what we created in the editor varied a when viewed full-screen. We were able to mitigate this by updating the plugin to use a fixed size, instead of using the entire browser window.</p>\n\n\n\n<h2>Wrapping it up</h2>\n\n\n\n<p>If you would like to check out the State of the Word, you can watch the <a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">video</a> and read all about it in a <a href=\"https://ma.tt/2019/11/state-of-the-word-2019/\">post</a>.</p>\n\n\n\n<p>The Slides plugin is not only available on the plugin repo, but you can also get the code from <a href=\"https://github.com/WordPress/slides\">GitHub</a> and <a href=\"https://translate.wordpress.org/projects/wp-plugins/slide/\">help translate</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, 17 Dec 2019 19:27:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ella van Durpe\";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:36:\"Matt: Comments and Collatz Conundrum\";s: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:22:\"https://ma.tt/?p=50619\";s: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://ma.tt/2019/12/comments-and-collatz-conundrum/\";s: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:1480:\"<p>Over the summer <a href=\"https://terrytao.wordpress.com/\">Terence Tao</a>, a <a href=\"https://en.wikipedia.org/wiki/Fields_Medal\">Fields Medal</a>-winning mathematician considered one of the best of his generation, got an anonymous comment <a href=\"https://terrytao.wordpress.com/2011/08/25/the-collatz-conjecture-littlewood-offord-theory-and-powers-of-2-and-3/\">on his WordPress blog post from 2011 exploring the Collatz conjecture</a> — one of the most persistent problems in math — suggesting he explore the problem for &#8220;almost all&#8221; numbers. Terence has been a regular WP.com blogger since 2007 and he and his commenters make <a href=\"https://en.support.wordpress.com/latex/\">extensive use of our LaTeX feature to express and embed equations</a>. </p>\n\n\n\n<p>That anonymous comment <a href=\"https://www.quantamagazine.org/mathematician-terence-tao-and-the-collatz-conjecture-20191211/\">led him to an important breakthrough on the Collatz Conundrum, as Quanta Magazine reports</a>. If you want great comments, you as the author have to participate in them and Terence is incredibly active in engaging with the commenters on his site.</p>\n\n\n\n<p>I&#8217;ve always said that comments are the best part of blogging, but this is a particularly cool example. <a href=\"https://terrytao.wordpress.com/2019/09/10/almost-all-collatz-orbits-attain-almost-bounded-values/\">Here&#8217;s Terence&#8217;s latest post on it</a>, with an excellent comment thread following.</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, 16 Dec 2019 21:46:12 +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:4:\"Matt\";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:70:\"WPTavern: Slim SEO Keeps Options Simple and Handles the Legwork of SEO\";s: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:29:\"https://wptavern.com/?p=95857\";s: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:81:\"https://wptavern.com/slim-seo-keeps-options-simple-and-handles-the-legwork-of-seo\";s: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:7627:\"<p>I have been running a blog of some kind since the Spring of 2003.  In a few short months, it will be my 17th <em>blog-aversary</em>.  The most important lesson I have learned over the years is to not do more work than is necessary to publish a blog post.</p>\n\n\n\n<p>There was a time when I fiddled with custom field boxes to fine-tune every aspect of a blog post, such as meta keywords, descriptions, titles, and much more.  However, worrying over every bit of metadata about a post became more work than actually writing the blog post itself.  It was killing my creative process.</p>\n\n\n\n<p>I have tried numerous SEO plugins and even built such a plugin myself once.  Eventually, I would always come back to simply automating most of the process for whatever project I was working on.</p>\n\n\n\n<p>Some SEO purists may balk at the idea.  They might argue that everything must be fine-tuned for the best results in search engines.  I could not say.  Worrying about ranking seems to be a never-ending, uphill battle.  In my experience, no particular plugin has ever given me an edge in comparison to another.  Results were always similar regardless of whether I fixated on every detail that options-filled SEO plugins offered or let an automated system generate the bits and pieces I needed.</p>\n\n\n\n<p>I decided to give the <a href=\"https://wordpress.org/plugins/slim-seo/\">Slim SEO plugin</a> a try.  It promised to handle the dirty work and ticked most of the boxes in terms of what I was looking for in an SEO plugin.</p>\n\n\n\n<p>Slim SEO is a plugin built by eLightUp, the company behind the <a href=\"https://wordpress.org/plugins/meta-box/\">Meta Box</a> framework and <a href=\"https://wordpress.org/themes/author/gretathemes/\">GretaThemes</a>.  Given their history of building quality extensions for WordPress, their SEO plugin made sense for a test run.</p>\n\n\n\n<p>The plugin beautifully handles the basics that you would expect from an SEO plugin.  It automatically handles meta tags, including Open Graph Tags for social media.  It generates a sitemap of your public posts and pages.  It outputs structured data via JSON-LD with no work on the user&rsquo;s part.</p>\n\n\n\n<p><strong>TL;DR:</strong> For users who are looking for a simple SEO solution with little legwork, Slim SEO is a solid option.  For users who want to tinker with every aspect of their SEO, look elsewhere.</p>\n\n\n\n<h2>A Slim User Interface</h2>\n\n\n\n<p>As a user, the things I tire of quickly the most are complex options screens.  <em>Just give me the basics.</em>  That is exactly what Slim SEO does.  It has a single options screen titled &ldquo;SEO&rdquo; under the default &ldquo;Settings&rdquo; menu in the admin.  Currently, the only options are for inputting header and footer scripts from various services, such as Google Tag Manager or Google Analytics.</p>\n\n\n\n<p>On the post-editing screen, the plugin provides a simple meta box for customizing the meta title and description.  Users can also opt to hide the post from search engines and change the Facebook and Twitter images for the post.  And, that&rsquo;s it.</p>\n\n\n\n<img />Per-post SEO options meta box.\n\n\n\n<p>Each of these options can be skipped if you prefer to let the plugin handle them automatically.</p>\n\n\n\n<p>Suffice it to say, I am a fan of the slimmed-down interface.  The plugin has no SEO scores, keyword rankings, or 20 different options to worry about.  It does not show a preview of what the post might look like in a search engine.  The options available are items that I <em>may</em> want to configure from time to time, so it&rsquo;s nice to have the ability to do so when needed.</p>\n\n\n\n<h2>The Downsides of the Plugin</h2>\n\n\n\n<p>Slimmed-down does not always equate to being better.  You make sacrifices by allowing the plugin to make decisions that may not always be the best for your site.  Keep these in mind when deciding whether to use the plugin.</p>\n\n\n\n<h3>Automatic Redirects</h3>\n\n\n\n<p>One of the biggest downsides of automated systems is that I sometimes want things to be handled differently by the plugin.  The plugin&rsquo;s automatic redirect feature is a good example of that issue.  Out of the box, the plugin will redirect all attachment page views to the media file.  It also redirects visitors to author archive pages to the home page if the author has not written any posts or on single-author sites.</p>\n\n\n\n<p>These auto-redirects may be desirable for some end-users, but they are not something I want.  The problem is there is no clear way to disable this feature, even via code.</p>\n\n\n\n<h3>Header Cleanup</h3>\n\n\n\n<p>The plugin also has a &ldquo;cleanup&rdquo; feature that automatically removes the RSD link, Windows Live Writer manifest link, WordPress version number, and post shortlink from the <code>&lt;head&gt;</code> area on the front end.  It may be desirable to remove those items, but their removal would be more appropriate in a cleanup WordPress type of plugin rather than a plugin focused on SEO.</p>\n\n\n\n<h3>Automatic Image Alt Attributes</h3>\n\n\n\n<p>Slim SEO automatically adds the <code>alt</code> attribute to post thumbnails and when inserting images into the editor.  The problem is that it uses the attachment title.  This could make accessibility worse than simply leaving the alt attribute empty.  If your attachment title is something like <code>DS_IMG9453.jpg</code>, it does not accurately describe an image.</p>\n\n\n\n<h3>Breadcrumbs</h3>\n\n\n\n<p>The plugin has a shortcode for outputting breadcrumbs.  It must either be manually added to a shortcode-aware area or within a theme template.</p>\n\n\n\n<p>The breadcrumbs functionality provides a baseline experience. It doesn&rsquo;t handle every scenario or even close to every scenario.  The feature will not get you far with highly-complex setups.   However, it would work OK for the average install. </p>\n\n\n\n<p>That&rsquo;s par for the course with SEO plugins &mdash; mediocre breadcrumbs at best.  Frankly, SEO plugins should drop breadcrumbs from the feature list and let fully-fledged breadcrumb plugins do their thing.  Users should use opt for a plugin that specifically focuses on being a breadcrumb plugin.  Authors who build those tend to have more experience handling edge cases.</p>\n\n\n\n<h2>How Does the Code Stack Up?</h2>\n\n\n\n<p>From a programming perspective, the code is clean and clear.  It is 90% to the point where it should be.  The missing 10% is that there are no references to many of the objects the plugin creates.  This is not an issue limited to this plugin and is more common than it should be.</p>\n\n\n\n<p>This issue makes it next to impossible to remove actions and filters from hooks.  For end-users, this does not matter.  For developers, it is not a frustration-free exercise to manipulate how the plugin works.  This could easily be solved in numerous ways, such as using a container, service locator, static single instance, singleton, or even a global.  Whether some of those methods should be deployed is beyond the scope of this review.  Nevertheless, <em>some</em> reference to the plugin&rsquo;s objects would help.</p>\n\n\n\n<p>Addressing this issue would come in handy disabling those auto-redirects.</p>\n\n\n\n<h2>The Final Verdict</h2>\n\n\n\n<p>Aside from a handful of admittedly trivial gripes, I would use this plugin in lieu of SEO plugins with more options.  Years of running multiple sites has taught me to grab for the simplest solutions so that I can get back to doing the things I enjoy doing.</p>\n\n\n\n<p>If you prefer to micro-manage every aspect of your SEO, there are plenty of existing options out there.  Slim SEO will not fit your needs.</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, 16 Dec 2019 20:48: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: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: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:60:\"WPTavern: Inserting Special Characters Into the Block 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:29:\"https://wptavern.com/?p=95833\";s: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/inserting-special-characters-into-the-block-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:3696:\"<p>For users of the Classic WordPress editor who often needed to insert special characters into their posts, life was once simple.  Click the &ldquo;&Omega;&rdquo; button in the editor to open a modal with a list of characters not found on a standard keyboard.  The user then only needed to click on the character they wanted to insert and go about the business of writing their post.</p>\n\n\n\n<p>For users who made the move to the block editor and were accustomed to inserting special characters at the click of a button, life became more complicated.  The answer to their woes was to first insert a Classic block and use its special character inserter, which kind of defeats the purpose of using the new and shiny block editor.  Another option was to use the special character app/program packaged with their computer, which assumes all users know the keyboard shortcut for it or how to run the program.</p>\n\n\n\n<p>By many accounts, this would be considered a <em>standard</em> feature for any text editor.  When WordPress is at a stage of trying to sell a new editor, it should be prepared to include features that users of the old editor consider standard.  The lack of a special-character inserter could have been written off as an oversight if people were not asking for it.</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/1678\">Reimplement Character Map</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/7162\">Just a Few More Text/Paragraph Formatting Choices?</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8782\">Add Special Character Menu</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/8817\">Where Are the Special Characters?</a></li></ul>\n\n\n\n<p>People <em>were</em> asking for it.</p>\n\n\n\n<p>Fortunately, the requests caught the attention of the 10up team.  In September this year, they <a href=\"https://10up.com/blog/2019/insert-special-characters-wordpress-plugin/\">released the first version</a> of their <a href=\"https://wordpress.org/plugins/insert-special-characters/\">Insert Special Characters</a> plugin.  It has since gone through a couple of updates and works well across browsers.</p>\n\n\n\n<p>The plugin is simple and does its job much better than the previous Classic editor inserter.  Instead of just handling the basics, the team went above and beyond what was necessary to launch the plugin.</p>\n\n\n\n<p>The plugin adds a new sub-menu item to the text toolbar titled &ldquo;&Omega; Special Characters.&rdquo;</p>\n\n\n\n<img />&ldquo;Special Characters&rdquo; rich text menu item.\n\n\n\n<p>After clicking the link to insert a special character, a modal box appears on the screen.  The box provides hundreds of special characters to choose from.  It sorts them under Miscellaneous, Math, Latin, and Arrow categories while providing a search filter to narrow down the list.  The box can also be reached by typing <code>ctrl</code>/<code>cmd</code> + <code>o</code> on the keyboard.</p>\n\n\n\n<img />Special characters insertion modal box.\n\n\n\n<p>Like many modals, the box pops up in a weird position from time to time, depending on where the insertion point is on the screen. Outside of that, I found no major problems with the plugin.</p>\n\n\n\n<p>The plugin also <a href=\"https://github.com/10up/insert-special-characters/blob/1.0.2/README.md#extending\">provides a hook</a> for other developers to manipulate the tabs and available characters in the modal.</p>\n\n\n\n<p>This does beg the question of whether the feature should be implemented in the core block editor now.  If the core team puts it in at this point, one would hope they would make it competitive with the plugin.  Anything less would be a letdown.</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, 13 Dec 2019 20:46:17 +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: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:112:\"WPTavern: WordPress 5.3.1 Includes Security and Bug Fixes, Accessibility Enhancements, and Twenty Twenty Changes\";s: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:29:\"https://wptavern.com/?p=95815\";s: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:121:\"https://wptavern.com/wordpress-5-3-1-includes-security-and-bug-fixes-accessibility-enhancements-and-twenty-twenty-changes\";s: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:4204:\"<p><a href=\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-maintenance-release/\">WordPress 5.3.1 was released today</a> with 46 bug fixes and enhancements.  Changes include several accessibility improvements and four security vulnerability fixes.  The update includes multiple changes to the default Twenty Twenty theme.</p>\n\n\n\n<p>Version 5.3.1 is a security and maintenance release.  All users are encouraged to update as soon as possible.  For those with auto-updates enabled, updates are currently rolling out.  All major branches of WordPress from version 3.7 through 5.3 received the new security fixes.</p>\n\n\n\n<p>The following security issues were addressed:</p>\n\n\n\n<ul><li>Users without the correct permission (capability) could make a post sticky via the REST API.</li><li>An issue where cross-site scripting (XSS) could be stored in links.</li><li>Hardening the <code>wp_kses_bad_protocol()</code> function so that it is aware of the named colon attribute.</li><li>A stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<p>Most of the release focused on maintenance.  Form fields and buttons now have the same height, which should result in a more consistent admin UI.  This has long been an issue, but the accessibility changes in WordPress 5.3 highlighted the problem.</p>\n\n\n\n<p>A bug with how permalinks were generated with the new Date/Time changes in WordPress 5.3 has been fixed.  This left some sites using date-based URLs with incorrect post permalinks.</p>\n\n\n\n<p>Other changes include removing support for the CollegeHumor oEmbed provider (the site is no longer available), updating the <code>sodium_compat</code> library, and making sure admin verification emails use the user&rsquo;s locale instead of the site&rsquo;s locale.  For a full overview of all changes, visit the <a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">WordPress 5.3.1 release page</a>.</p>\n\n\n\n<h2>Accessibility Improvements</h2>\n\n\n\n<img />&ldquo;Coffee&rdquo; color scheme with new button colors.\n\n\n\n<p>Some of the biggest accessibility changes fixed issues with the <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">alternate admin color schemes</a> available in WordPress.  The accessibility improvements to buttons in WordPress 5.3 did not get carried over to most of the alternate schemes.  Or, rather, those alternate color schemes were not taken into account when the changes went into effect.  This left secondary button elements practically unreadable in some cases, which made accessibility worse.</p>\n\n\n\n<p>Version 5.3.1 creates a unified design for secondary buttons for every color scheme.  It also makes sure that the <code>:active</code> state for buttons are consistent.</p>\n\n\n\n<p>Other improvements to accessibility include adding underlines to links on the Dashboard screen that were not clearly links by context, properly disabling nav menu forms when they should not be in use, and adding hover effects for links on the &ldquo;About&rdquo; admin screens.</p>\n\n\n\n<h2>Twenty Twenty Changes</h2>\n\n\n\n<img />Author bio option in the customizer.\n\n\n\n<p>The Twenty Twenty theme launched with JavaScript-based, smooth-scroll behavior for anchor links.  This feature did not work correctly in all cases.  It also broke anchor links to individual comments when paginated comments were enabled on a site.  </p>\n\n\n\n<p>Version 1.1 of Twenty Twenty <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">includes CSS-based, smooth-scroll behavior</a>.  This greatly simplifies the code by using native behavior.  It also works based on the user&rsquo;s reduced motion setting for their browser, which enhances accessibility for the theme.</p>\n\n\n\n<p>The theme update comes packaged with a new option for showing or hiding the post author bio.  The setting is available under the &ldquo;Theme Options&rdquo; section in the customizer.  It is enabled by default and will show the author bio section at the end of every post across the site.</p>\n\n\n\n<p>The Twenty Twenty update also includes several bug fixes, most of which were trivial issues.</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, 13 Dec 2019 00:58:39 +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: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:68:\"WordPress.org blog: WordPress 5.3.1 Security and 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:34:\"https://wordpress.org/news/?p=8203\";s: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:84:\"https://wordpress.org/news/2019/12/wordpress-5-3-1-security-and-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:12695:\"<p>WordPress 5.3.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 46 fixes and enhancements. Plus, it adds a number of security fixes—see the list below.</p>\n\n\n\n<p>WordPress 5.3.1 is a short-cycle maintenance release. The next major release will be version 5.4.</p>\n\n\n\n<p>You can download WordPress 5.3.1 by clicking the button at the top of this page, or visit your<strong>&nbsp;Dashboard → Updates</strong>&nbsp;and click&nbsp;<strong>Update Now</strong>.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h2>Security updates</h2>\n\n\n\n<p>Four security issues affect WordPress versions 5.3 and earlier; version 5.3.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.3, there are also updated versions of 5.2 and earlier that fix the security issues.</p>\n\n\n\n<ul><li>Props to <a href=\"https://danielbachhuber.com/\">Daniel Bachhuber</a> for finding an issue where an unprivileged user could make a post sticky via the REST API.</li><li>Props to <a href=\"https://blog.ripstech.com/authors/simon-scannell\">Simon Scannell of RIPS Technologies</a> for finding and disclosing an issue where cross-site scripting (XSS) could be stored in well-crafted links.</li><li>Props to the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/\">WordPress.org</a> Security Team for hardening <code>wp_kses_bad_protocol()</code> to ensure that it is aware of the named colon attribute.</li><li>Props to <a href=\"https://twitter.com/ducnt_\">Nguyen The Duc</a> for discovering a stored XSS vulnerability using block editor content.</li></ul>\n\n\n\n<h2>Maintenance updates</h2>\n\n\n\n<p>Here are a few of the highlights:</p>\n\n\n\n<ul><li>Administration: improvements to admin form controls height and alignment standardization (see related <a href=\"https://make.wordpress.org/core/2019/12/11/admin-form-controls-height-and-alignment-standardization-in-wordpress-5-3-1/\">dev note</a>), dashboard widget links accessibility and alternate color scheme readability issues (see related <a href=\"https://make.wordpress.org/core/2019/12/10/alternate-color-schemes-changes-in-wordpress-5-3-1/\">dev note</a>).</li><li>Block editor: fix Edge scrolling issues and intermittent JavaScript issues.</li><li>Bundled themes: add customizer option to show/hide author bio, replace JS based smooth scroll with CSS (see related <a href=\"https://make.wordpress.org/core/2019/12/08/twenty-twenty-animated-scroll-changes-in-wordpress-5-3-1/\">dev note</a>) and fix Instagram embed CSS.</li><li>Date/time: improve non-GMT dates calculation, fix date format output in specific languages and make&nbsp;<code>get_permalink()</code>&nbsp;more resilient against PHP timezone changes.</li><li>Embeds: remove CollegeHumor oEmbed provider as the service doesn&#8217;t exist anymore.</li><li>External libraries: update <code>sodium_compat</code>.</li><li>Site health: allow the remind interval for the admin email verification to be filtered.</li><li>Uploads: avoid thumbnails overwriting other uploads when filename matches, and exclude PNG images from scaling after upload.</li><li>Users: ensure administration email verification uses the user&#8217;s locale instead of the site locale.</li></ul>\n\n\n\n<p>For more information, <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.3.1&order=priority\">browse the full list of changes on Trac</a> or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-3-1/\">version 5.3.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks!</h2>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.3.1:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">aravindajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion hulse</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</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/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">Maciej Mackowiak</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">sathyapulse</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">SGr33n</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</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/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, and <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</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, 13 Dec 2019 00:07:06 +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:9:\"Jb Audras\";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:118:\"WPTavern: Gutenberg 7.1 Includes Welcome Modal, Improves Multi-Block Selection, and Adds Drag-and-Drop Featured Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=95796\";s: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:127:\"https://wptavern.com/gutenberg-7-1-includes-welcome-modal-improves-multi-block-selection-and-adds-drag-and-drop-featured-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7146:\"<p class=\"has-drop-cap\">The past two weeks have been blazing fast for <a href=\"https://make.wordpress.org/core/2019/12/11/whats-new-in-gutenberg-11-december/\">Gutenberg plugin development</a>.  A total of 161 pull requests (patches) were merged into version 7.1 of the plugin.  Over 20 bugs were squashed while the team added several enhancements, which include better multi-block selection, a new welcome modal, and drag-and-drop featured images.</p>\n\n\n\n<p>The team refactored several areas of the codebase to prepare for future changes and make it possible to use new hooks.  API changes include a new <a href=\"https://github.com/WordPress/gutenberg/pull/17926\">custom select control</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18609\">text highlight</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/17603\">custom gradient picker</a> components for developers to use in their plugins.</p>\n\n\n\n<p>The release also featured a toolbar button for switching between &ldquo;edit&rdquo; and &ldquo;select&rdquo; mode.  The select mode allows you to select blocks without opening the editing controls unless you click again within a block, which switches you back to editing mode.  The only noticeable difference is that the editing controls do not appear while in select mode.  <em>Wondering when I will ever use this feature&hellip;</em></p>\n\n\n\n<h2>Welcome Guide Modal</h2>\n\n\n\n<img />New welcome guide modal for first-time users.\n\n\n\n<p>The new version of the plugin includes a <a href=\"https://github.com/WordPress/gutenberg/pull/18041\">pop-up welcome modal</a> for first-time users.  There are currently three panels with short introductions to what blocks are, how to use them, and getting to know the block library.  </p>\n\n\n\n<p>Ideally, the modal will link out to more extensive documentation in a future iteration.  Right now, the information provided does not go into much detail.  It feels like a message to say, &ldquo;Hey, check out this shiny new thing.&rdquo;  However, there needs to be more substance for it to be helpful for first-timers.</p>\n\n\n\n<h2>Improved Multi-block Selection</h2>\n\n\n\n<img />Selecting multiple blocks at once.\n\n\n\n<p>The block editor now incorporates a nicer <a href=\"https://github.com/WordPress/gutenberg/pull/16835\">native multi-block selection</a> process.  The first aspect of this change is to use the native selection color, which improves accessibility.  It also uses native selection behavior when selecting multiple blocks.</p>\n\n\n\n<p>The second part is important because it paves the way toward partial block selection in a future release.  Currently, when selecting text across multiple blocks, the editor extends this out to select all text from the selected blocks.  In the future, it should be possible to select only part of the text across multiple blocks.  This would be consistent with normal text-based editors where users can select the last sentence from one paragraph and the first from the next, for example.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/18746\">Selecting multiple blocks and pasting</a> new content works correctly in 7.1.  In the past, the rich text component handled pasting.  This resulted in the blocks being split and the pasted content inserted between the split.  The block editor now handles the pasting process.  This allows users to completely replace multiple selected blocks with a paste.</p>\n\n\n\n<h2>Drag-and-Drop Featured Images</h2>\n\n\n\n<img />Dragging a featured image from the desktop.\n\n\n\n<p>Instead of clicking the featured image box to open the media modal, users can now save themselves a click.  Just like dragging and dropping an image into the editor, the featured image box now accepts any image file dropped into it.</p>\n\n\n\n<h2>Table Captions</h2>\n\n\n\n<img />Adding a caption to the table block.\n\n\n\n<p>For those who have long waited for a true table <code>&lt;caption&gt;</code> implementation, keep on waiting.</p>\n\n\n\n<p>A <a href=\"https://github.com/WordPress/gutenberg/issues/11589\">year-old ticket</a> that was opened for a table caption feature was closed with a solution matching that of other blocks with captions (e.g., image, gallery).  The <a href=\"https://github.com/WordPress/gutenberg/pull/15554\">pull request</a> featured a lengthy discussion over the technical limitations of how to best handle the feature.  Ultimately, the decision was to wrap tables in a <code>&lt;figure&gt;</code> element and add the caption via the <code>&lt;figcaption&gt;</code> tag.</p>\n\n\n\n<p>While this may work for some who need to add a caption or summary below a table, it is not currently helping users who need captions in their normal spot at the top of a table.</p>\n\n\n\n<p>In the long run, users who need to roll out advanced tables will likely need a table block plugin anyway.  The Gutenberg and core WordPress implementation is limiting for anything beyond the most basic table output.  Real captions would have been a nice touch though.</p>\n\n\n\n<h2>Alignment for the Navigation Block</h2>\n\n\n\n<img />Aligning navigation block items.\n\n\n\n<p>The Navigation block, which moved out of the experimental stage in version 7.0, has a <a href=\"https://github.com/WordPress/gutenberg/pull/18909\">new option for justifying</a> the list items to the left, right, or center.  This will be an important feature for full-site editing in the long term because users will want to set their nav menu perfectly.</p>\n\n\n\n<p>This block will likely be in flux for a while.  There are still major questions about how navigation will work on mobile, especially as we inch closer to full-site editing.  <em>Will core play a role in making mobile menus?  Will themes be left to their own devices?  Will themes offer multiple options based on screen size?</em></p>\n\n\n\n<h2>Moving Ahead with Templates and Full-Site Editing</h2>\n\n\n\n<p>Coming off the heels of a somewhat controversial <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">documentation proposal for block-based themes</a>, version 7.1 includes a new demo block template named <code>index.html</code>.  It is a fallback template in cases where no templates are available.  This is an early, experimental step toward making full-site editing a reality.  </p>\n\n\n\n<p>Theme developers who want to start looking at what block templates <em>could</em> look like, should <a href=\"https://github.com/WordPress/gutenberg/blob/v7.1.0/lib/demo-block-templates/index.html\">view the demo index.html template</a>.</p>\n\n\n\n<p>Unfortunately, the release ZIP file available through the official plugin repository does not include the <code>index.html</code> template.  It was excluded because of a <a href=\"https://github.com/WordPress/gutenberg/issues/19066\">bug in the build process</a>.  However, it may be packaged in a version 7.1.1 minor release.  The file is correctly included for developers who clone from the Git repository.</p>\n\n\n\n<p>The second step of this process was the addition of a Template Part block.  The idea for this block is that it would be a placeholder to add to templates, which would output a template part on the front end.</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, 11 Dec 2019 21:21: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: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: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:30:\"bbPress: bbPress 2.6.3 is out!\";s: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:29:\"https://bbpress.org/?p=206794\";s: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://bbpress.org/blog/2019/12/bbpress-2-6-3-is-out/\";s: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:967:\"<p>bbPress 2.6.3 fixes <a href=\"https://bbpress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.3\">9 issues</a> reported by community members:</p>\n\n\n\n<ul><li>Fixes a few typos and grammatical errors</li><li>Bumps required WordPress versions to 5.3.0 (bbPress always only officially supports the latest WordPress version)</li><li>Fixes the Forums widget displaying in the wrong order</li><li>Fixes a JavaScript error with hierarchical replies</li></ul>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color has-very-light-gray-background-color\">We&#8217;re continuing to work on improving bbPress 2.6 while also deciding what exactly will make it into 2.7.</p>\n\n\n\n<p class=\"has-text-color has-background has-very-dark-gray-color\">Expect for the next minor release (bbPress 2.6.4) to be released sometime before Christmas 2019. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f41d.png\" alt=\"🐝\" class=\"wp-smiley\" /></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, 10 Dec 2019 20:52:48 +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:17:\"John James Jacoby\";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:69:\"WPTavern: Creator of EditorsKit Launches Community Block-Sharing 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:29:\"https://wptavern.com/?p=95775\";s: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:80:\"https://wptavern.com/creator-of-editorskit-launches-community-block-sharing-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:4340:\"<img />\n\n\n\n<p>Jeffrey Carandang, the creator behind the EditorsKit WordPress plugin, <a href=\"https://shareablock.com/introducing-shareablock-share-and-download-free-gutenberg-block-template-designs/\">launched a new community site</a> for sharing block designs and templates today.  The ShareABlock website allows visitors to download block files directly from the site and import them into the block editor.  Users can also sign up to share custom block designs and full-blown block templates.  All downloads are available for free.</p>\n\n\n\n<p>At the moment, there are 18 block designs available for download.  There are two primary types of downloads:  block patterns and block templates. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/block-patterns/\">Patterns</a> are smaller groupings of blocks to create a specific section for a page.  These include designs such as various hero sections, pricing lists, and a call-to-action section. </p>\n\n\n\n<p><a href=\"https://shareablock.com/blocks/category/templates/\">Templates</a> work the same way as patterns.  However, they are larger sets of blocks designed to create an entire page.  For example, one template allows users to import a full gallery portfolio page.  Another creates an editable resume layout.</p>\n\n\n\n<p>Other than Carandang, two other contributors have shared block designs.  This number should rise as more people sign up and decide to share their creations.  The <a href=\"https://shareablock.com/how-to-submit-design-on-share-a-block/\">registration process</a> is open to anyone who wants to join.  However, each contribution is subject to a review for quality assurance.</p>\n\n\n\n<p>&ldquo;One of my primary goals in creating [EditorsKit] is to help users get a little more comfortable with using the new WordPress Gutenberg block editor,&rdquo; described Carandang in the announcement post for ShareABlock.  &ldquo;The goal is to help users create Gutenberg blocks easily. With drag and drop import, layout and designs will be available in an instant.&rdquo;</p>\n\n\n\n<p>Carandang feels confident that pre-configured block designs will help users learn how to use the block editor to create richer content.  &ldquo;Even if it&rsquo;s just a little help to make them comfortable with Gutenberg, it means a lot,&rdquo; he wrote.</p>\n\n\n\n<p>He said the feedback from users has been positive thus far.</p>\n\n\n\n<img />Importing the Fullscreen Profile Card block pattern.\n\n\n\n<p>Block designs downloaded from ShareABlock require the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit plugin</a>, which is available for free in the WordPress plugin directory.  This requirement is because WordPress does not currently have a native importer built into the block editor.  In the future, this may change and the requirement could be lifted.</p>\n\n\n\n<p>Version 1.7 of EditorsKit introduced the <a href=\"https://wptavern.com/editorskit-1-6-and-1-7-add-tools-for-writers-drag-and-drop-block-export-import\">ability to import blocks</a> by dragging and dropping a block <code>.json</code> file into the editor.  The blocks available via ShareABlock work using this feature.  After downloading a <code>.json</code> file from the site, users merely need to drag it into the editor.  Users can also use the &ldquo;Import&rdquo; block available from EditorsKit to do the same.</p>\n\n\n\n<h2>Block Patterns and the Future</h2>\n\n\n\n<p>&ldquo;The plan is to provide integration with Block Patterns, which is what the core devs are currently working on,&rdquo; said Carandang.  &ldquo;With this integration, the import process will be much easier.&rdquo;</p>\n\n\n\n<p>Block patterns are a planned feature that is under <a href=\"https://github.com/WordPress/gutenberg/issues/17335\">active development</a> in the Gutenberg plugin and will eventually make its way into core WordPress. Patterns are predefined sets of blocks.  They will allow users to quickly create more advanced layouts while also teaching what specific blocks do.  The idea is to have a set of patterns with common layouts that people see around the web.  </p>\n\n\n\n<p>Carandang said he is actively checking the progress of the Block Patterns feature.  He is eager to see the feature to come to fruition, which carries with it the possibility of more widespread use of the blocks available from his new community.</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, 10 Dec 2019 19:51:39 +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: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:48:\"BuddyPress: BuddyPress 5.1.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=309343\";s: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:48:\"https://buddypress.org/2019/12/buddypress-5-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1258:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.1.0.zip\">BuddyPress 5.1.0</a>. This maintenance release fixes 8 bugs related to the 5.0.0 release, and is a recommended upgrade for all BuddyPress installations.</p>\n\n\n\n<p>For details on the changes, please read the <a href=\"https://codex.buddypress.org/releases/version-5-1-0/\">5.1.0 release notes</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.1.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<h2>Many thanks to 5.1.0 contributors <span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/szepeviktor/\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">JarretC</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a> &amp; <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (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:\"Mon, 09 Dec 2019 21:45: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: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: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:66:\"WPTavern: Progress on WordPress’ 2019 Projects Sets 2020 Roadmap\";s: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:29:\"https://wptavern.com/?p=95761\";s: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:74:\"https://wptavern.com/progress-on-wordpress-2019-projects-sets-2020-roadmap\";s: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:8566:\"<p>Josepha Haden, Executive Director of WordPress, published an <a href=\"https://make.wordpress.org/core/2019/12/06/update-9-projects-for-2019/\">update of WordPress&rsquo; goals in 2019</a>.  The focus for WordPress over the past year has been on nine primary projects.  Of the nine projects, WordPress only managed to ship two in 2019.  This means that the focus in 2020 will be much the same as the community continues building on the progress it has made toward the existing projects.</p>\n\n\n\n<p>Currently, there are three <a href=\"https://wordpress.org/about/roadmap/\">planned major releases</a> for WordPress in 2020:</p>\n\n\n\n<ul><li>Version 5.4 &ndash; March 2020</li><li>Version 5.5 &ndash; August 2020</li><li>Version 5.6 &ndash; December 2020</li></ul>\n\n\n\n<p>Each of those dates are subject to change.  We should also get more specific dates as each release draws near.  The various projects for 2020 should land in each release.</p>\n\n\n\n<p>Matt Mullenweg, co-founder of WordPress, initially laid out the 2019 plans in his <a href=\"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor\">2018 State of the Word</a> address and <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\">listed the projects</a> on the Make Core blog.  The big takeaway is that 2019 was supposed to be the year that we got closer to full-site customization (Phase 2 of the Gutenberg project).  While developers have made huge strides in making that a reality, much of the project is still in its infancy.</p>\n\n\n\n<h2>Projects That Shipped in 2019</h2>\n\n\n\n<p>All existing core WordPress widgets now exist as blocks.  Rather than being limited to placing widgets where the theme decides, users can now put widgets in posts, pages, or any other content area via the block editor.  As the project continues to move toward full-site editing, users will eventually have the ability to place these widgets and other blocks nearly anywhere.</p>\n\n\n\n<p>The site health project was merged into core.  It features a screen that provides information about the site&rsquo;s health to site owners.  It also has a fatal-error detection script that emails site owners when plugin and theme issues are found.</p>\n\n\n\n<h2>Projects to Expect in 2020</h2>\n\n\n\n<p>Most of the remaining projects that did not quite make the cut for release in 2019 have still made progress during the year.  The following is a breakdown of what projects to expect in the coming year.</p>\n\n\n\n<h3>Navigation Menu Block</h3>\n\n\n\n<img />Navigation block in the block editor.\n\n\n\n<p>Currently, the navigation block&rsquo;s target is to ship with WordPress 5.4.  This is a likely reality because it is now out of the experimental stage and is available for beta testing in <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">Gutenberg 7.0</a>.  The development team worked on this block for several releases and now have something stable enough for user testing.</p>\n\n\n\n<p>This block is a major piece of the site-customization puzzle.  In the long term, users will need an easy-to-use block for handling navigation menus across their site.</p>\n\n\n\n<h3>Custom Block-Aware Content Areas for Themes</h3>\n\n\n\n<p>Phase 1 of the Gutenberg project brought the block editor to post content.  A large part of Phase 2 is <a href=\"https://github.com/WordPress/gutenberg/issues/13489\">breaking outside of post content</a> and allowing users to add blocks in more areas.  It is unclear exactly what that will look like in the long run.  Themes should be able to register additional block-aware areas.</p>\n\n\n\n<p>The target release for this feature is set to WordPress 5.5, but it is too early to guess whether that is a realistic target.  It is a tough issue to solve because it will need to coincide with decisions on <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">theme block templates</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/18029\">saving multiple entities</a>, and <a href=\"https://github.com/WordPress/gutenberg/issues/13113\">full-site customization</a> in general.  It is not a feature that can be rushed because it will have far-reaching consequences to how WordPress works for years into the future.</p>\n\n\n\n<h3>Widget Areas to Support Blocks</h3>\n\n\n\n<img />Experimental widget areas feature in Gutenberg.\n\n\n\n<p>The current plan is to allow widget areas (sidebars) to support blocks alongside widgets.  The Gutenberg plugin has an experimental widget areas option for enabling an early version of this feature, which has a target release of WordPress 5.5.</p>\n\n\n\n<p>There are two aspects to making this feature a reality.  The first is making it work on the <a href=\"https://github.com/WordPress/gutenberg/issues/13204\">widgets admin screen</a>.  The second is making it work in the <a href=\"https://github.com/WordPress/gutenberg/issues/13205\">customizer</a>, an area where users can also manage widgets.</p>\n\n\n\n<p>At the moment, it feels like the sidebar concept should be deprecated.  The experimental feature works by allowing users to add blocks to a sidebar, which are converted into one big &ldquo;block area&rdquo; widget on output.  If WordPress is &ldquo;all in&rdquo; on the block paradigm, energy would be better spent focusing on allowing themes to build custom block areas and letting the official Sidebar API die a slow death.  Mixing an old concept with a new one feels clunky at best.  It&rsquo;s time to move on and soft-deprecate sidebars and widgets until most themes no longer support them.</p>\n\n\n\n<h3>Block Directory Search and Install</h3>\n\n\n\n<img />Experimental block directory search in Gutenberg plugin.\n\n\n\n<p>Eventually, all WordPress users will be able to search for a block via the block inserter.  If the block exists, they can insert it into the block area.  If not, the inserter will allow users to discover new blocks from the <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a>.  The installation, activation, and insertion of the new block should be seamless.</p>\n\n\n\n<p>The target release for this feature is set for WordPress 5.5, which should be possible (if not earlier) based on how well the feature currently works in the Gutenberg plugin.  It is not perfect yet and has broken more than a few of my posts when working with installed blocks.  There are still <a href=\"https://github.com/WordPress/gutenberg/issues/17440\">several open issues</a> that need to be addressed.</p>\n\n\n\n<p>Plugin authors who are looking to get ahead of the game can submit block plugins by following the <a href=\"https://make.wordpress.org/meta/2019/12/06/block-directory-plugin-guidelines/\">block plugin guidelines</a>.</p>\n\n\n\n<h3>Automatic Plugin, Theme, and Major Core Updates</h3>\n\n\n\n<p>After years of extensive testing and using automatic updates for minor WordPress releases, it feels like we should already have auto-updates on everything at this point.  Having to keep up with plugin and theme updates can be a pain for some site owners.  With enough plugins, it is not out of the realm of possibility to have one or more plugins to update daily.</p>\n\n\n\n<p>Some hosting solutions and Jetpack have mitigated this issue for many users by offering automatic plugin updates, but this is a long overdue core feature that should be a high priority.  No target release was given for auto-updates on themes/plugins or major core releases.  Let&rsquo;s hope the feature does not get put on the back burner for another year.</p>\n\n\n\n<h3>Tackling Over 6,500 Trac Issues</h3>\n\n\n\n<p>With the Gutenberg plugin getting much of the attention these days, it is easy to forget that there are <a href=\"https://core.trac.wordpress.org/\">thousands of tickets</a> awaiting patches, reviews, and decisions on Trac.  I have long been a champion of using one major release of WordPress to simply fix existing bugs while adding no new features.</p>\n\n\n\n<p>Jonathan Desrosiers has written an <a href=\"https://jonathandesrosiers.com/2019/06/wordpress-triage-team-3-month-reflection/\">extensive post</a> that covers much of the work the Triage Team has done earlier this year.</p>\n\n\n\n<p>Triaging is not something that ever truly reaches a conclusion.  It is an ongoing process that must continue throughout the life of a project.  People who are interested in being involved with the Triage Team can find more information on the <a href=\"https://make.wordpress.org/core/2019/03/01/introducing-the-wordpress-triage-team/\">Triage Team announcement post</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, 09 Dec 2019 21:25: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: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:49;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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: Video from DoSummitGood\";s: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:29:\"https://heropress.com/?p=3027\";s: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:113:\"https://heropress.com/video-from-dosummitgood/#utm_source=rss&utm_medium=rss&utm_campaign=video-from-dosummitgood\";s: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:2637:\"<img width=\"960\" height=\"503\" src=\"https://s20094.pcdn.co/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-1024x536.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" />\n<p>I recently took part in DoSummitGood, an online conference for people and organizations working to Do Good in the WordPress community.</p>\n\n\n\n<p>The organizers managed to get recordings of all the talks on YouTube the very next day, which is pretty impressive.</p>\n\n\n\n<p>In this talk I tell a lot more about what was going on in my personal life while spinning up HeroPress, so I recommend checking it out even if you&#8217;ve already heard the story.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Video from DoSummitGood\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Video%20from%20DoSummitGood&via=heropress&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Video from DoSummitGood\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fvideo-from-dosummitgood%2F&title=Video+from+DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Video from DoSummitGood\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/video-from-dosummitgood/&media=https://heropress.com/wp-content/uploads/2019/12/DoSummitGood-mountain_optimised-150x150.jpg&description=Video from DoSummitGood\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Video from DoSummitGood\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/video-from-dosummitgood/\" title=\"Video from DoSummitGood\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/video-from-dosummitgood/\">Video from DoSummitGood</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</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, 09 Dec 2019 16:13:53 +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: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:\"Tue, 28 Jan 2020 18:11:44 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 28 Jan 2020 18:00:08 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:\"20130911163210\";}','no'),(161,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1580278304','no'),(162,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1580235104','no'),(163,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1580278304','no'),(164,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\'>People of WordPress: Robert Cheleuka</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/swift-control-replaces-wordpress-toolbar-with-custom-access-panel\'>WPTavern: Swift Control Replaces WordPress Toolbar With Custom Access Panel</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/01/people-of-wordpress-robert-cheleuka/\'>WordPress.org blog: People of WordPress: Robert Cheleuka</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/10up-releases-autoshare-for-twitter-wordpress-plugin\'>WPTavern: 10up Releases Autoshare for Twitter WordPress Plugin</a></li></ul></div>','no'),(165,'can_compress_scripts','1','no'),(166,'_transient_timeout_plugin_slugs','1580322021','no'),(167,'_transient_plugin_slugs','a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:9:\"hello.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:23:\"loginizer/loginizer.php\";i:5;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:6;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:7;s:19:\"weforms/weforms.php\";i:8;s:34:\"wp-clone-by-wp-academy/wpclone.php\";}','no'),(168,'recently_activated','a:0:{}','yes'),(170,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4661;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3879;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2658;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2537;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1950;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1788;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1771;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1480;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1465;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1460;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1447;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1406;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1383;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1297;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1171;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1157;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1116;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1085;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1082;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:977;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:865;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:864;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:856;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:839;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:781;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:756;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:753;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:749;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:739;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:730;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:711;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:696;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:692;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:690;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:675;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:658;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:641;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:639;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:632;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:626;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:624;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:610;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:581;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:577;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:572;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:569;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:568;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:550;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:541;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:540;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:538;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:532;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:527;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:526;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:526;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:516;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:508;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:492;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:491;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:491;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:485;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:483;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:474;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:470;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:463;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:458;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:439;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:435;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:428;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:428;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:423;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:420;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:419;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:418;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:414;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:410;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:407;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:400;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:392;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:391;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:389;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:383;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:376;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:375;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:374;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:373;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:368;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:364;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:359;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:355;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:350;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:343;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:334;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:333;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:330;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:329;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:324;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:323;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:321;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:320;}}','no'),(174,'analyst_cache','s:6:\"a:0:{}\";','yes'),(177,'wpclone_ajax_banner1_close','1','yes'),(176,'wpclone_directory_scan','a:4:{s:6:\"dbsize\";s:8:\"677.7 KB\";s:4:\"size\";s:8:\"95.87 MB\";s:5:\"files\";i:17089;s:4:\"time\";i:1580235627;}','yes');
/*!40000 ALTER TABLE `wpfz_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_postmeta`
--

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

--
-- Dumping data for table `wpfz_postmeta`
--

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

--
-- Table structure for table `wpfz_posts`
--

DROP TABLE IF EXISTS `wpfz_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_posts`
--

LOCK TABLES `wpfz_posts` WRITE;
/*!40000 ALTER TABLE `wpfz_posts` DISABLE KEYS */;
INSERT INTO `wpfz_posts` VALUES (1,1,'2020-01-28 18:11:07','2020-01-28 18:11:07','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2020-01-28 18:11:07','2020-01-28 18:11:07','',0,'https://www.flowerhousefilms.com/?p=1',0,'post','',1),(2,1,'2020-01-28 18:11:07','2020-01-28 18:11: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&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://www.flowerhousefilms.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2020-01-28 18:11:07','2020-01-28 18:11:07','',0,'https://www.flowerhousefilms.com/?page_id=2',0,'page','',0),(3,1,'2020-01-28 18:11:07','2020-01-28 18:11:07','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://www.flowerhousefilms.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-01-28 18:11:07','2020-01-28 18:11:07','',0,'https://www.flowerhousefilms.com/?page_id=3',0,'page','',0),(4,1,'2020-01-28 18:11:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-01-28 18:11:36','0000-00-00 00:00:00','',0,'https://www.flowerhousefilms.com/?p=4',0,'post','',0);
/*!40000 ALTER TABLE `wpfz_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_term_relationships`
--

DROP TABLE IF EXISTS `wpfz_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_term_relationships`
--

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

--
-- Table structure for table `wpfz_term_taxonomy`
--

DROP TABLE IF EXISTS `wpfz_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_term_taxonomy`
--

LOCK TABLES `wpfz_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpfz_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpfz_term_taxonomy` VALUES (1,1,'category','',0,1);
/*!40000 ALTER TABLE `wpfz_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_termmeta`
--

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

--
-- Dumping data for table `wpfz_termmeta`
--

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

--
-- Table structure for table `wpfz_terms`
--

DROP TABLE IF EXISTS `wpfz_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_terms`
--

LOCK TABLES `wpfz_terms` WRITE;
/*!40000 ALTER TABLE `wpfz_terms` DISABLE KEYS */;
INSERT INTO `wpfz_terms` VALUES (1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wpfz_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_usermeta`
--

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

--
-- Dumping data for table `wpfz_usermeta`
--

LOCK TABLES `wpfz_usermeta` WRITE;
/*!40000 ALTER TABLE `wpfz_usermeta` DISABLE KEYS */;
INSERT INTO `wpfz_usermeta` VALUES (1,1,'nickname','Flowerhouse'),(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,'wpfz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpfz_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"81fac9404697232ae69b368de86c5118ad7271d3be6575c7f0c3fac05f760c6e\";a:4:{s:10:\"expiration\";i:1580407893;s:2:\"ip\";s:14:\"189.216.107.98\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1580235093;}}'),(17,1,'bglibDashboardOrder','1'),(18,1,'jetpack_tracks_anon_id','jetpack:gVO7g64kf/trkaIxlCQ9vkcP'),(19,1,'wpfz_dashboard_quick_press_last_post_id','4'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"189.216.107.0\";}'),(21,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:13:\"bg-key-prompt\";s:9:\"timestamp\";i:1580235111;}'),(22,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:23:\"boldgrid_backup_renamed\";s:9:\"timestamp\";i:1580235118;}');
/*!40000 ALTER TABLE `wpfz_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_users`
--

DROP TABLE IF EXISTS `wpfz_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_users`
--

LOCK TABLES `wpfz_users` WRITE;
/*!40000 ALTER TABLE `wpfz_users` DISABLE KEYS */;
INSERT INTO `wpfz_users` VALUES (1,'Flowerhouse','$P$Bk85JCN45u0peXmodrNrq6l8WMSdpO/','Flowerhouse','admin@flowerhousefilms.com','','2020-01-28 18:11:07','',0,'Flowerhouse');
/*!40000 ALTER TABLE `wpfz_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpfz_wpforms_lite`
--

DROP TABLE IF EXISTS `wpfz_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpfz_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpfz_wpforms_lite`
--

LOCK TABLES `wpfz_wpforms_lite` WRITE;
/*!40000 ALTER TABLE `wpfz_wpforms_lite` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpfz_wpforms_lite` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-05-20  8:31:11
